Html
    Css
    Js

    
                        
  * {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
#container {
	margin:20px auto;
	width:500px;
	height:300px;
}
.banner {
	position:relative;
	width:500px;
	height:300px;
}
li {
	list-style:none;
	position:absolute;
	top:0;
	left:0;
}
.none {
	display:none;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

原生js轮播插件

更新时间:2019-11-04 11:12:29

0