Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
body {
	background:orange;
}
.top {
	width:1190px;
	text-align:center;
	margin:20px auto;
}
.top span {
	display:inline-block;
	line-height:100px;
	color:#7a6e6e;
	font-size:50px;
}
#box {
	width:800px;
	height:500px;
	margin:0px auto;
}
.num img {
	width:100%;
	height:500px;
	display:none;
}
.show img {
	display:block;
}

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

最简单的轮播图(原创)

0