|
@@ -3,13 +3,13 @@
|
|
|
<!-- 红色提示信息 - 售后说明 -->
|
|
<!-- 红色提示信息 - 售后说明 -->
|
|
|
<view class="info-tip">
|
|
<view class="info-tip">
|
|
|
<view class="info-content">
|
|
<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)">
|
|
<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>
|
|
<text class="info-warning">售后范围:10%以内损耗属正常运输损耗,不售后。超过10%的,可以售后。请在收货后12小时内申请售后。</text>
|
|
|
</block>
|
|
</block>
|
|
|
<block v-else>
|
|
<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>
|
|
<text class="info-warning">售后范围:20%以内损耗属正常运输损耗,不售后。超过20%的,可以售后。请在收货后12小时内申请售后。</text>
|
|
|
</block>
|
|
</block>
|
|
|
</view>
|
|
</view>
|
|
@@ -349,13 +349,13 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.info-text {
|
|
.info-text {
|
|
|
- font-size: 28upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
color: #049E2C;
|
|
color: #049E2C;
|
|
|
line-height: 1.4;
|
|
line-height: 1.4;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.info-warning {
|
|
.info-warning {
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
color: #c41d2a;
|
|
color: #c41d2a;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
@@ -386,7 +386,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.rule-link {
|
|
.rule-link {
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
color: #049E2C;
|
|
color: #049E2C;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
@@ -640,7 +640,7 @@ export default {
|
|
|
.upload-warning {
|
|
.upload-warning {
|
|
|
color: #c41d2a;
|
|
color: #c41d2a;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
margin-top: 15upx;
|
|
margin-top: 15upx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|