shish 7 месяцев назад
Родитель
Сommit
83dfa72ace
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      hdApp/src/pagesPurchase/refund.vue

+ 7 - 7
hdApp/src/pagesPurchase/refund.vue

@@ -3,13 +3,13 @@
 		<!-- 红色提示信息 - 售后说明 -->
 		<view class="info-tip">
 			<view class="info-content">
-				<text class="info-text" style="color:#3385ff;">没拿货或拿货退还了,<text style="font-weight:bold;">选退货并退款</text></text>
+				<text class="info-text" style="color:#3385ff;font-weight:bold;margin-bottom:10upx;">没拿货或拿货退还了,<text style="font-weight:bold;">选退货并退款</text></text>
 				<block v-if="orderInfo.ghsShopId && (orderInfo.ghsShopId == 26094 || orderInfo.ghsShopId == 25159)">
-					<text class="info-text">货拿了质量有问题,损耗超10%,<text style="font-weight:bold;">选只退款</text></text>
+					<text class="info-text" style="font-weight:bold;margin-bottom:10upx;">货拿了质量有问题,损耗超10%,<text style="font-weight:bold;">选只退款</text></text>
 					<text class="info-warning">售后范围:10%以内损耗属正常运输损耗,不售后。超过10%的,可以售后。请在收货后12小时内申请售后。</text>
 				</block>
 				<block v-else>
-					<text class="info-text">货拿了质量有问题,损耗超20%,<text style="font-weight:bold;">选只退款</text></text>
+					<text class="info-text" style="font-weight:bold;margin-bottom:10upx;">货拿了质量有问题,损耗超20%,<text style="font-weight:bold;">选只退款</text></text>
 					<text class="info-warning">售后范围:20%以内损耗属正常运输损耗,不售后。超过20%的,可以售后。请在收货后12小时内申请售后。</text>
 				</block>
 			</view>
@@ -349,13 +349,13 @@ export default {
 	}
 	
 	.info-text {
-		font-size: 28upx;
+		font-size: 32upx;
 		color: #049E2C;
 		line-height: 1.4;
 	}
 	
 	.info-warning {
-		font-size: 26upx;
+		font-size: 32upx;
 		color: #c41d2a;
 		font-weight: 600;
 		line-height: 1.5;
@@ -386,7 +386,7 @@ export default {
 	}
 
 	.rule-link {
-		font-size: 26upx;
+		font-size: 30upx;
 		color: #049E2C;
 		font-weight: 500;
 		text-decoration: underline;
@@ -640,7 +640,7 @@ export default {
 	.upload-warning {
 		color: #c41d2a;
 		font-weight: 600;
-		font-size: 26upx;
+		font-size: 30upx;
 		margin-top: 15upx;
 	}
 }