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/layout.scss | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/packages/components/src/styles/layout.scss b/packages/components/src/styles/layout.scss
index 00c0689..0b903dd 100644
--- a/packages/components/src/styles/layout.scss
+++ b/packages/components/src/styles/layout.scss
@@ -35,3 +35,38 @@
}
}
}
+
+.lp-chunk-wrapper {
+ padding: 0 26px;
+ border-radius: 32px;
+ background: #ffffff;
+ margin-bottom: 32px;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+
+ &.hasPaddingBottom {
+ padding-bottom: 48px;
+ }
+
+ &.borderRadiusSmall {
+ border-radius: 20px;
+ }
+
+ .lp-chunk-title {
+ height: 88px;
+ background: #ffffff;
+ font-weight: 500;
+ font-size: 34px;
+ color: boleGetCssVar('text-color', 'primary');
+ line-height: 88px;
+ }
+
+ .lp-chunk-content {
+ .nut-cell.bole-form-item {
+ padding: 0;
+ padding-bottom: 48px;
+ }
+ }
+}
--
Gitblit v1.9.1