From 910c37c43eceb27888b90631c868caa08f7eafcc Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 30 五月 2024 15:36:59 +0800
Subject: [PATCH] 开泵流程相关界面优化

---
 pages/rechargeMoney/rechargMoney.wxss |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/pages/rechargeMoney/rechargMoney.wxss b/pages/rechargeMoney/rechargMoney.wxss
index b62d24a..a5ccb6d 100644
--- a/pages/rechargeMoney/rechargMoney.wxss
+++ b/pages/rechargeMoney/rechargMoney.wxss
@@ -89,7 +89,7 @@
 } 
  
 .rechage-view { 
-  flex-grow: 1; 
+  margin-top: 40rpx;
   /* 鍗犳嵁鍓╀綑鐨勫叏閮ㄩ珮搴� */ 
   flex-direction: column; 
   display: flex; 
@@ -97,8 +97,14 @@
   align-items: center; 
   width: 100%; 
 } 
+.rechage-view text { 
+  font-size: 30rpx; 
+  padding-top: 10rpx; 
+  padding-bottom: 10rpx; 
+} 
  
 .rechageList-view { 
+  margin-top: 40rpx;
   width: 50%; 
   background-color: #fff; 
   display: flex; 
@@ -138,11 +144,7 @@
   border-radius: 90px; 
 } 
  
-.rechage-view text { 
-  font-size: 30rpx; 
-  padding-top: 10rpx; 
-  padding-bottom: 10rpx; 
-} 
+
  
 .rechageactive text { 
   color: #fff; 

--
Gitblit v1.8.0