From d8313e521fd3e95df650871f3c63a2ec60994e4d Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Thu, 2 Apr 2026 19:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 9c51ca4..267db5e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -125,7 +125,7 @@ header p { display: flex; align-items: center; justify-content: center; - background: rgba(255, 255, 255, 0.92); + background: radial-gradient(circle at top left, rgba(249, 250, 252, 0.95), rgba(255, 255, 255, 0.98)); z-index: 50; padding: 2rem; } @@ -180,6 +180,20 @@ header p { .login-card .primary-btn { width: 100%; margin-top: 0.75rem; + padding: 0.95rem 1rem; + border-radius: 14px; + border: none; + background: #2563eb; + color: #ffffff; + font-size: 1rem; + font-weight: 700; + cursor: pointer; + transition: background 0.2s ease, transform 0.2s ease; +} + +.login-card .primary-btn:hover { + background: #1d4ed8; + transform: translateY(-1px); } .form-error {