Html
    Css
    Js
body {
	margin:0px;
	padding:0px;
}
#bbox {
	position:relative;
	margin:0 auto;
	margin-top:20px;
}
#bbox,#pics {
	width:100%;
	height:410px;
}
#pics {
	}.pic {
	position:absolute;
}
#nav_list {
	width:247px;
	height:371px;
	background-image:url(../images/site-focuslist_bg_new.png);
	position:absolute;
	top:12px;
	right:10px;
}
#lists {
	padding-top:24px;
}
.lis {
	width:221px;
	list-style:none;
	margin:0 auto;
}
.tag {
	width:221px;
	margin:0 auto;
	font-size:14px;
	color:#000;
	display:block;
	line-height:33px;
	text-decoration:none;
	text-indent:20px;
}
.bg {
	background-color:#63b504;
}

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

超简洁的爱奇艺轮播图仿制

换图片直接在Html的img标签里改链接就可以,如果要改显示图片的大小,可以修改class为pic的div大小

0