yz
2021-01-19 cb93afa97f84ce817a2b8924e7db1e145f2a55eb
src/views/login/login-scoped.scss
@@ -7,14 +7,13 @@
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 10%;
  .login-info {
    width: 608px;
    height: 350px;
    background-color: rgba(163, 44, 48, 1);
    position: absolute;
    left: 25%;
    top: 41.9%;
    margin-top: -100px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
@@ -44,9 +43,8 @@
  }
  .login-form {
    position: absolute;
    top: 50%;
    left: 65%;
    margin: -180px 0 0 -160px;
    margin: 0 0 0 -160px;
    width: 320px;
    height: 350px;
    padding: 36px;