From a2764aba4fd0051ef6f92a1b7ac959a728f020d7 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 3 Jul 2024 10:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pages/my/index.vue b/pages/my/index.vue index 8aa847a..8bd311e 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -20,12 +20,14 @@ - 我的钱包 + 充值 明细 - {{money}} + + {{money}} + 我的钱包 @@ -676,8 +678,10 @@ } .my-head-mian-top-yuE{ font-weight: bold; - font-size: 43rpx; - color: #333333; + font-size: 50rpx; + color: #f95900; + margin-top: 20rpx; + margin-left: 20rpx; } .my-head-mian-top-view-chong,.my-head-mian-top-view-ming{ width: 92rpx; @@ -717,7 +721,6 @@ } .my-head-mian{ width: 100%; - height: 280rpx; display: flex; flex-direction: column; justify-content: space-between;