|
@@ -9,7 +9,6 @@ body{font:14px "simsun",Arial,Helvetica,sans-serif;width:100%;
|
|
|
user-select:none;
|
|
|
}
|
|
|
body,h1,h2,h3,h4,h6,p,ul,ol,dl,dd{margin:0;padding:0;list-style:none;}
|
|
|
-
|
|
|
a{color:#000;text-decoration:none;}
|
|
|
a:hover{color:#000;text-decoration:none;}
|
|
|
.lf{float:left;}
|
|
@@ -127,7 +126,7 @@ display:inline-block;position: absolute;top:0;left:0;}
|
|
|
.need_imgs{width: 1018px;overflow: hidden;position: absolute;left: 50%;margin-left: -500px;top: 0;}
|
|
|
.carousel .need_prev{width: 30px;height: 34px;font-size: 24px;text-align: center;line-height: 34px;background: #686868;display: inline-block;color: #FFFFFF;position: absolute;top:90px;left:50px;box-shadow: 2px 2px 10px #333333;}
|
|
|
.carousel ul{float: left;width: 100000px;}
|
|
|
-.carousel ul li{float: left;padding-left: 10px;padding-right: 10px;text-align: center;padding-bottom: 20px;}
|
|
|
+.carousel ul li{float: left;margin-left: 10px;margin-right: 10px;text-align: center;padding-bottom: 20px;}
|
|
|
.carousel ul li p{font-size: 14px;color: #404040;line-height: 52px;background: #ffffff;box-shadow: 2px 2px 10px #333333;}
|
|
|
.carousel ul li img{width: 320px;height:160px;}
|
|
|
.carousel .need_next{position: absolute;top:90px;right:30px;width: 30px;height: 34px;font-size: 24px;text-align: center;line-height: 34px;background: #686868;display: inline-block;color: #FFFFFF;box-shadow: 2px 2px 10px #333333;}
|