|
@@ -129,7 +129,6 @@
|
|
|
<view class="actual-box">
|
|
<view class="actual-box">
|
|
|
<view class="actual-left">
|
|
<view class="actual-left">
|
|
|
<text class="actual-label">实际退款</text>
|
|
<text class="actual-label">实际退款</text>
|
|
|
- <text class="actual-star">*</text>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="actual-input-wrap">
|
|
<view class="actual-input-wrap">
|
|
|
<text class="actual-yen">¥</text>
|
|
<text class="actual-yen">¥</text>
|
|
@@ -178,8 +177,8 @@
|
|
|
:action="getLoginInfo.imgUploadApi"
|
|
:action="getLoginInfo.imgUploadApi"
|
|
|
/>
|
|
/>
|
|
|
<view class="upload-tip">
|
|
<view class="upload-tip">
|
|
|
|
|
+ <text class="upload-tip__link" @click="getRule()">查看拍照规范</text>
|
|
|
<text class="upload-tip__warn">必须按规范提供照片,否则申请将直接驳回。</text>
|
|
<text class="upload-tip__warn">必须按规范提供照片,否则申请将直接驳回。</text>
|
|
|
- <text class="upload-tip__link" @click="getRule()">点击查看拍照规范</text>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -745,14 +744,6 @@ export default {
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.actual-star {
|
|
|
|
|
- margin-left: 6upx;
|
|
|
|
|
- font-size: 28upx;
|
|
|
|
|
- line-height: 1;
|
|
|
|
|
- color: #e62e45;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.actual-input-wrap {
|
|
.actual-input-wrap {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -811,16 +802,16 @@ export default {
|
|
|
|
|
|
|
|
.upload-tip__warn {
|
|
.upload-tip__warn {
|
|
|
display: block;
|
|
display: block;
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
color: #c41d2a;
|
|
color: #c41d2a;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
|
|
+ margin-top: 10upx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.upload-tip__link {
|
|
.upload-tip__link {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- margin-top: 10upx;
|
|
|
|
|
- font-size: 28upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
color: #049e2c;
|
|
color: #049e2c;
|
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|