ソースを参照

商品详情修改

hwb0 3 年 前
コミット
dae0dbd347
2 ファイル変更10 行追加4 行削除
  1. 7 2
      packageGoods/goods/detail.vue
  2. 3 2
      packagePrize/goods/detail.vue

+ 7 - 2
packageGoods/goods/detail.vue

@@ -13,7 +13,7 @@
 					<view class="detail-info-left__coin">
 						<view class="content flex">
 							<image src="../../static/public/goods_coin.png" mode=""></image>
-							<view><text>×</text>{{ info.exchangePrice }}</view>
+							<view class="coin"><text>×</text>{{ info.exchangePrice }}</view>
 						</view>
 						<view class="txt" v-if="info.originPrice">原盲豆:<text>{{ info.originPrice }}</text></view>
 					</view>
@@ -279,7 +279,7 @@
 					font-size: 26rpx;
 					
 					.content {
-						color: #FF2929;
+						color: #FA822C;
 						margin-right: 34rpx;
 						font-weight: bold;
 						
@@ -291,9 +291,14 @@
 						text {
 							font-weight: normal;
 						}
+						
+						.coin {
+							font-size: 30rpx;
+						}
 					}
 					
 					.txt {
+						font-size: 26rpx;
 						color: #666666;
 						text-decoration: line-through;
 					}

+ 3 - 2
packagePrize/goods/detail.vue

@@ -151,12 +151,12 @@
 					display: flex;
 					line-height: 30rpx;
 					margin-bottom: 26rpx;
-					font-size: 26rpx;
 					
 					.content {
-						color: #FF2929;
+						color: #FA822C;
 						margin-right: 34rpx;
 						font-weight: bold;
+						font-size: 30rpx;
 						
 						image {
 							width: 34rpx;
@@ -169,6 +169,7 @@
 					}
 					
 					.txt {
+						font-size: 26rpx;
 						color: #666666;
 						text-decoration: line-through;
 					}