|
|
@@ -290,6 +290,63 @@
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
}
|
|
|
+ /*联系买家*/
|
|
|
+ .contact-box{
|
|
|
+ position: absolute;
|
|
|
+ z-index: 2;
|
|
|
+ height: 155px;
|
|
|
+ opacity: 1;
|
|
|
+ background-color: white;
|
|
|
+ width: 600px;
|
|
|
+ top: 40px;
|
|
|
+ left: 200px;
|
|
|
+ border: 1px solid #E7E5E2;
|
|
|
+ -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
+ box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
+ }
|
|
|
+ .contact-box .title{
|
|
|
+ height: 26px;
|
|
|
+ background-color: #5078cb;
|
|
|
+ text-align: right;
|
|
|
+ /*padding-right: 15px;*/
|
|
|
+ line-height: 26px;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .contact-box .title i{
|
|
|
+ float: right;
|
|
|
+ margin: 7px 10px 0 0;
|
|
|
+ }
|
|
|
+ .contact-box .content{
|
|
|
+ width: 550px;
|
|
|
+ margin: 0 auto;
|
|
|
+ background-color: #5078cb;
|
|
|
+ color: #fff;
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-bottom: 12px;
|
|
|
+ border-radius: 4px;
|
|
|
+ height: 100px;
|
|
|
+ }
|
|
|
+ .contact-box .content div{
|
|
|
+ padding: 0 15px;
|
|
|
+ line-height: 40px;
|
|
|
+ }
|
|
|
+ .contact-box .content .company-title{
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ .contact-box div.list{
|
|
|
+ text-align: left;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left: 15px;
|
|
|
+ padding-right: 15px;
|
|
|
+ }
|
|
|
+ .contact-box div.list em{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .oder_xq_list dl span .contact_btn:hover{
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<!--叮当详情-->
|
|
|
@@ -355,13 +412,26 @@
|
|
|
<!--<span style="width: 100%; text-align: left; padding-left: 20px;" class="ng-binding"><img src="static/img/user/images/shop_home01.png">{{purchase.buyentername}}</span>-->
|
|
|
<!--</dd>-->
|
|
|
<dd class="order-company">
|
|
|
- <span style="white-space: nowrap; width: 100%; text-align: left; line-height: 50px;">
|
|
|
+ <span style="white-space: nowrap; width: 100%; text-align: left; line-height: 50px; position: relative;">
|
|
|
<i style="min-width: 315px; display: inline-block">
|
|
|
{{purchase.buyername}}<i ng-if="purchase.buyentername"> | {{purchase.buyentername}}</i> <!--<a ng-if="purchase.pu_buyentername" name="{{purchase.id}}" ng-controller="ChatContactCtrl as chat" ng-click="chat.contactWithOther(purchase.buyPhone, purchase.buyerenuu, chat.UserType.ENTERPRISE)"></a>-->
|
|
|
</i>
|
|
|
<img src="static/img/common/songguo.png" style="margin-right:0; ">
|
|
|
<!--<a name="{{purchase.id}}" href="javascript:void(0)" class="contact_btn" ng-controller="ChatContactCtrl as chat" ng-click="chat.contactWithOther(purchase.buyPhone, purchase.buyerenuu, chat.UserType.ENTERPRISE)">联系买家</a>-->
|
|
|
- <a name="{{purchase.id}}" href="javascript:void(0)" class="contact_btn" >联系买家</a>
|
|
|
+ <a name="{{purchase.id}}" href="javascript:void(0)" class="contact_btn" ng-click="contactSeller()">联系买家</a>
|
|
|
+ <div class="contact-box" ng-if="contactBNox">
|
|
|
+ <div class="title"><i class="fa fa-close fa-lg" ng-click="closeBox()"></i></div>
|
|
|
+ <div class="content">
|
|
|
+ <div class="company-title" ng-bind="::purchase.buyername || '买家姓名没获取到'">深圳市优软科技</div>
|
|
|
+ <div class="list">
|
|
|
+ <em>手机:<em ng-bind="::purchase.buyPhone || '暂无联系电话'">45413413131313</em></em>
|
|
|
+ <em style="margin-left: 60px;">邮箱:<em ng-bind="::purchase.buyEmail || '暂无电子邮箱'">45413413131313</em></em>
|
|
|
+ </div>
|
|
|
+ <!--<div class="list">地址:-->
|
|
|
+ <!--<em ng-bind="order.sellCompanyAddress || order.sellCompanyArea || '暂无地址信息'">1212314531455</em>-->
|
|
|
+ <!--</div>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</span>
|
|
|
</dd>
|
|
|
<div ng-class="{'limit-3': !open}">
|