register panel position

This commit is contained in:
caishi 2022-12-09 14:56:33 +08:00
parent 6a2d04c9a5
commit f37c2b5670
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,6 @@
}
.ball{ top: 51vh; }
.right_cont{width: 540px; }
.Register_content{top: 1em; }
.ResetPassword_content{top: 12vh; }
}
/*当页面宽度大于1280px*/
@ -30,7 +29,6 @@
.banner{ height: 460px; }
.ball{ top: 42vh; }
.right_cont{width: 580px; }
.Register_content{top: 8em; }
.ResetPassword_content{top: 16vh; }
}
.login_register_left{
@ -78,6 +76,8 @@
padding: 2.5em 5em;
border-radius: 7px;
font-size: 15px;
top: 50%;
margin-top: -293px;
.login_register_head{
display: flex;
justify-content: space-between;