|
@@ -2467,7 +2467,7 @@ td a:hover.pirceEdit .colOrange {
|
|
|
}
|
|
|
|
|
|
.dingeSearch .searchMoreItem select,.dingeSearch .searchMoreItem input.inputWarp{
|
|
|
- width:255px;
|
|
|
+ width:205px;
|
|
|
overflow:hidden;
|
|
|
height:20px;
|
|
|
vertical-align:middle
|
|
@@ -2747,6 +2747,7 @@ td a:hover.pirceEdit .colOrange {
|
|
|
margin-top:-1px
|
|
|
}
|
|
|
.warpBaobiao .bbList li a h2{
|
|
|
+ margin-right: 120px;
|
|
|
font-size:18px;
|
|
|
color:#333
|
|
|
}
|
|
@@ -2830,6 +2831,37 @@ td a:hover.pirceEdit .colOrange {
|
|
|
line-height:28px;
|
|
|
font-size:14px
|
|
|
}
|
|
|
+.bbImg{
|
|
|
+ position:relative;
|
|
|
+}
|
|
|
+.bbView{
|
|
|
+ position:absolute;
|
|
|
+ width:100%;
|
|
|
+ height:100%;
|
|
|
+ text-align: center;
|
|
|
+ top:-5000px;
|
|
|
+ z-index: 999;
|
|
|
+}
|
|
|
+.bbView span{
|
|
|
+ position:absolute;
|
|
|
+ top:50%;
|
|
|
+ left:50%;
|
|
|
+ background:#1e7145;
|
|
|
+ color:#fff;
|
|
|
+ padding:5px 10px;
|
|
|
+ border:1px solid #fff;
|
|
|
+}
|
|
|
+.bbViewB{
|
|
|
+ margin-top:-10px;
|
|
|
+ margin-left: -50px;
|
|
|
+}
|
|
|
+.bbViewX{
|
|
|
+ margin-top: -10px;
|
|
|
+ margin-left: -45px;
|
|
|
+}
|
|
|
+.bbImg a:hover .bbView{
|
|
|
+ top:0;
|
|
|
+}
|
|
|
.table .subHead{
|
|
|
background:#ddd
|
|
|
}
|
|
@@ -2847,7 +2879,29 @@ td a:hover.pirceEdit .colOrange {
|
|
|
font-size:16px;
|
|
|
}
|
|
|
.search-bar dl{
|
|
|
- margin-bottom: 20px
|
|
|
+ margin-bottom: 20px;
|
|
|
+ display:none;
|
|
|
+}
|
|
|
+.search-btn{
|
|
|
+ margin:20px 0;
|
|
|
+}
|
|
|
+.search-input{
|
|
|
+ padding:0 5px 0;
|
|
|
+ width:500px;
|
|
|
+ height:32px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 32px;
|
|
|
+ border:1px solid #c2c2c2;
|
|
|
+ border-bottom: 2px solid #c2c2c1;
|
|
|
+}
|
|
|
+.senior-search{
|
|
|
+ margin:0 10px 0;
|
|
|
+ color:#006AAD;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+.search-tips{
|
|
|
+ margin:5px 0 0;
|
|
|
+ color:#666;
|
|
|
}
|
|
|
.search-bar dt{
|
|
|
border-left:3px solid #1E7145 ;
|