From 74c32d8fafd6ce98054f5764c11630a9212655e0 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 23 Jan 2026 13:44:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB=E6=97=B6=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=8D=A1=E7=89=87=E6=9C=AA=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为.post-preview.post-pjax-loading添加z-index提升层级 - 为.post-list-pjax-loading .post-preview添加过渡动画 - 添加更高优先级的选择器确保被点击的卡片保持可见 - 为说说预览容器添加过渡动画效果 --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index c3dd550..74a03b9 100644 --- a/style.css +++ b/style.css @@ -3873,17 +3873,19 @@ html.filter-grayscale { } .post-preview.post-pjax-loading { - opacity: 1 !important; - + z-index: 10; } .post-list-pjax-loading .post-preview { - opacity: 0; - pointer-events: none; + transition: opacity 0.3s ease; +} +.post-list-pjax-loading .post-preview.post-pjax-loading { + opacity: 1 !important; + pointer-events: auto; } .post-title { @@ -8936,11 +8938,9 @@ html[lang] { } .post-list-pjax-loading .shuoshuo-preview-container { - opacity: 0; - pointer-events: none; - + transition: opacity 0.3s ease; } .shuoshuo-content.shuoshuo-folded {