|
@@ -1,7 +1,7 @@
|
|
|
*{font-family: "微软雅黑";}
|
|
|
|
|
|
.container{width: 1200px;}
|
|
|
-#zizone{width:100%;height:195px;background-image: linear-gradient(#fff,#fff, #f8f8f8);box-shadow: 0 0 10px 0 #eee;}
|
|
|
+#zizone{width:100%;background-image: linear-gradient(#fff,#fff, #f8f8f8);box-shadow: 0 0 10px 0 #eee;display: none}
|
|
|
#zizone>div{width:1200px;height:195px;margin: 0 auto;position: relative;}
|
|
|
.zizone img{width: 116px;height: 124px;float: left;margin-left: 104px;}
|
|
|
.zizone .img_right{float: left;padding-left: 26px;}
|
|
@@ -26,14 +26,14 @@ width:600px;height:195px;border-bottom: 5px solid #2D83CE}
|
|
|
.search_left h4{font-weight: normal;font-size: 20px;color: #f68705;margin-bottom:14px ;}
|
|
|
.search_left p{font-size: 16px;color: #383838;font-family: "simsun";font-weight: bold;}
|
|
|
|
|
|
-.searchs{width: 360px;position: relative;height: 40px;background: #ffffff;box-shadow: 2px 0px 5px #c8c8c8;border-radius: 20px;float: left;display: none;}
|
|
|
+.searchs{width: 360px;position: relative;height: 40px;background: #ffffff;box-shadow: 2px 0px 5px #c8c8c8;border-radius: 20px;float: left;}
|
|
|
.searchs .select select{-webkit-appearance: none;appearance:none;-moz-appearance:none;;position: absolute;width: 100px;height: 40px;line-height: 40px;color: #f18101;display: inline-block;border: none;font-size: 16px;left:10px;border-radius:10px;background: url(../../img/think_top.png) no-repeat center right;padding-left: 22px;}
|
|
|
.searchs .select select:focus{outline: none;}
|
|
|
#search_on input{position: absolute;left: 110px;width: 180px;height: 40px;line-height: 40px;border: none;border-left: 1px solid #CCCCCC;background: #ffffff;padding-left: 5px;font-size: 14px;color: #777777;}
|
|
|
|
|
|
.searchs .select select option:focus{outline: none;}
|
|
|
-.searchs .select select option{text-align: center;border:1px solid transparent;background: #FFFFFF;display: block;-moz-appearance:none; -webkit-appearance:none;appearance:none;border: 1px solid #cccccc;}
|
|
|
-.searchs .select select option:hover{background: red;}
|
|
|
+.searchs .select select option{border:0!important;text-align: center;border:1px solid transparent;background: #FFFFFF;display: block;-moz-appearance:none; -webkit-appearance:none;appearance:none;border: 1px solid #cccccc!important;}
|
|
|
+.searchs .select select option:hover{background: red!important}
|
|
|
.searchs button{width: 64px;height: 40px;position: absolute;right: 5px;background: url(../../img/think_search.png) no-repeat center center;border: none;}
|
|
|
.searchs button:focus{outline: none;}
|
|
|
.list_text {font-size: 16px;}
|
|
@@ -132,7 +132,7 @@ text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-bo
|
|
|
.detail_interest_sub li{float: left;width: 270px;position: relative;z-index: 15;margin-left: 30px;border: 1px solid #cccccc;overflow: hidden;height: 450px;padding-bottom: 10px;margin-bottom: 20px;}
|
|
|
.detail_interest_sub li>img{width: 270px;height: 280px;}
|
|
|
.detail_interest_sub li:nth-child(4n+1){margin-left: 0;}
|
|
|
-.shadow_text{position: absolute;top: 0;left: 0;width: 270px;height: 440px;text-align: center;background: rgba(0,0,0,.7);display: none;}
|
|
|
+.shadow_text{position: absolute;top: 0;left: 0;width: 270px;height: 451px;text-align: center;background: rgba(0,0,0,.7);display: none;}
|
|
|
.detail_interest_sub li:hover .shadow_text{display: block;}
|
|
|
.shadow_text img{width: 28px!important;height: 24px;margin: 0 auto;margin-top: 20px;display: inline-block;}
|
|
|
.search-criteria{padding-top: 50px;padding-bottom: 40px;}
|