|
@@ -6,14 +6,15 @@
|
|
|
padding-bottom: 60px;
|
|
padding-bottom: 60px;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase {
|
|
.seek-purchase .seek-purchase-content .publish-purchase {
|
|
|
- padding: 17px 40px;
|
|
|
|
|
|
|
+ padding: 17px 0;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl {
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl {
|
|
|
- width: 646px;
|
|
|
|
|
|
|
+ width: 1000px;
|
|
|
height: 198px;
|
|
height: 198px;
|
|
|
padding: 0 40px 0 0;
|
|
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 {
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl p {
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
@@ -22,13 +23,13 @@
|
|
|
margin: 19px 0 0 0;
|
|
margin: 19px 0 0 0;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl .form-block {
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl .form-block {
|
|
|
- width: 198px;
|
|
|
|
|
|
|
+ width: 188px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl .form-block >span {
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl .form-block >span {
|
|
|
- width: 86px;
|
|
|
|
|
|
|
+ width: 68px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -67,10 +68,10 @@
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl .form-block.single-price input{
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl .form-block.single-price input{
|
|
|
padding-left: 37px;
|
|
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;
|
|
position: absolute;
|
|
|
top: 23px;
|
|
top: 23px;
|
|
|
- left: 86px;
|
|
|
|
|
|
|
+ left: 68px;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
border: 1px solid #b5b5b5;
|
|
border: 1px solid #b5b5b5;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
@@ -81,7 +82,7 @@
|
|
|
width: 111px;
|
|
width: 111px;
|
|
|
font-size: 12px;
|
|
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;
|
|
height: 22px;
|
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -90,7 +91,7 @@
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
padding: 0 5px;
|
|
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;
|
|
background: #ddd;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl >a {
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl >a {
|
|
@@ -102,7 +103,8 @@
|
|
|
color: #fefefe;
|
|
color: #fefefe;
|
|
|
background: #fd7748;
|
|
background: #fd7748;
|
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
- margin: 0 auto 14px;
|
|
|
|
|
|
|
+ margin: 14px auto;
|
|
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content .empty-line {
|
|
.seek-purchase .seek-purchase-content .empty-line {
|
|
|
height: 20px;
|
|
height: 20px;
|
|
@@ -261,7 +263,7 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- font-size: 12px;
|
|
|
|
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td {
|
|
.seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td {
|
|
|
height: 48px;
|
|
height: 48px;
|
|
@@ -600,14 +602,14 @@
|
|
|
<div class="form-block">
|
|
<div class="form-block">
|
|
|
<span><i>*</i>型号</span>
|
|
<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()" >
|
|
<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>
|
|
<li ng-repeat="sCode in similarCode" ng-bind="sCode.code" title="{{sCode.code}}" ng-click="setCode(sCode.code)"></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-block">
|
|
<div class="form-block">
|
|
|
<span><i>*</i>品牌</span>
|
|
<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()">
|
|
<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>
|
|
<li ng-repeat="sBrand in similarBrand" ng-bind="sBrand.nameEn" title="{{sBrand.nameEn}}" ng-click="setBrand(sBrand.nameEn)"></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
@@ -813,7 +815,7 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="173">卖家</th>
|
|
<th width="173">卖家</th>
|
|
|
<th width="186">交期(天)</th>
|
|
<th width="186">交期(天)</th>
|
|
|
- <th width="186">单价</th>
|
|
|
|
|
|
|
+ <th width="186">价格梯度</th>
|
|
|
<th width="195">生产日期</th>
|
|
<th width="195">生产日期</th>
|
|
|
<th width="221">操作</th>
|
|
<th width="221">操作</th>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -828,7 +830,7 @@
|
|
|
<td width="186"><span>{{of.currency + of.unitPrice | currencyStr}}</span></td>
|
|
<td width="186"><span>{{of.currency + of.unitPrice | currencyStr}}</span></td>
|
|
|
<td width="195" ng-bind="of.produceDate || '-'"></td>
|
|
<td width="195" ng-bind="of.produceDate || '-'"></td>
|
|
|
<td width="221" class="operate">
|
|
<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">
|
|
<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>
|
|
<span ng-if="seek.status != 202" ng-click="setShowUseFlag(true, of)">采纳报价</span>
|
|
|
</td>
|
|
</td>
|