diff --git a/src/styles/login.scss b/src/styles/login.scss index 246cd63..6250242 100644 --- a/src/styles/login.scss +++ b/src/styles/login.scss @@ -93,13 +93,13 @@ } } .login-border { - width: calc(50% - 304px); + width: calc(50% - 204px); min-width: 350px; // width: 500px!important; // height: 300px; // min-height: 600px; box-sizing: border-box; - padding: 20px; + padding: 50px; background-color: #fff; border-radius: 4px; // margin-left: 500px; @@ -195,7 +195,7 @@ .login-submit { width: 100%; - height: 50px; + height: 40px; background: #23a8ff; margin-top: 30px; border-radius: 8px;