|
|
@@ -5,7 +5,7 @@
|
|
|
<!-- 售后付款单提示 -->
|
|
|
<view class="after-sale-tip" v-if="orderInfo.forward == 1" @click="goPreOrder(orderInfo)">
|
|
|
<view class="tip-content">
|
|
|
- <text class="tip-text">红冲订单<block v-if="!$util.isEmpty(orderInfo.forwardMap)">,点击查看原单</block></text>
|
|
|
+ <text class="tip-text">红冲<block v-if="!$util.isEmpty(orderInfo.forwardMap)">,点击查看原单</block></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -996,10 +996,10 @@ export default {
|
|
|
width: 100%;
|
|
|
|
|
|
.tip-text {
|
|
|
- font-size: 28upx;
|
|
|
- color: #856404;
|
|
|
+ font-weight:bold;
|
|
|
+ font-size:30upx;
|
|
|
+ color: red;
|
|
|
line-height: 1.4;
|
|
|
- font-weight: 500;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|