From c24cdd854e258712408a7904bdb401c49e3f07c1 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 28 八月 2025 13:09:08 +0800
Subject: [PATCH] fix: 修改通道充值提示语
---
packages/components/src/styles/gas.scss | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/packages/components/src/styles/gas.scss b/packages/components/src/styles/gas.scss
index 3687334..fa139b6 100644
--- a/packages/components/src/styles/gas.scss
+++ b/packages/components/src/styles/gas.scss
@@ -1,24 +1,38 @@
@use './common.scss' as *;
.gas-bill-recharge-wrapper {
+ .gas-bill-recharge-title {
+ padding: 24px 26px 0;
+ font-weight: 500;
+ font-size: 34px;
+ color: boleGetCssVar('text-color', 'primary');
+ }
+
.gasOrgType-card {
border-radius: 16px;
- border: 1px solid #e8e8e8;
- padding: 28px;
+ border: 1px solid #e1e9f5;
+ padding: 20px 32px;
min-height: 120px;
- margin-bottom: 30px;
+ margin-bottom: 22px;
display: flex;
align-items: center;
justify-content: space-between;
+ background: #f8fafb;
&:last-child {
margin-bottom: 0;
}
.gasOrgType-card-title {
- font-size: 36px;
+ font-size: 34px;
line-height: 48px;
color: boleGetCssVar('text-color', 'primary');
}
+
+ .gasOrgType-card-button {
+ font-size: 26px;
+ height: 48px;
+ padding: 18px;
+ }
}
}
--
Gitblit v1.9.1