From 36efcd9979879fd6cb1e852c2115644e458b9773 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 20 Mar 2026 20:29:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=B2=E7=99=BB=E5=BD=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=8F=AA=E4=BF=9D=E7=95=99=E8=83=B6=E5=9B=8A=E5=BC=8F?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=8C=89=E9=92=AE,=20=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=A4=B4=E5=83=8F=E5=92=8C=E7=94=A8=E6=88=B7=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/common.css | 28 ++++++++++++++++++++++++++++ public/header.html | 14 +------------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/css/common.css b/css/common.css index 57f7cab..630158e 100644 --- a/css/common.css +++ b/css/common.css @@ -112,6 +112,34 @@ header:hover { color: #38BDF8; } +/* ============================================ + 控制台按钮 - 胶囊样式 + ============================================ */ + +.console-btn { + display: inline-flex; + align-items: center; + justify-content: center; + padding: 8px 24px; + border-radius: 999px; + background: linear-gradient(135deg, #165DFF, #3B82F6); + color: #fff; + font-size: 14px; + font-weight: 500; + text-decoration: none; + transition: all 0.3s ease; + box-shadow: 0 2px 8px rgba(22, 93, 255, 0.3); + letter-spacing: 1px; +} + +.console-btn:hover { + background: linear-gradient(135deg, #0D47D9, #2563EB); + box-shadow: 0 4px 16px rgba(22, 93, 255, 0.45); + transform: translateY(-1px); + color: #fff; + text-decoration: none; +} + /* ============================================ 登录注册区域 - 撑满高度设计 ============================================ */ diff --git a/public/header.html b/public/header.html index f17940a..b02b58e 100644 --- a/public/header.html +++ b/public/header.html @@ -44,19 +44,7 @@