liting2017 hace 7 años
padre
commit
edeb71b614

+ 3 - 3
src/css/technologyTrading/achievement.css

@@ -99,9 +99,9 @@
 .totalCount {float: right;line-height: 74px; margin-right: 20px; color: #999;} 
 
 /*价格*/
-.inp_select{margin-left: -50px;}
-.inp_select input{width: 100px;padding-left: 10px;}
-.inp_select button{width: 50PX;}
+.inp_select{margin-left: -50px;height: 30px;line-height: 30px;}
+.inp_select input{width: 100px;padding-left: 10px;margin-right: 5px;height: 30px;line-height: 26px;}
+.inp_select button{width: 50px;height: 30px;line-height: 26px;margin-left: 10px;}
 #bottom{margin-top: -150px;}
 
 .list_none{width:550px;height:150px;background:url("../../../img/all_null.png") no-repeat;margin:50px auto;}

+ 1 - 0
src/css/technologyTrading/demand.css

@@ -5,3 +5,4 @@
 .money span{width: 100px!important;display: inline-block;}
 .list_none{width:550px;height:150px;background:url("../../../img/all_null.png") no-repeat;margin:50px auto;}
 .imgnull{width:260px;height:211px;background:url("../../../img/zhuanliimg_null.png") no-repeat;background-size: 260px 211px;}
+.technologyModeList li:hover{background: #ffb200;}

+ 2 - 2
template/technologyTrading/achievement.html

@@ -148,9 +148,9 @@
 						</li>
 						<li>
 							<div class="inp_select">
-								<input type="number" id="minprice" placeholder="最小价格" maxlength="6" min="0"/>
+								<input type="number" id="minprice" placeholder="最小价格" maxlength="6" min="0"/>万元
 								<span>-</span>
-								<input type="number" id="maxprice" placeholder="最大价格" maxlength="6" min="0"/>
+								<input type="number" id="maxprice" placeholder="最大价格" maxlength="6" min="0"/>万元
 								<button>确定</button>
 							</div>
 						</li>