shish hai 15 horas
pai
achega
349e4fb9e9
Modificáronse 1 ficheiros con 4 adicións e 13 borrados
  1. 4 13
      hdApp/src/pagesPurchase/refund.vue

+ 4 - 13
hdApp/src/pagesPurchase/refund.vue

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