From 758d8056dc3dbc6bf92c298aa3627e66b933b5a0 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 22 五月 2025 13:25:21 +0800
Subject: [PATCH] feat: 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