From c12464bc7dc61f372b4b60edc987059aa389e1fa Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 08:43:20 +0800 Subject: [PATCH] =?UTF-8?q?style(layout):=20=E6=9B=B4=E6=96=B0=E7=9B=92?= =?UTF-8?q?=E5=AD=90=E6=A0=B7=E5=BC=8F=E5=92=8C=E6=B7=BB=E5=8A=A0=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=86=85=E5=AE=B9=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整盒子内边距从 0 12px 到 16px 12px - 添加 .user-content 类设置背景颜色为无样式 --- scss/self.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index 284f15b..4e4e254 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -62,5 +62,9 @@ box-shadow: #00000024 0 0 7px 2px; margin: 10px 0; position: relative; - padding: 0 12px; + padding: 16px 12px; +} + +.user-content{ + background-color: unset; }