From 7123295bac789011a9dad11938997721149a35ce 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 | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/rechargeMoney/rechargMoney.wxss b/pages/rechargeMoney/rechargMoney.wxss index b62d24a..ca20ff7 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; @@ -116,7 +122,7 @@ .rechage { display: flex; - width: 50%; + width: 80%; background-color: #2D8BF7; align-items: center; justify-content: center; @@ -131,18 +137,14 @@ margin-top: 45rpx; align-items: center; justify-content: center; - width: 50%; + width: 80%; background-color: #bababa; padding-top: 15rpx; padding-bottom: 15rpx; border-radius: 90px; } -.rechage-view text { - font-size: 30rpx; - padding-top: 10rpx; - padding-bottom: 10rpx; -} + .rechageactive text { color: #fff; -- Gitblit v1.8.0