From fd4d12f7f832cdee0f553218e39bbfd462952811 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 10 Aug 2025 22:02:09 +0800 Subject: [PATCH] upodate --- public/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 2857813..b8ee01b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -64,7 +64,7 @@ main { /* 联系我们按钮 */ .contact-floating-btn { position: fixed; - top: 30px; + bottom: 30px; right: 30px; z-index: 1000; background: linear-gradient(135deg, #28a745, #20c997); @@ -822,7 +822,7 @@ main { } .contact-floating-btn { - top: 20px; + bottom: 20px; right: 20px; padding: 10px 20px; font-size: 12px;