From db365a5eff31c040c42463df4966bf34a5de6a6d Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 12 三月 2025 15:00:42 +0800 Subject: [PATCH] fix: 二期需求 --- packages/components/src/styles/components.scss | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/packages/components/src/styles/components.scss b/packages/components/src/styles/components.scss index 4a4951f..7ce7cc9 100644 --- a/packages/components/src/styles/components.scss +++ b/packages/components/src/styles/components.scss @@ -50,6 +50,7 @@ .confirm-dialog-content-info-item-label { color: boleGetCssVar('text-color', 'regular'); margin-right: 12px; + text-align: left; } .confirm-dialog-content-info-item-content { @@ -110,6 +111,14 @@ line-height: 48px; } + .recharge-result-view-subtitle { + font-size: 28px; + color: boleGetCssVar('text-color', 'primary'); + margin-bottom: 24px; + text-align: center; + line-height: 32px; + } + .recharge-result-view-tips { margin-bottom: 24px; font-size: 32px; @@ -118,12 +127,26 @@ } .recharge-result-view-warning { - margin-bottom: 40px; + margin-bottom: 24px; font-size: 24px; color: boleGetCssVar('color', 'warning'); line-height: 32px; } + .recharge-result-view-customerService { + margin-bottom: 40px; + font-size: 24px; + color: boleGetCssVar('text-color', 'primary'); + line-height: 32px; + } + + .recharge-result-view-remark { + margin-bottom: 40px; + font-size: 24px; + color: boleGetCssVar('text-color', 'primary'); + line-height: 32px; + } + .recharge-result-view-btn-wrapper { display: flex; justify-content: center; -- Gitblit v1.9.1