<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{
padding: 0;
margin: 0;
}
a{
text-decoration: none;
color: white;
}
li{
float: left;
list-style: none;
}
.banner{
width: 600px;
height: 400px;
overflow: hidden;
position: relative;
margin: 50px 300px;
}
.banner .box{
width: 3030px;
height: 400px;
position: absolute;
}
.box img{
width: 600px;
height: 400px;
}
.banner-circle{
width: 150px;
height: 20px;
position: absolute;
top: 90%;
left: 50%;
transform: translateX(-50%);
margin: 0 auto;
}
.banner-circle li{
width: 20px;
height: 20px;
border-radius: 50%;
background-color: gray;
margin: 0 5px;
text-align: center;
}
.banner-circle li.active{
background-color: black
原生js实现无缝轮播
最新推荐文章于 2025-05-13 09:36:12 发布