Browse Source

审查清单添加清单功能调整

Chente 10 năm trước cách đây
mục cha
commit
5ba2125804
3 tập tin đã thay đổi với 15 bổ sung14 xóa
  1. 3 3
      admin-printList.html
  2. 1 0
      censor-pojManage - list2.html
  3. 11 11
      css/global.css

+ 3 - 3
admin-printList.html

@@ -12,11 +12,11 @@
 </head>
 <body style="background:#fff">
 	<div class="printList">
-		<h1 class="taC">云南省交通运输厅工程造价管理局新增子目审批通知单</h1>
+		<h1 class="taC">云南省交通运输厅工程造价管理局</h1>
+		<h1 class="taC">新增子目审批通知单</h1>
 		<h2 class="taR">编号:2014XXX号</h2>
-		<h3 class="taC">工程量清单新增子目审批结果通知单</h3>
 		<div class="con">
-			<p><b>XXXX</b>公路建设指挥部</p>
+			<p><b>XXXX</b>公路建设指挥部</p>
 			<p style="text-indent:24px">你单位2014年XX月XX日上报的清单子目审批结果如下,请遵照执行。</p>
 			</div>
 		<table>

+ 1 - 0
censor-pojManage - list2.html

@@ -63,6 +63,7 @@
 					<tr><td>申报</td><td><div class="lv2">101-2-1<div></td><td>网孔内切圆直径350mm</td><td>m2</td><td></td><td></td><td><a class="ebutton" href="#file" data-toggle="modal" role="button">查看附件</a></td><td></td></tr>
 					<tr><td>张工</td><td><div class="lv2">101-2-1<div></td><td>网孔内切圆直径350mm</td><td>m2</td><td></td><td></td><td></td><td>同意(不新增)</td></tr>		
 					<tr><td>王工</td><td><input type="text" value="101-2" style="width:80px"></td><td><textarea class="yta">网孔内切圆直径350mm,每环内钢丝盘结7圈</textarea></td><td><input style="width:40px" type="text"></td><td><textarea class="yta"></textarea></td><td><textarea class="yta"></textarea></td><td><textarea class="yta"></textarea></td><td><select><option>新增</option><option>同意(不新增)</option><option>删减</option></select></td></tr>
+					<tr><td><span class="fR"><a>删除</a></span></td><td><input type="text" style="width:80px"></td><td><textarea class="yta"></textarea></td><td><input style="width:40px" type="text"></td><td><textarea class="yta"></textarea></td><td><textarea class="yta"></textarea></td><td><textarea class="yta"></textarea></td><td><select><option>新增</option><option>同意(不新增)</option><option>删减</option></select></td></tr>
 					<tr><td></td><td colspan="7"><a href="#">+新增一条清单</a></td></tr>
 				</table>
 			</div>

+ 11 - 11
css/global.css

@@ -370,8 +370,10 @@ input[type="color"]:focus,
   outline: 0;
   outline: thin dotted \9;
   /* IE6-9 */
-color:#000;
-font-size: 14px
+
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
+  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
+  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
 }
 input[type="radio"],
 input[type="checkbox"] {
@@ -1108,6 +1110,7 @@ table {
   text-align: left;
   vertical-align: top;
   border-top: 1px solid #dddddd;
+  position:relative;
 }
 .table th {
   font-weight: bold;
@@ -1642,10 +1645,7 @@ white-space: nowrap;
 display: inline-block;
 }
 .pojNomList tr.newAdd{
-  background:#dff0d8
-}
-.pojNomList tr.listDel td{
-  text-decoration: line-through;
+	background:#dff0d8
 }
 .annotation li {
 padding:3px 10px;
@@ -1717,7 +1717,7 @@ font-weight:800
 .modal form{margin:0}
 /*modal*/
 .printList {
-  width:1000px;
+  width:860px;
   text-align: center;
   color:#000;
   margin:0 auto;
@@ -1733,9 +1733,7 @@ font-weight:800
 }
 .printList h1 {
   color:#ff0000;
-  border-bottom: 3px solid #ff0000;
   font-size:36px;
-  display:inline;
   overflow: hidden;
 }
 .printList h2{
@@ -1769,6 +1767,8 @@ textarea.yta {
   height:20px;
 }
 textarea.yta:focus{
-  width:400px;
-  height:60px;
+  width:300px;
+  height:80px;
+  position:absolute;
+  z-index: 9999
 }