|
|
@@ -493,6 +493,35 @@
|
|
|
margin-left: 15px;
|
|
|
background: #acabab;
|
|
|
}
|
|
|
+ .seek-purchase .link-saler-box {
|
|
|
+ width: 289px;
|
|
|
+ height: auto;
|
|
|
+ min-height: auto;
|
|
|
+ border-radius: 2px;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .title {
|
|
|
+ background-color: #4290f7;
|
|
|
+ height: 22px;
|
|
|
+ line-height: 22px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content p {
|
|
|
+ line-height: 20px;
|
|
|
+ padding-top: 0;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content p i {
|
|
|
+ color: #4290f7;
|
|
|
+ margin-right: 4px;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content p span {
|
|
|
+ color: #f62d37;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content div a {
|
|
|
+ width: 78px;
|
|
|
+ background: #4290f7;
|
|
|
+ margin: 18px 0 13px 0;
|
|
|
+ border-radius: 2px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr seek-purchase">
|
|
|
<!--求购询价-->
|
|
|
@@ -613,7 +642,7 @@
|
|
|
<td class="left-time" ng-if="seek.remainingTime <= 0"><span>已截止</span></td>
|
|
|
<td class="left-time" ng-if="seek.remainingTime == null"><span style="color: red;">-</span></td>
|
|
|
<td class="operate">
|
|
|
- <a>联系买家 <img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
+ <a ng-click="setLinkBoxIndex($index)">联系买家 <img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
<div ng-if="seek.quoted != 1 && seek.remainingTime > 0" ng-click="setSeekActive(seek, true, index)">我要报价</div>
|
|
|
<span ng-if="seek.quoted == 1">已报价 <img src="static/img/seekPurchase/check.png" alt=""></span>
|
|
|
<!--<img ng-if="seek.quoted == 1" src="static/img/seekPurchase/recieved.png" alt="">-->
|
|
|
@@ -718,4 +747,16 @@
|
|
|
<span ng-click="setSeekActive(seek, false, index)">取消</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="com-mall-del-box link-saler-box" ng-if="linkBoxIndex > -1">
|
|
|
+ <div class="title">
|
|
|
+ <i ng-click="setLinkBoxIndex(-1)"></i>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <p><i class="fa fa-exclamation-circle"></i>抱歉,暂时无法与买家在线沟通!</p>
|
|
|
+ <p>买家联系电话:<span ng-bind="seekListData[linkBoxIndex].userTel"></span></p>
|
|
|
+ <div>
|
|
|
+ <a ng-click="setLinkBoxIndex(-1)">我知道了</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|