Kaynağa Gözat

确定选择sku弹框样式更改

DELL 3 yıl önce
ebeveyn
işleme
350f1d7f4e
1 değiştirilmiş dosya ile 12 ekleme ve 4 silme
  1. 12 4
      src/packagePrize/prize/index.vue

+ 12 - 4
src/packagePrize/prize/index.vue

@@ -129,10 +129,10 @@
 		<!-- 兑换成功 -->
 		<u-popup :show="tipShow" mode="center">
 			<view class="tip-show">
-				<view class="flex tip-show-title">
-					<text>确认选择后,如需变更规格,请联系客服</text>
+				<view class="tip-show-title">
+					<view>确认选择后,如需变更规格,请联系客服</view>
 				</view>
-				<view class="tip-show-title" style="margin-left: 20rpx;">
+				<view class="tip-show-titletwo">
 					<view>当前规格:{{tipData.properties}}</view>	
 				</view>
 				<view class="flex tip-show-btn">
@@ -848,10 +848,18 @@
 		&-title {
 			margin-bottom: 64rpx;
 	
-			text {
+			view {
 				margin-left: 20rpx;
 			}
 		}
+		&-titletwo {
+			margin-bottom: 64rpx;
+			
+			view {
+				margin-left: 20rpx;
+				color: #999; font-size: 26rpx;
+			}
+		}
 	
 		&-btn {
 			justify-content: space-around;