|
|
@@ -171,28 +171,6 @@
|
|
|
.sure_oder .select{
|
|
|
padding-left: 15px;
|
|
|
}
|
|
|
- .sure_oder .oder_xq_list dl span.total-price{
|
|
|
- float: right;
|
|
|
- width: auto;
|
|
|
- position: relative;
|
|
|
- bottom: 10px;
|
|
|
- margin-right: 20px;
|
|
|
- }
|
|
|
- .sure_oder .oder_xq_list dl span.total-price p{
|
|
|
- line-height: 25px;
|
|
|
- font-size: 14px;
|
|
|
- text-align: right;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .sure_oder .oder_xq_list dl span.total-price p:first-child em{
|
|
|
- color: #333;
|
|
|
- }
|
|
|
- .sure_oder .oder_xq_list dl span.total-price p:last-child{
|
|
|
- color: #e64040;
|
|
|
- }
|
|
|
- .sure_oder .oder_xq_list dl span.total-price p em{
|
|
|
- color: #e64040;
|
|
|
- }
|
|
|
.pay_price a:hover{
|
|
|
color: #fff !important;
|
|
|
opacity: .9;
|
|
|
@@ -259,21 +237,25 @@
|
|
|
.pay_price div{
|
|
|
max-width: 490px;
|
|
|
width: auto;
|
|
|
- min-height: 106px;
|
|
|
- padding: 10px 10px 5px;
|
|
|
+ min-height: 133px;
|
|
|
+ padding: 29px 10px;
|
|
|
}
|
|
|
.pay_price h4,.pay_price p{
|
|
|
text-align: right;
|
|
|
}
|
|
|
.sure_oder .oder_xq_list dl dd.pay_price{
|
|
|
display: inline-block;
|
|
|
- min-height: 170px;
|
|
|
+ min-height: 237px;
|
|
|
}
|
|
|
.pay_price div p{
|
|
|
float: left;
|
|
|
height: auto;
|
|
|
line-height: 25px;
|
|
|
}
|
|
|
+ .pay_price .bulb-remind {
|
|
|
+ padding-right: 80px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
.oder-remark{
|
|
|
height: 30px;
|
|
|
border-bottom: none !important;
|
|
|
@@ -295,14 +277,6 @@
|
|
|
margin-top: 10px;
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
- .sure_oder .oder_xq_list dl span.total-price strong{
|
|
|
- width: 70px;
|
|
|
- display: inline-block;
|
|
|
- float: left;
|
|
|
- }
|
|
|
- .sure_oder .oder_xq_list dl span.total-price em{
|
|
|
- float: left;
|
|
|
- }
|
|
|
.oder_xq_list dl .oder_l{
|
|
|
background: #f6f9ff;
|
|
|
border-bottom: #fff 1px solid;
|
|
|
@@ -317,6 +291,7 @@
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
.pay_price div{
|
|
|
+ min-height: unset;
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
.pay_price div h6{
|
|
|
@@ -611,6 +586,23 @@
|
|
|
.oder_xq_list dl span a.unstand:hover b{
|
|
|
color: #323232!important;
|
|
|
}
|
|
|
+ .pay_price div {
|
|
|
+ width: 100%;
|
|
|
+ max-width: unset;
|
|
|
+ border: none;
|
|
|
+ background: #faf8f8;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ .pay_price div h6 {
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: right;
|
|
|
+ line-height: 24px;
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
+ .pay_price div h6 strong {
|
|
|
+ font-weight: normal;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay-cart">
|
|
|
@@ -845,7 +837,7 @@
|
|
|
</i>
|
|
|
<!--<button ng-click="getRule(order.storeid)">获取配送规则</button>-->
|
|
|
</span>
|
|
|
- <span class="total-price">
|
|
|
+ <span class="total-price" ng-controller="poundageCtrl">
|
|
|
<p><strong>运费:</strong>
|
|
|
<em ng-if="order.status==501 && deliveryList[details[0].storeid].fareType == 3" style="font-weight: bold;color:#e64040">到付</em>
|
|
|
<em ng-if="order.status==501 && deliveryList[details[0].storeid].fareType == 4" ng-bind="deliveryList[details[0].storeid].fare | formateNumber : 2 | currencySysmbol : order.currency.substring(0,3) " style="font-weight: bold;color:#e64040"></em>
|
|
|
@@ -859,10 +851,29 @@
|
|
|
<em ng-if="deliveryList && deliveryList[details[0].storeid].fareType == 4" style="font-weight: bold;color:#e64040">包邮</em>
|
|
|
</em>
|
|
|
</p>
|
|
|
+ <p>
|
|
|
+ <strong>
|
|
|
+ <i class="fa fa-exclamation-circle" ng-mouseenter="showRemindTagIntro = true" ng-mouseleave="showRemindTagIntro = false"></i>
|
|
|
+ <span class="price-down" ng-mouseenter="showRemindTagActivity = true" ng-mouseleave="showRemindTagActivity = false">减免</span>
|
|
|
+ 手续费:
|
|
|
+ </strong>
|
|
|
+ <em ng-if="order.status == 501">{{order.currency == 'RMB' ? '¥ ':'$'}}0.00(<i class="price-down-tag" ng-bind="getMul(getAdd(storePrice[key], fareList[details[0].storeid]), 0.00453) | formateNumber : 2 | currencySysmbol : order.currency.substring(0,3)">$1.11</i>)</em>
|
|
|
+ <em ng-if="order.status != 501">
|
|
|
+ <em ng-if="storeArray.length == 1">{{order.currency == 'RMB' ? '¥ ':'$'}}0.00(<i class="price-down-tag" ng-bind="getMul(order.ensurePrice, 0.00453) | formateNumber : 2 | currencySysmbol : order.currency.substring(0,3)">$1.11</i>)</em>
|
|
|
+ <em ng-if="storeArray.length != 1">{{order.currency == 'RMB' ? '¥ ':'$'}}0.00(<i class="price-down-tag" ng-bind="getMul(getAdd(storePrice[key], deliveryList[details[0].storeid].fare), 0.00453) | formateNumber : 2 | currencySysmbol : order.currency.substring(0,3)">$1.11</i>)</em>
|
|
|
+ </em>
|
|
|
+ <div class="remind-tag intro" ng-show="showRemindTagIntro">
|
|
|
+ <div class="remind-tag-content">手续费:是指第三方支付机构在交易过程中,按照一定的百分比进行收取的费用。</div>
|
|
|
+ <div class="remind-tag-content red-text">手续费金额=订单金额 * 0.45%</div>
|
|
|
+ </div>
|
|
|
+ <div class="remind-tag activity" ng-show="showRemindTagActivity">
|
|
|
+ <div class="remind-tag-content">活动期间,减免手续费,已由商城支付给第三方机构。</div>
|
|
|
+ </div>
|
|
|
+ </p>
|
|
|
<p><strong>店铺合计:</strong>
|
|
|
- <em ng-if="order.status==501" ng-bind="storePrice[key] + fareList[details[0].storeid] | formateNumber :2 | currencySysmbol : order.currency.substring(0,3)" style="font-weight: bold"></em>
|
|
|
+ <em ng-if="order.status==501" ng-bind="getAdd(storePrice[key], fareList[details[0].storeid]) | formateNumber :2 | currencySysmbol : order.currency.substring(0,3)"></em>
|
|
|
|
|
|
- <em ng-if="order.status!=501" style="font-weight: bold">
|
|
|
+ <em ng-if="order.status!=501">
|
|
|
<em ng-if="storeArray.length == 1" ng-bind="order.ensurePrice | formateNumber :2 | currencySysmbol : order.currency.substring(0,3)"></em>
|
|
|
<em ng-if="storeArray.length != 1" ng-bind="storePrice[key] + deliveryList[details[0].storeid].fare | formateNumber :2 | currencySysmbol : order.currency.substring(0,3)"></em>
|
|
|
</em>
|
|
|
@@ -947,6 +958,7 @@
|
|
|
</select>
|
|
|
</span>
|
|
|
<a ng-click="confirmPay()">提交订单</a></p>
|
|
|
+ <p class="bulb-remind"><img src="static/img/user/bulb.png" alt="">若价格变动,请在订单提交后联系卖家改价</p>
|
|
|
</dd>
|
|
|
</dl>
|
|
|
</div>
|