guo 2 years ago
parent
commit
2e1d39cd3b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index/paint.vue

+ 3 - 3
pages/index/paint.vue

@@ -47,7 +47,7 @@
 							<view class="priceBox">
 								<view class="money"><span class="renminbi">¥</span>{{item2.PSalePrice?item2.PSalePrice:'0'}}
 								</view>
-								<view class="money old" v-if="item2.PShowScribingType==1"><span
+								<view class="old" v-if="item2.PShowScribingType==1"><span
 										class="renminbi">¥</span>{{item2.PScribingPrice?item2.PScribingPrice:'0'}}</view>
 							</view>
 						</view>
@@ -56,7 +56,7 @@
 							<view class="priceBox">
 								<view class="money"><span
 										class="renminbi">¥</span>{{item2.BPSalePrice?item2.BPSalePrice:'0'}}</view>
-								<view class="money old" v-if="item2.BPShowScribingType==1"><span
+								<view class="old" v-if="item2.BPShowScribingType==1"><span
 										class="renminbi">¥</span>{{item2.BPScribingPrice?item2.BPScribingPrice:'0'}}</view>
 							</view>
 									
@@ -478,7 +478,7 @@
 	}
 	.old {
 		color: #999999;
-	
+		font-size: 24rpx;
 		text-decoration: line-through;
 	}