|
@@ -31,19 +31,19 @@ html{font-size:62.5%;}
|
|
|
|
|
|
/*新的banner*/
|
|
|
.banner_all{position: relative;width:1000px;height:380px;margin:0 auto;}
|
|
|
-.carousel_top{ position:absolute; top:0;right:0;overflow: hidden; width:530px;height:340px;}
|
|
|
+.carousel_top{ position:absolute; bottom:0;right:0;overflow: hidden; width:530px;height:340px;}
|
|
|
.ct-img-big{ position:absolute; }
|
|
|
.ct-img-big li{ float: left; }
|
|
|
.ct-img-big li img{width:530px;height:340px;}
|
|
|
.btnl{ position: absolute; }
|
|
|
.btn-next{top:180px;right:-50px;}
|
|
|
.btn-pre{top:180px;left:-50px;}
|
|
|
-.ct-img-small{ position:absolute;left:0px;bottom:100px;}
|
|
|
+.ct-img-small{ position:absolute;left:0px;bottom:50px;}
|
|
|
.ct-img-small li{ float: left;width:72px;height:50px;border:1px solid transparent; margin-left:10px;
|
|
|
cursor: pointer;}
|
|
|
.ct-img-small li.active{border:1px solid #52de00;box-shadow: 0px 0px 5px 0px #52de00;}
|
|
|
.ct-img-small li img{width:100%;height:100%;}
|
|
|
-.banner_all span{display: none;position: absolute;width:400px;height:200px;top:50px;left:20px;}
|
|
|
+.banner_all span{display: none;position: absolute;width:400px;height:200px;top:60px;left:20px;}
|
|
|
.banner_all span.text-block{display: block;}
|
|
|
.banner_all span h2{font-size: 26px;}
|
|
|
/*active的css*/
|