From 2e967617afdca9a312ec6fccf6e6b89de82704fb Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Fri, 20 Feb 2026 13:21:14 +0800 Subject: [PATCH] =?UTF-8?q?style(topic-cards):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A0=B7=E5=BC=8F=E6=B7=BB=E5=8A=A0=E5=9C=86?= =?UTF-8?q?=E8=A7=92=E5=92=8C=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 - 为话题卡片添加 border-radius 样式 - 实现 backdrop-filter 模糊背景效果 - 提升卡片视觉层次和美观度 --- scss/topic-cards.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index bfc3ad9..2232b5f 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -787,6 +787,8 @@ body.user-messages-page { width: 100%; height: 100%; background-color: #fff9; + border-radius: var(--d-border-radius); + backdrop-filter: blur(10px); } #list-area{