From 9453bef1fc4a3121b28ffa6617f0fbfc81d9f634 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 19 五月 2025 17:35:11 +0800 Subject: [PATCH] fix: 修改首页ui --- packages/components/src/styles/layout.scss | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/packages/components/src/styles/layout.scss b/packages/components/src/styles/layout.scss index 00c0689..d2723e5 100644 --- a/packages/components/src/styles/layout.scss +++ b/packages/components/src/styles/layout.scss @@ -35,3 +35,37 @@ } } } + +.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; + } + } +} -- Gitblit v1.9.1