This commit is contained in:
aaron 2025-08-10 22:02:09 +08:00
parent 782f14be3f
commit fd4d12f7f8

View File

@ -64,7 +64,7 @@ main {
/* 联系我们按钮 */ /* 联系我们按钮 */
.contact-floating-btn { .contact-floating-btn {
position: fixed; position: fixed;
top: 30px; bottom: 30px;
right: 30px; right: 30px;
z-index: 1000; z-index: 1000;
background: linear-gradient(135deg, #28a745, #20c997); background: linear-gradient(135deg, #28a745, #20c997);
@ -822,7 +822,7 @@ main {
} }
.contact-floating-btn { .contact-floating-btn {
top: 20px; bottom: 20px;
right: 20px; right: 20px;
padding: 10px 20px; padding: 10px 20px;
font-size: 12px; font-size: 12px;