From 80dc90be027ee26869c63860b7d6a0759a03546b Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 20 五月 2025 17:33:53 +0800 Subject: [PATCH] fix: 修改首页ui --- 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