From 3efe032ebfaefbd8ac135188d6417f725a5c1dbc Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Fri, 20 Feb 2026 13:19:24 +0800 Subject: [PATCH] =?UTF-8?q?style(topic-cards):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E8=83=8C=E6=99=AF=E9=81=AE=E7=BD=A9=E5=B1=82?= =?UTF-8?q?=E5=B9=B6=E9=87=8D=E7=BD=AE=E5=88=97=E8=A1=A8=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了卡片元素的负z-index背景遮罩层 - 为列表区域添加了背景色重置样式 - 解决了背景颜色覆盖问题 - 优化了卡片显示效果 --- scss/topic-cards.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index b4cc560..bfc3ad9 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -784,8 +784,11 @@ body.user-messages-page { left: 0; right: 0; bottom: 0; - z-index: -1; width: 100%; height: 100%; background-color: #fff9; } + +#list-area{ + background-color: unset !important; +}