This commit is contained in:
aaron 2025-03-05 12:41:49 +08:00
parent 11f2487742
commit 7b68534636

View File

@ -139,7 +139,7 @@ export default defineComponent({
.login-page { .login-page {
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
background: linear-gradient(135deg, #fff8e1 0%, #ffe082 100%); background: linear-gradient(135deg, #f0f7ff 0%, #c6e2ff 100%);
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@ -156,7 +156,7 @@ export default defineComponent({
.login-left { .login-left {
width: 40%; width: 40%;
background: linear-gradient(135deg, #FFC300 0%, #e6b000 100%); background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
color: white; color: white;
padding: 40px; padding: 40px;
display: flex; display: flex;
@ -247,14 +247,14 @@ export default defineComponent({
.login-button { .login-button {
height: 48px; height: 48px;
font-size: 16px; font-size: 16px;
background: #FFC300; background: #1890ff;
border-color: #FFC300; border-color: #1890ff;
border-radius: 6px; border-radius: 6px;
} }
.login-button:hover { .login-button:hover {
background: #ffcf33; background: #40a9ff;
border-color: #ffcf33; border-color: #40a9ff;
} }
.login-footer { .login-footer {