登录界面优化

This commit is contained in:
2026-06-18 15:41:28 +08:00
parent 8041f5734b
commit d99af327fd
6 changed files with 331 additions and 4 deletions
+4 -2
View File
@@ -11,12 +11,14 @@
// 顶部区域:背景图 + Logo + 标题
.login-header {
position: relative;
flex-shrink: 0;
height: 420rpx;
overflow: hidden;
&__bg {
display: block;
width: 100%;
height: auto;
height: 100%;
}
}