yz
2021-01-31 4096388f88537afa9ac202943c344e6f87e987ed
src/views/login/login-scoped.scss
@@ -3,6 +3,18 @@
$light_gray:#eee;
#form-biao-dan span::after {
  content: '';
  position: absolute;
  left: -20%;
  bottom: 0;
  background-color: rgba(147,30,30,0.2);
  height: 1vh;
  width: 140%;
  z-index: 1;
}
.login-container {
  background: url(../../assets/background2.png) 50% no-repeat;
  background-size: cover;
@@ -23,12 +35,12 @@
  }
  .login-form {
    width: 420px;
    height: 350px;
    height: 380px;
    padding: 36px;
    background: #fff;
    .form-input{
      border-radius: 20px;
      margin-top: 20px;
      margin-top: 40px;
    }
    .code-input {
      margin-top: 20px;