From 590dfc2dd574cf8304ee129fae790523adb3f05c Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 14:41:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=AE=E5=8A=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E5=BC=82=E5=B8=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 M3 浮动按钮 hover 时的 scale 变换 - 移除 Apple 风格浮动按钮 hover 时的 translateY 和 scale 变换 - 移除移动端浮动按钮 hover 时的 transform 变换 - 保持按钮位置稳定,避免布局偏移 --- style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style.css b/style.css index 4214ed2..aa13be8 100644 --- a/style.css +++ b/style.css @@ -14124,7 +14124,6 @@ article.post.card:hover { .float-action-buttons .fabtn:hover { box-shadow: var(--m3-elevation-3) !important; - transform: scale(1.05); } /* M3 模态框 */ @@ -15158,7 +15157,6 @@ html.darkmode #leftbar_part2 { } #float_action_buttons .fabtn:hover { - transform: translateY(-3px) scale(1.05); box-shadow: 0 6px 16px rgba(var(--themecolor-rgbstr), 0.25), 0 12px 28px rgba(0, 0, 0, 0.1), @@ -15389,10 +15387,6 @@ html.darkmode ::-webkit-scrollbar-thumb:hover { article.post.card:hover { transform: translateY(-2px); } - - #float_action_buttons .fabtn:hover { - transform: translateY(-2px) scale(1.02); - } } /* ========================================