From 7b68534636abcc82eea98f6f3575cbeb10473b00 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Wed, 5 Mar 2025 12:41:49 +0800 Subject: [PATCH] update --- src/views/login/Login.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/login/Login.vue b/src/views/login/Login.vue index dadea21..15c5039 100644 --- a/src/views/login/Login.vue +++ b/src/views/login/Login.vue @@ -139,7 +139,7 @@ export default defineComponent({ .login-page { height: 100vh; width: 100vw; - background: linear-gradient(135deg, #fff8e1 0%, #ffe082 100%); + background: linear-gradient(135deg, #f0f7ff 0%, #c6e2ff 100%); display: flex; justify-content: center; align-items: center; @@ -156,7 +156,7 @@ export default defineComponent({ .login-left { width: 40%; - background: linear-gradient(135deg, #FFC300 0%, #e6b000 100%); + background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); color: white; padding: 40px; display: flex; @@ -247,14 +247,14 @@ export default defineComponent({ .login-button { height: 48px; font-size: 16px; - background: #FFC300; - border-color: #FFC300; + background: #1890ff; + border-color: #1890ff; border-radius: 6px; } .login-button:hover { - background: #ffcf33; - border-color: #ffcf33; + background: #40a9ff; + border-color: #40a9ff; } .login-footer {