提交 ad68c07c 编写于 作者: D Devil

登录样式优化

上级 3f60dbfd
...@@ -445,10 +445,12 @@ ul.am-dropdown-content > .am-active > a:focus, ...@@ -445,10 +445,12 @@ ul.am-dropdown-content > .am-active > a:focus,
/** /**
* 公共登录窗口 * 公共登录窗口
*/ */
.common-login-modal {
height: 440px;
}
@media only screen and (min-width: 641px) { @media only screen and (min-width: 641px) {
.common-login-modal { .common-login-modal {
max-width: 400px; max-width: 400px;
height: 440px;
left: calc(50% - 200px); left: calc(50% - 200px);
top: calc(50% - 220px); top: calc(50% - 220px);
margin-left: 0; margin-left: 0;
...@@ -457,7 +459,6 @@ ul.am-dropdown-content > .am-active > a:focus, ...@@ -457,7 +459,6 @@ ul.am-dropdown-content > .am-active > a:focus,
} }
@media only screen and (max-width: 640px) { @media only screen and (max-width: 640px) {
.common-login-modal { .common-login-modal {
height: 410px;
top: calc(50% - 210px); top: calc(50% - 210px);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册