register panel position
This commit is contained in:
parent
6a2d04c9a5
commit
f37c2b5670
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue