Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
	list-style:none;
}
input {
	width:50px;
	height:30px;
	margin-left:20px;
}
.swiper {
	width:500px;
	height:300px;
	border:1px solid black;
	margin:auto;
	overflow:hidden;
}
ul {
	height:300px;
}
li {
	float:left;
}
li img {
	width:500px;
	height:300px;
}
.but {
	width:200px;
	margin:auto;
}

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

jQuery轮播图代码

更新时间:2021-04-19 00:27:43

0