手机屏填充为纯色背景

This commit is contained in:
谢思 2024-05-08 10:06:06 +08:00
parent 28470925b8
commit b1a6b9e712
1 changed files with 6 additions and 1 deletions

View File

@ -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;