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

pull/285/MERGE
xuyuxiang 2025-09-22 23:10:57 +08:00
parent 72437608e7
commit baa900f408
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;