From 57cfd7eaae271e44aed8245eb75293f33b6d023a Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 09:00:46 +0800 Subject: [PATCH] =?UTF-8?q?style(layout):=20=E6=9B=B4=E6=96=B0CSS=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E4=BB=A5=E6=94=B9=E8=BF=9B=E9=A1=B5=E9=9D=A2?= =?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 - 添加.contents.clearfix.body-page选择器到现有样式规则 - 保持背景颜色透明度和边框半径一致性 - 维持毛玻璃效果以确保视觉统一性 --- scss/self.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index 4e4e254..24d49ac 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -48,7 +48,7 @@ border-radius: var(--d-border-radius); } -.regular.ember-view, .user-main, .reviewable, .admin-content{ +.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page{ background-color: #ffffffa8 !important; border-radius: var(--d-border-radius); backdrop-filter: blur(16px);