fix: 忘记密码页 Logo 与登录页统一 (opacity:0.7, height:28px)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-19 20:22:58 +08:00
parent 8bdc58942c
commit 06725256f0

View File

@@ -43,9 +43,14 @@
} }
.back-home-logo { .back-home-logo {
height: 32px; height: 28px;
max-width: 160px; width: auto;
object-fit: contain; opacity: 0.7;
transition: opacity 0.2s;
}
.back-home-link:hover .back-home-logo {
opacity: 1;
} }
/* ---- 容器 ---- */ /* ---- 容器 ---- */