|
|
@@ -44,7 +44,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="single-count text-ellipse"><span class="pay-price-title inline-block">小计:</span><span class="ol-price"><span>{{goods.currencyName | currencyFilter}}</span>{{goods.goods.currentPrice | priceFilter}}</span></div>
|
|
|
+ <div class="single-count text-ellipse"><span class="pay-price-title inline-block">小 计:</span><span class="ol-price"><span>{{goods.currencyName | currencyFilter}}</span>{{goods.goods.currentPrice | priceFilter}}</span></div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="show-more-psgoods" v-if="item.goods.length > 3" @click="item.$expand = !item.$expand">
|
|
|
@@ -90,19 +90,18 @@
|
|
|
</div>-->
|
|
|
<div class="ps-operate-line ps-fare">
|
|
|
<div class="text-ellipse">
|
|
|
- <span class="pay-price-title inline-block">运费:</span><span class="ol-price"><span>{{payData.currency | currencyFilter}}</span>{{item.fare ? item.fare.fare : 0}}</span>
|
|
|
+ <span class="pay-price-title inline-block">运 费:</span><span class="ol-price"><span>{{payData.currency | currencyFilter}}</span>{{item.fare ? item.fare.fare : 0}}</span>
|
|
|
</div>
|
|
|
<div class="text-ellipse">
|
|
|
- <span class="pay-price-title inline-block">手续费:</span><span class="ol-price"><span>{{payData.currency | currencyFilter}}</span>0</span>
|
|
|
+ <span class="pay-price-title inline-block">手续费:</span>
|
|
|
+ <span class="ol-price"><span>{{payData.currency | currencyFilter}}</span>0<span class="inline-block tag" @click="showRemindStr = true">减免</span>
|
|
|
+ <i class="fa fa-exclamation-circle"></i></span>
|
|
|
<!--(<span class="ol-price fare"><span>{{payData.currency | currencyFilter}}</span>{{getPoundage(item)}}</span>)-->
|
|
|
- <span class="inline-block tag" @click="showRemindStr = true">减免</span>
|
|
|
- <i class="fa fa-exclamation-circle"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="ps-operate-line ps-price">
|
|
|
- <span class="pay-price-title inline-block">合计:</span>
|
|
|
- <span class="ol-price"><span>{{payData.currency | currencyFilter}}</span>
|
|
|
- {{(item.goodsFarePrice || 0) | priceFilter}}</span>
|
|
|
+ <span class="pay-price-title inline-block">合 计:</span>
|
|
|
+ <span class="ol-price"><span>{{payData.currency | currencyFilter}}</span>{{(item.goodsFarePrice || 0) | priceFilter}}</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
@@ -1037,6 +1036,7 @@
|
|
|
text-align: right;
|
|
|
padding: 0 .21rem 0 .25rem;
|
|
|
.ol-price {
|
|
|
+ width: 2.1rem;
|
|
|
font-size: .26rem;
|
|
|
}
|
|
|
}
|
|
|
@@ -1057,7 +1057,7 @@
|
|
|
}
|
|
|
}
|
|
|
.pay-price-title {
|
|
|
- float: left;
|
|
|
+ /*float: left;*/
|
|
|
font-size: .3rem;
|
|
|
}
|
|
|
.ps-operate-line {
|
|
|
@@ -1119,9 +1119,12 @@
|
|
|
}
|
|
|
&.ps-price {
|
|
|
text-align: right;
|
|
|
- padding-right: .31rem;
|
|
|
+ /*padding-right: .31rem;*/
|
|
|
.inline-block {
|
|
|
+ display: inline-block;
|
|
|
+ width: 1.1rem;
|
|
|
font-size: .26rem;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
}
|
|
|
&.ps-fare {
|
|
|
@@ -1131,13 +1134,19 @@
|
|
|
text-align: right;
|
|
|
color: #333;
|
|
|
.ol-price {
|
|
|
+ display: inline-block;
|
|
|
+ width: 2.3rem;
|
|
|
+ text-align: left;
|
|
|
font-size: .26rem;
|
|
|
span {
|
|
|
font-size: .26rem;
|
|
|
}
|
|
|
}
|
|
|
.pay-price-title {
|
|
|
- font-size: .26rem;
|
|
|
+ display: inline-block;
|
|
|
+ width: 1.1rem;
|
|
|
+ font-size: .24rem;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
.fare {
|
|
|
text-decoration: line-through;
|
|
|
@@ -1265,10 +1274,13 @@
|
|
|
}
|
|
|
}
|
|
|
.ol-price {
|
|
|
+ display: inline-block;
|
|
|
+ width: 2.25rem;
|
|
|
color: #f43938 !important;
|
|
|
font-size: .32rem;
|
|
|
+ text-align: left;
|
|
|
span {
|
|
|
- font-size: .24rem;
|
|
|
+ font-size: .26rem;
|
|
|
}
|
|
|
}
|
|
|
.buy-wrap {
|
|
|
@@ -1287,6 +1299,7 @@
|
|
|
}
|
|
|
.price {
|
|
|
max-width: 3.6rem;
|
|
|
+ width: auto;
|
|
|
vertical-align: top;
|
|
|
span {
|
|
|
margin-right: .08rem;
|