forked from Gitlink/forgeplus-react
手机屏填充为纯色背景
This commit is contained in:
parent
28470925b8
commit
b1a6b9e712
|
@ -255,6 +255,7 @@
|
|||
display: none;
|
||||
}
|
||||
.login_register_right{
|
||||
padding-top: 30px;
|
||||
.right_cont{
|
||||
position: static;
|
||||
margin: 0 auto;
|
||||
|
@ -265,13 +266,17 @@
|
|||
}
|
||||
.logoInSmall{
|
||||
display: block;
|
||||
margin: 30px auto;
|
||||
margin: 0 auto 30px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width:500px) {
|
||||
.login_register_right{
|
||||
background-color: #f4f7ff;
|
||||
background-image: none;
|
||||
}
|
||||
.login_register_right .right_cont{
|
||||
padding: 20px;
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in New Issue