|
|
@@ -604,6 +604,9 @@
|
|
|
.pay_price div h6 strong {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
+ .oder_xq_list dl span.total-price strong {
|
|
|
+ width: 180px
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay-cart">
|
|
|
@@ -753,9 +756,9 @@
|
|
|
</span>
|
|
|
</dd>
|
|
|
<dd class="oder-remark">
|
|
|
- <span style="width: 100%;">
|
|
|
+ <span style="width: 80%;">
|
|
|
<em style="margin-left: 40px;">订单备注:</em>
|
|
|
- <input ng-if="order.status==501" type="text" class="form-control" placeholder="请填写订单备注" ng-model="remarkList[details[0].storeid]" maxlength="200"/>
|
|
|
+ <input style="width: 500px" ng-if="order.status==501" type="text" class="form-control" placeholder="请填写订单备注" ng-model="remarkList[details[0].storeid]" maxlength="200"/>
|
|
|
<em ng-if="order.status!=501" ng-bind="remarkList[order.storeid] || '无'" style="margin-left: 0;"></em>
|
|
|
</span>
|
|
|
</dd>
|
|
|
@@ -782,7 +785,7 @@
|
|
|
</i>
|
|
|
<!--<button ng-click="getRule(order.storeid)">获取配送规则</button>-->
|
|
|
</span>
|
|
|
- <span class="total-price" ng-controller="poundageCtrl">
|
|
|
+ <span class="total-price" ng-controller="poundageCtrl" style="width:400px !important;">
|
|
|
<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>
|