From a45b6c0cbc0cd83a271bdccd1968f81580d11cbb Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Mon, 23 Feb 2026 08:57:23 +0800 Subject: [PATCH] =?UTF-8?q?style(topic-post):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=B8=96=E5=AD=90=E6=A0=B7=E5=BC=8F=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 .topic-post.clearfix.regular 类添加背景色样式 - 设置圆角边框样式 - 添加阴影效果 - 定义外边距和内边距 - 设置相对定位样式 --- scss/self.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scss/self.scss b/scss/self.scss index 50dc184..9b1d104 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -55,3 +55,12 @@ box-shadow: #00000077 0 0 19px 0; padding: 24px; } + +.topic-post.clearfix.regular { + background: var(--d-chat-input-bg-color); + border-radius: var(--d-border-radius); + box-shadow: #00000024 0 0 7px 2px; + margin: 10px 0; + position: relative; + padding: 0 12px; +}