Просмотр исходного кода

公共招标、询价线条修改

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8124 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 лет назад
Родитель
Сommit
0b208cfff9

+ 6 - 6
src/main/webapp/resources/tpl/index/baseInfo/inquiry_list.html

@@ -88,7 +88,7 @@
         border: #5078cb 1px solid;
     }
     .tender-list-tab{
-        border-top: #dbe7ff 1px solid;
+        border-top: #e8e8e8 1px solid;
     }
 .inquiry-table{
     width: 100%;
@@ -97,7 +97,7 @@
     height: 60px;
 }
 .inquiry-table tbody tr td,.inquiry-table thead tr th{
-    border-bottom: #dbe7ff 1px dashed !important;
+    border-bottom: #ccc 1px dashed !important;
     font-size: 14px;
     vertical-align: middle;
     border-top: none !important;
@@ -125,7 +125,7 @@
 .text-trans{
     opacity: 1;
     top: 12px;
-    right: 50px;
+    right: 20px;
  }
 .overdue{
     color: #f47a86;
@@ -178,14 +178,14 @@
                                         <th width="60"></th>
                                     </tr>
                                </thead>
-                               <tbody ng-repeat="inquiryItem in $data">
-                                    <tr ng-click="toDetail(inquiryItem.id)" title="查看详情">
+                               <tbody>
+                                    <tr ng-click="toDetail(inquiryItem.id)" title="查看详情" ng-repeat="inquiryItem in $data">
                                         <td><img src="resources/img/icon/inquiry.png" /><em>询价信息</em><a>{{::inquiryItem.inquiry.enterprise.enName}}</a></td>
                                         <td>{{::inquiryItem.product.title}}</td>
                                         <td>{{::inquiryItem.product.code}}</td>
                                         <td>{{::inquiryItem.inquiry.date| date: 'yyyy-MM-dd'}}</td>
                                         <td>{{::inquiryItem.toDate| date: 'yyyy-MM-dd'}}</td>
-                                        <td ng-if="nowdate > inquiryItem.toDate"><span class="text-trans overdue">已过期</span></td>
+                                        <td><span class="text-trans overdue" ng-if="nowdate > inquiryItem.toDate">已过期</span></td>
                                     </tr>
                                </tbody>
                            </table>

+ 13 - 0
src/main/webapp/resources/tpl/index/purc/inquiryInfo_detail.html

@@ -410,6 +410,19 @@ i, em {
 	text-decoration: none;
 	color: #D32526;
 }
+.tender-list02 .comment-oder-list dl span.text-trans{
+    line-height: 25px;
+     padding: 0;
+    top: 10px;
+    right: -15px;
+}
+.tender-list02 .comment-oder-list dl span.text-trans.error{
+    color: #d44950 !important;
+    border-color: #d44950;
+}
+.comment-oder-list dl dd:last-child{
+    border-bottom: none;
+}
 </style>
 
 <div class="ng-scope">

+ 2 - 3
src/main/webapp/resources/tpl/index/sale/open_tender_list.html

@@ -88,7 +88,7 @@
         border: #5078cb 1px solid;
     }
     .tender-list-tab{
-        border-top: #dbe7ff 1px solid;
+        border-top: #e8e8e8 1px solid;
     }
     .tender-list-tab,.tender-list-tab table{
         width: 100%;
@@ -100,7 +100,6 @@
         height: 60px;
         font-size: 14px;
         line-height: 60px;
-        border-bottom: #dbe7ff 1px dashed;
     }
     .tender-list-tab table thead span,.tender-list-tab table tbody span{
         width: 90%;
@@ -139,7 +138,7 @@
         display: inline-block;
     }
     .tender-list-tab table th, .tender-list-tab table td{
-        border-bottom: #dbe7ff 1px dashed;
+        border-bottom: #ccc 1px dashed;
     }
     .tender-list-tab table tr,.tender-list-tab table tr th,.tender-list-tab table tr td{
         width: 1140px;