Преглед на файлове

补充定额大全,搜索去除搜索提示,新增 模糊搜索和匹配搜索

Chente преди 8 години
родител
ревизия
95e4ee7fea
променени са 2 файла, в които са добавени 61 реда и са изтрити 7 реда
  1. 56 2
      css/style.css
  2. 5 5
      dingeku.html

+ 56 - 2
css/style.css

@@ -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 ;

+ 5 - 5
dingeku.html

@@ -182,11 +182,11 @@
 						<option>&nbsp;&nbsp;&nbsp;-&nbsp;四川省国省干线公路小修保养工程预算定额(2009)</option>
 					</select>
 				</dd>
-				<dd><span>编号/名称</span><input class="inputWarp">
-			<div class="searchTips">
-				<p>输入"定额编号"或"定额名称"可进行所有定额库模糊搜索;</p>
-				<p>输入"定额编号" 空格 "定额名称" 可进行所有定额库组合搜索;</p>
-			</div></dd>
+				<dd>
+					<span>编号/名称</span>
+					<input class="inputWarp">
+					<select style="width:90px"><option>模糊搜索</option><option>匹配搜索</option></select>	
+				</dd>
 				<dd><input type="submit" class="searchBtn" value="搜索"></dd>
 			</dl>
 			<p class="searchCon">定额库:<span class="colRed">不限</span>&nbsp;&nbsp;&nbsp;部位:<span class="colRed">不限</span></p>