shish 11 miesięcy temu
rodzic
commit
f45e417b75
1 zmienionych plików z 6 dodań i 19 usunięć
  1. 6 19
      hdApp/src/admin/recharge/discount.vue

+ 6 - 19
hdApp/src/admin/recharge/discount.vue

@@ -1,16 +1,5 @@
 <template>
 	<view class="app-content">
-		<!-- 页面头部 -->
-		<view class="page-header">
-			<view class="header-content">
-				<view class="header-icon">
-				</view>
-				<view class="header-text">
-					<view class="header-title">充值赠送规则</view>
-					<view class="header-subtitle">设置不同充值档位的赠送规则</view>
-				</view>
-			</view>
-		</view>
 
 		<!-- 主内容区 -->
 		<view class="main-content">
@@ -28,8 +17,7 @@
 								<text class="intro-tip-text">按照金额从小到大的顺序,配置五个档位</text>
 							</view>
 							<view class="intro-tip-item highlight">
-								<text class="intro-tip-icon">⚠️</text>
-								<text class="intro-tip-text">客户有未结清欠款时,充值将不享受赠送优惠</text>
+								<text class="intro-tip-text">客户有欠款未结,充值时将不享受赠送</text>
 							</view>
 						</view>
 					</view>
@@ -247,12 +235,12 @@ export default {
 			margin-bottom: 16upx;
 			
 			.intro-icon {
-				font-size: 32upx;
+				font-size: 36upx;
 				margin-right: 12upx;
 			}
 			
 			.intro-title {
-				font-size: 32upx;
+				font-size: 36upx;
 				font-weight: 600;
 				color: #fff;
 			}
@@ -298,7 +286,7 @@ export default {
 					
 					.intro-tip-text {
 						flex: 1;
-						font-size: 24upx;
+						font-size: 28upx;
 						line-height: 1.4;
 						color: rgba(255, 255, 255, 0.85);
 					}
@@ -310,9 +298,8 @@ export default {
 						
 						.intro-tip-text {
 							color: #fff4e6;
-							font-weight: 600;
-							font-size: 26upx;
-							text-shadow: 0 1upx 2upx rgba(255, 107, 53, 0.3);
+							font-weight:bold;
+							font-size: 34upx;
 						}
 					}
 				}