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 {
height: 32px;
max-width: 160px;
object-fit: contain;
height: 28px;
width: auto;
opacity: 0.7;
transition: opacity 0.2s;
}
.back-home-link:hover .back-home-logo {
opacity: 1;
}
/* ---- 容器 ---- */