登录样式优化

feat/task1-c-wallet
Devil 2021-06-04 12:26:32 +08:00
parent 3f60dbfdb1
commit ad68c07c01
1 changed files with 3 additions and 2 deletions

View File

@ -445,10 +445,12 @@ ul.am-dropdown-content > .am-active > a:focus,
/**
*
*/
.common-login-modal {
height: 440px;
}
@media only screen and (min-width: 641px) {
.common-login-modal {
max-width: 400px;
height: 440px;
left: calc(50% - 200px);
top: calc(50% - 220px);
margin-left: 0;
@ -457,7 +459,6 @@ ul.am-dropdown-content > .am-active > a:focus,
}
@media only screen and (max-width: 640px) {
.common-login-modal {
height: 410px;
top: calc(50% - 210px);
}
}