|
@@ -47,8 +47,7 @@
|
|
|
<view class="priceBox">
|
|
|
<view class="money"><span class="renminbi">¥</span>{{item2.PSalePrice?item2.PSalePrice:'0'}}
|
|
|
</view>
|
|
|
- <view class="old" v-if="item2.PShowScribingType==1"><span
|
|
|
- class="renminbi">¥</span>{{item2.PScribingPrice?item2.PScribingPrice:'0'}}</view>
|
|
|
+ <view class="old" v-if="item2.PShowScribingType==1"><span>¥</span>{{item2.PScribingPrice?item2.PScribingPrice:'0'}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="type marginLeft" :class="{orangeLine:item2.type==2}" @click="select2(item2)">
|
|
@@ -56,8 +55,7 @@
|
|
|
<view class="priceBox">
|
|
|
<view class="money"><span
|
|
|
class="renminbi">¥</span>{{item2.BPSalePrice?item2.BPSalePrice:'0'}}</view>
|
|
|
- <view class="old" v-if="item2.BPShowScribingType==1"><span
|
|
|
- class="renminbi">¥</span>{{item2.BPScribingPrice?item2.BPScribingPrice:'0'}}</view>
|
|
|
+ <view class="old" v-if="item2.BPShowScribingType==1"><span>¥</span>{{item2.BPScribingPrice?item2.BPScribingPrice:'0'}}</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -464,23 +462,28 @@
|
|
|
|
|
|
.renminbi {
|
|
|
font-size: 22rpx;
|
|
|
-
|
|
|
+ height: 76rpx;
|
|
|
+ line-height: 76rpx;
|
|
|
}
|
|
|
.priceBox{
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- align-items: center;
|
|
|
+
|
|
|
}
|
|
|
.money {
|
|
|
height: 76rpx;
|
|
|
line-height: 76rpx;
|
|
|
font-size: 32rpx;
|
|
|
- color: #FF0000;
|
|
|
+ color: #FF0000;
|
|
|
+
|
|
|
}
|
|
|
.old {
|
|
|
color: #999999;
|
|
|
font-size: 24rpx;
|
|
|
+ height: 33rpx;
|
|
|
+ line-height: 33rpx;
|
|
|
text-decoration: line-through;
|
|
|
+ padding-top: 24rpx;
|
|
|
}
|
|
|
|
|
|
.main {
|