www.gusucode.com > DEDECMS精简版 织梦CMS系统企业精简版 v3.0.1.2源码程序 > cloudcms_v3.0.1.2/yunteng_cc_images/www.haiyoushei.net.banner.css

    #box_left_banner{
	width:100%;
	height:208px;
	float:left;
	border-radius:6px;
	margin-bottom:20px;
	background-color:#ffffff;
}
#banner_yunteng{
	width:100%;
	height:100%;
	position:relative;
	float:left;
}
#banner_yunteng_index{
	width:100%;
	height:100%;
	border-radius:6px;
	box-shadow:0 0 10px #cccccc;
	position:absolute;
	overflow:hidden;
	background-image:url(../yunteng_cc_images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#banner_yunteng_index li{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	background-position:center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}
#banner_yunteng_prev{
	width:40px;
	height:88px;
	top:60px;
	left:0px;
	z-index:999999;
	position:absolute;
}
#banner_yunteng_prev a{
	width:40px;
	height:88px;
	float:left;
}
#banner_yunteng:hover #banner_yunteng_prev a{
	background-image:url(../yunteng_cc_images/banner_yunteng_prev.png);
}
#banner_yunteng_next{
	width:40px;
	height:88px;
	top:60px;
	right:0px;
	z-index:999999;
	position:absolute;
}
#banner_yunteng_next a{
	width:40px;
	height:88px;
	float:left;
}
#banner_yunteng:hover #banner_yunteng_next a{
	background-image:url(../yunteng_cc_images/banner_yunteng_next.png);
}
#banner_yunteng_nav{
	margin:0 auto;
	z-index:999999;
	right:10px;
	bottom:10px;
	position:absolute;
}
#banner_yunteng_nav a{
	width:18px;
	height:8px;
	float:left;
	margin:0px 10px;
	border-radius:6px;
	border:#0abefb 2px solid;
	background-color:#ffffff;
}
#banner_yunteng_nav a:hover{
	border:#ffffff 2px solid;
	background-color:#0abefb;
}
@media (max-width:1200px){
	#banner{
		height:300px;
	}
}
@media (max-width:1000px){
	#banner{
		height:250px;
	}
}
@media (max-width:768px){
	#banner{
		height:200px;
	}
	#banner_yunteng_prev{
		display:none;
	}
	#banner_yunteng_next{
		display:none;
	}
}