【更新】优化B、C端登录界面,登录框垂直居中,确保在大小屏幕小都有不错的展示效果

pull/286/head
xuyuxiang 2025-09-22 23:10:57 +08:00 committed by 就是那个锅
parent 0de14e6c81
commit 7f96675dc2
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,10 @@
.login_main {
width: 100%;
max-width: 450px;
margin-top: 110px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.login-form {
width: 100%;

View File

@ -136,10 +136,10 @@
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.login-form {
width: 450px;
margin-top: 110px;
}
.login-header {
margin-bottom: 20px;

View File

@ -86,10 +86,10 @@
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.login-form {
width: 450px;
margin-top: 110px;
}
.login-header {
margin-bottom: 20px;