diff --git a/src/modules/loginRegister/LoginRegisterPage.scss b/src/modules/loginRegister/LoginRegisterPage.scss index 9e755209d..167961e6c 100644 --- a/src/modules/loginRegister/LoginRegisterPage.scss +++ b/src/modules/loginRegister/LoginRegisterPage.scss @@ -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;