|
|
@@ -1064,6 +1064,20 @@
|
|
|
.sellOder .reply-box .vendor-modal-header .modal-first-rate .check-act .rate-radio-label.active {
|
|
|
background-position: -12px 3px;
|
|
|
}
|
|
|
+ /*含运费*/
|
|
|
+ .oder_list dl b.freight{
|
|
|
+ float: none;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999;
|
|
|
+ }
|
|
|
+ .oder_list dl b.freight em{
|
|
|
+ font-size: 12px;
|
|
|
+ font-style: normal ;
|
|
|
+ color: #999;
|
|
|
+ }
|
|
|
+ .oder_list dl b.total{
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<!--订单中心-->
|
|
|
@@ -1349,7 +1363,8 @@
|
|
|
</dd>
|
|
|
<dd class="price" style="text-align: right;">
|
|
|
<b style="float: none;">总共<em ng-bind="purchase.batchQty"></em>件商品</b>
|
|
|
- <b style="float: none;">总金额:<em ng-bind="purchase.ensurePrice | formateNumber : 2 | currencySysmbol : purchase.currency"></em></b>
|
|
|
+ <b style="float: none;" class="total">总金额:<em ng-bind="purchase.ensurePrice | formateNumber : 2 | currencySysmbol : purchase.currency"></em></b>
|
|
|
+ <b class="freight">(含运费<em ng-bind="purchase.fare || 0 | formateNumber : 2 | currencySysmbol : purchase.currency"></em>)</b>
|
|
|
</dd>
|
|
|
<div class="com-del-box conuter-box" ng-if="purchase.showGotoSettle && purchase.showTip == 1" style="display: block;">
|
|
|
<div class="title">
|