Prechádzať zdrojové kódy

新版部分页面调整

yangc 8 rokov pred
rodič
commit
51ebdf72da

+ 18 - 16
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -6,14 +6,15 @@
         padding-bottom: 60px;
     }
     .seek-purchase .seek-purchase-content .publish-purchase {
-        padding: 17px 40px;
+        padding: 17px 0;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl {
-        width: 646px;
+        width: 1000px;
         height: 198px;
         padding: 0 40px 0 0;
-        margin: 0;
-        background: url('static/img/seekPurchase/user-publish-bg.png') no-repeat;
+        border: 2px dashed #fd7748;
+        margin: 0 auto;
+        float: none;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl p {
         font-size: 18px;
@@ -22,13 +23,13 @@
         margin: 19px 0 0 0;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block {
-        width: 198px;
+        width: 188px;
         display: inline-block;
         margin-top: 16px;
         position: relative;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block >span {
-        width: 86px;
+        width: 68px;
         height: 24px;
         line-height: 24px;
         display: inline-block;
@@ -67,10 +68,10 @@
     .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block.single-price input{
         padding-left: 37px;
     }
-    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block ul {
+    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block ul.similar-list {
         position: absolute;
         top: 23px;
-        left: 86px;
+        left: 68px;
         background: #fff;
         border: 1px solid #b5b5b5;
         z-index: 1;
@@ -81,7 +82,7 @@
         width: 111px;
         font-size: 12px;
     }
-    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block ul li {
+    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block ul.similar-list li {
         height: 22px;
         line-height: 22px;
         cursor: pointer;
@@ -90,7 +91,7 @@
         white-space: nowrap;
         padding: 0 5px;
     }
-    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block ul li:hover {
+    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block ul.similar-list li:hover {
         background: #ddd;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl >a {
@@ -102,7 +103,8 @@
         color: #fefefe;
         background: #fd7748;
         border-radius: 3px;
-        margin: 0 auto 14px;
+        margin: 14px auto;
+        font-size: 14px;
     }
     .seek-purchase .seek-purchase-content .empty-line {
         height: 20px;
@@ -261,7 +263,7 @@
         text-align: center;
         font-size: 14px;
         position: relative;
-        font-size: 12px;
+        font-weight: normal;
     }
     .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td {
         height: 48px;
@@ -600,14 +602,14 @@
                 <div class="form-block">
                     <span><i>*</i>型号</span>
                     <input type="text" class="form-group" ng-model="applyObj.code" ng-class="{'error': !validObj.code}" ng-blur="checkCode()" ng-change="onCodeChange()" >
-                    <ul ng-show="showSimilarCodeList" ng-mouseenter="isInCodeList = true;" ng-mouseleave="isInCodeList = false;">
+                    <ul class="similar-list" ng-show="showSimilarCodeList" ng-mouseenter="isInCodeList = true;" ng-mouseleave="isInCodeList = false;">
                         <li ng-repeat="sCode in similarCode" ng-bind="sCode.code" title="{{sCode.code}}" ng-click="setCode(sCode.code)"></li>
                     </ul>
                 </div>
                 <div class="form-block">
                     <span><i>*</i>品牌</span>
                     <input type="text" class="form-group" ng-class="{'error': !validObj.brand}" maxlength="20" ng-model="applyObj.brand" ng-blur="checkBrand()" ng-change="onBrandChange()">
-                    <ul ng-show="showSimilarBrandList" ng-mouseenter="isInBrandList = true;" ng-mouseleave="isInBrandList = false;">
+                    <ul class="similar-list" ng-show="showSimilarBrandList" ng-mouseenter="isInBrandList = true;" ng-mouseleave="isInBrandList = false;">
                         <li ng-repeat="sBrand in similarBrand" ng-bind="sBrand.nameEn" title="{{sBrand.nameEn}}" ng-click="setBrand(sBrand.nameEn)"></li>
                     </ul>
                 </div>
@@ -813,7 +815,7 @@
                                 <tr>
                                     <th width="173">卖家</th>
                                     <th width="186">交期(天)</th>
-                                    <th width="186">价</th>
+                                    <th width="186">价格梯度</th>
                                     <th width="195">生产日期</th>
                                     <th width="221">操作</th>
                                 </tr>
@@ -828,7 +830,7 @@
                                         <td width="186"><span>{{of.currency + of.unitPrice | currencyStr}}</span></td>
                                         <td width="195" ng-bind="of.produceDate || '-'"></td>
                                         <td width="221" class="operate">
-                                            <a href = "of.user.usertTel">联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
+                                            <a>联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
                                             <img ng-if="of.status == 202" src="static/img/seekPurchase/recieved.png" alt="" class="ng-scope">
                                             <span ng-if="seek.status != 202" ng-click="setShowUseFlag(true, of)">采纳报价</span>
                                         </td>