style(theme-2): replace gold components and colors with blue-white scheme on desktop

This commit is contained in:
2026-06-30 11:04:13 +08:00
parent b327f65c63
commit 4d8389a716
36 changed files with 168 additions and 169 deletions

View File

@@ -1,4 +1,4 @@
<script setup lang="ts">
<script setup lang="ts">
/**
* Desktop Login View
* Reuses the existing LoginView form in a centered two-column auth layout.
@@ -59,7 +59,7 @@ import LoginView from '../LoginView.vue';
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(212,175,55,0.06) 0%, transparent 70%);
background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(0, 102, 204,0.06) 0%, transparent 70%);
pointer-events: none;
}
@@ -78,7 +78,7 @@ import LoginView from '../LoginView.vue';
width: 64px;
height: 64px;
object-fit: contain;
filter: drop-shadow(0 4px 16px rgba(212,175,55,0.3));
filter: drop-shadow(0 4px 16px rgba(0, 102, 204,0.3));
}
.brand-name {
@@ -87,7 +87,7 @@ import LoginView from '../LoginView.vue';
letter-spacing: 0.12em;
color: var(--primary-light);
margin: 0;
text-shadow: 0 2px 12px rgba(212,175,55,0.25);
text-shadow: 0 2px 12px rgba(0, 102, 204,0.25);
}
.brand-tagline {