From b1d9fdd0587156446f8511fcfe33cfb238b7ffd2 Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 09:05:18 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 .search-header 添加与 .topic-post 和 .post-list-item 相同的背景、圆角和阴影样式 - 统一搜索头部与其他帖子项目的视觉外观 - 保持一致的设计风格和用户体验 --- scss/self.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index 3d2846f..fd7fbf7 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -56,7 +56,7 @@ padding: 24px; } -.topic-post.clearfix.regular, .post-list-item.user-stream-item { +.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header { background: var(--d-chat-input-bg-color); border-radius: var(--d-border-radius); box-shadow: #00000024 0 0 7px 2px;