mirror of https://gitee.com/xiaonuobase/snowy
【更新】优化B、C端登录界面,登录框垂直居中,确保在大小屏幕小都有不错的展示效果
parent
72437608e7
commit
baa900f408
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue