mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
登录样式优化
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user