mirror of
https://gitee.com/xiaonuobase/snowy
synced 2025-12-15 11:03:57 +08:00
【更新】优化B、C端登录界面,登录框垂直居中,确保在大小屏幕小都有不错的展示效果
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user