小程序修改

This commit is contained in:
2026-07-12 19:44:36 +08:00
parent 3b4833b51a
commit e2dfb08de3
45 changed files with 2028 additions and 347 deletions
+7 -9
View File
@@ -18,24 +18,22 @@
.login-logo-wrap {
position: relative;
width: 120px;
height: 120px;
width: 200px;
height: 72px;
margin-bottom: 28px;
}
.login-logo {
width: 100%;
height: 100%;
border-radius: var(--radius-lg);
background: var(--color-card);
box-shadow: var(--shadow-card);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-headline);
font-size: 48px;
font-weight: 700;
color: var(--color-heritage-red);
}
.login-logo-img {
width: 100%;
height: 100%;
}
.login-logo-badge {