From 1910e9f27373b8b4da75f076762025ceb3419965 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 12 六月 2025 15:40:50 +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