From cddf2f9f844b520ccd7e6305bb5aa4d1a5c66db8 Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 09:03:55 +0800 Subject: [PATCH] =?UTF-8?q?style(theme):=20=E6=9B=B4=E6=96=B0=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=AE=B9=E5=99=A8=E6=A0=B7=E5=BC=8F=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E8=83=8C=E6=99=AF=E6=A8=A1=E7=B3=8A=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为搜索容器添加白色半透明背景 - 将背景模糊效果从 16px 增加到 32px - 保持现有的边框圆角和阴影效果 - 确保所有相关页面元素具有一致的视觉样式 --- scss/self.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/self.scss b/scss/self.scss index 24d49ac..3d2846f 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -48,10 +48,10 @@ border-radius: var(--d-border-radius); } -.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page{ +.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container{ background-color: #ffffffa8 !important; border-radius: var(--d-border-radius); - backdrop-filter: blur(16px); + backdrop-filter: blur(32px); box-shadow: #00000077 0 0 19px 0; padding: 24px; }