|
@@ -2659,20 +2659,20 @@ td a:hover.pirceEdit .colOrange {
|
|
display:inline-block;
|
|
display:inline-block;
|
|
*display:inline;
|
|
*display:inline;
|
|
zoom:1;
|
|
zoom:1;
|
|
- width:40px;
|
|
|
|
height:32px;
|
|
height:32px;
|
|
line-height:32px;
|
|
line-height:32px;
|
|
- background:#156039;
|
|
|
|
|
|
+ background:#EC971F;
|
|
color:#fff;
|
|
color:#fff;
|
|
- text-align:center
|
|
|
|
|
|
+ text-align:center;
|
|
|
|
+ width:100%;
|
|
}
|
|
}
|
|
.warpBaobiao .search a:hover{
|
|
.warpBaobiao .search a:hover{
|
|
font-weight:600;
|
|
font-weight:600;
|
|
- background:#0a4f2b
|
|
|
|
|
|
+ background:#F0AD4E
|
|
}
|
|
}
|
|
.warpBaobiao .search a:active{
|
|
.warpBaobiao .search a:active{
|
|
font-weight:600;
|
|
font-weight:600;
|
|
- background:#333
|
|
|
|
|
|
+ background:#EC971F
|
|
}
|
|
}
|
|
.warpBaobiao .nav,.warpBaobiao .categroy{
|
|
.warpBaobiao .nav,.warpBaobiao .categroy{
|
|
padding:15px 0 0 0;
|
|
padding:15px 0 0 0;
|
|
@@ -2705,8 +2705,7 @@ td a:hover.pirceEdit .colOrange {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.warpBaobiao .categroy{
|
|
.warpBaobiao .categroy{
|
|
- color:#fff;
|
|
|
|
- padding:10px
|
|
|
|
|
|
+ color:#fff
|
|
}
|
|
}
|
|
.warpBaobiao .catTree a{
|
|
.warpBaobiao .catTree a{
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -2726,7 +2725,8 @@ td a:hover.pirceEdit .colOrange {
|
|
padding: 3px 5px
|
|
padding: 3px 5px
|
|
}
|
|
}
|
|
.warpBaobiao ul.treeLeve2 span{
|
|
.warpBaobiao ul.treeLeve2 span{
|
|
- background-color: #1d6540
|
|
|
|
|
|
+ background-color: #1d6540;
|
|
|
|
+ margin:5px 0;
|
|
}
|
|
}
|
|
.warpBaobiao .catTree a:hover{
|
|
.warpBaobiao .catTree a:hover{
|
|
background:#1E824C
|
|
background:#1E824C
|
|
@@ -2827,4 +2827,61 @@ td a:hover.pirceEdit .colOrange {
|
|
}
|
|
}
|
|
.table .taC{
|
|
.table .taC{
|
|
text-align: center
|
|
text-align: center
|
|
|
|
+}
|
|
|
|
+.baobiao-search .width960{
|
|
|
|
+ background:#fff;
|
|
|
|
+ border:none;
|
|
|
|
+}
|
|
|
|
+.baobiao-search h1{
|
|
|
|
+ background:#1E7145;
|
|
|
|
+ color:#fff;
|
|
|
|
+ padding:5px 10px;
|
|
|
|
+ font-size:16px;
|
|
|
|
+}
|
|
|
|
+.search-bar dl{
|
|
|
|
+ margin-bottom: 20px
|
|
|
|
+}
|
|
|
|
+.search-bar dt{
|
|
|
|
+ border-left:3px solid #1E7145 ;
|
|
|
|
+ color:#1E7145;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ font-size:14px;
|
|
|
|
+ padding:3px 5px;
|
|
|
|
+ margin:5px 0;
|
|
|
|
+}
|
|
|
|
+.search-bar dd{
|
|
|
|
+ display:inline-block;
|
|
|
|
+ margin-right:10px;
|
|
|
|
+}
|
|
|
|
+.search-bar dd input{
|
|
|
|
+ vertical-align: middle
|
|
|
|
+}
|
|
|
|
+.search-bar dd label{
|
|
|
|
+ cursor:pointer;
|
|
|
|
+}
|
|
|
|
+.baobiao-search h2{
|
|
|
|
+ font-size:16px;
|
|
|
|
+ border-bottom: 1px solid #1E7145;
|
|
|
|
+ padding:20px 0
|
|
|
|
+}
|
|
|
|
+.bbresult-list li{
|
|
|
|
+ position:relative;
|
|
|
|
+ height:120px;
|
|
|
|
+ overflow:hidden;
|
|
|
|
+ margin: 15px 0;
|
|
|
|
+ padding-bottom: 15px;
|
|
|
|
+ border-bottom: 1px solid #f2f2f2
|
|
|
|
+}
|
|
|
|
+.bbresult-list li a.images{
|
|
|
|
+ position:absolute;
|
|
|
|
+ left:0;
|
|
|
|
+ top:0;
|
|
|
|
+}
|
|
|
|
+.bbresult-list li .title{
|
|
|
|
+ margin-left:200px;
|
|
|
|
+}
|
|
|
|
+.bbresult-list li .title a{
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ margin-bottom:10px;
|
|
|
|
+ display:inline-block;
|
|
}
|
|
}
|