From 4ef86d8a1f494caa1e136ff78f9ea258d01164b1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 16 十月 2025 09:28:44 +0800 Subject: [PATCH] Merge branch 'master' into dev-1.1.2 --- apps/cMiniApp/src/pages/mine/index.scss | 42 +++++++++++++++++++++++++++++++----------- 1 files changed, 31 insertions(+), 11 deletions(-) diff --git a/apps/cMiniApp/src/pages/mine/index.scss b/apps/cMiniApp/src/pages/mine/index.scss index ba124e0..0e0604e 100644 --- a/apps/cMiniApp/src/pages/mine/index.scss +++ b/apps/cMiniApp/src/pages/mine/index.scss @@ -25,7 +25,7 @@ min-width: 0; display: flex; flex-direction: column; - padding: 10px 0; + padding: 6px 0; justify-content: space-between; .user-info-item { @@ -124,17 +124,37 @@ margin-bottom: 18px; padding: 24px; padding-left: 34px; - .mine-balance-title { - font-size: 30px; - line-height: 42px; - color: boleGetCssVar('text-color', 'primary'); - margin-bottom: 16px; + .mine-balance-content { + display: flex; + justify-content: space-between; + .mine-balance-content-item { + display: flex; + flex-direction: column; + text-align: center; + .mine-balance-content-item-title { + font-size: 30px; + line-height: 42px; + color: boleGetCssVar('text-color', 'primary'); + margin-bottom: 16px; + } + .mine-balance-content-item-money { + font-size: 36px; + line-height: 68px; + color: boleGetCssVar('text-color', 'primary'); + + &.income { + color: boleGetCssVar('color', 'primary'); + } + &.settlement { + color: boleGetCssVar('color', 'success'); + } + &.withdraw { + color: boleGetCssVar('color', 'warning'); + } + } + } } - .mine-balance-money { - font-size: 48px; - line-height: 68px; - color: boleGetCssVar('text-color', 'primary'); - } + .mine-balance-btn { display: flex; align-items: center; -- Gitblit v1.9.1