From 2f7bd50a3653c5365fbc696039365e09bdaad33a Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Thu, 26 Feb 2026 14:47:44 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0SCSS=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BB=A5=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 .ember-view.group-box 添加背景、圆角和阴影样式 - 统一主题帖子、搜索头部、管理员插件配置页面背景样式 - 应用变量 --d-chat-input-bg-color 和 --d-border-radius - 添加黑色半透明阴影效果 box-shadow: #00000024 0 0 7px 2px --- scss/self.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index f06b932..93a4fae 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -61,7 +61,8 @@ .topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content, -.user-main .about.collapsed-info .details{ +.user-main .about.collapsed-info .details, +.ember-view.group-box{ background: var(--d-chat-input-bg-color); border-radius: var(--d-border-radius); box-shadow: #00000024 0 0 7px 2px;