yz_08
2021-01-18 38ae3bc6f339dee06225763572bd72f97520d70b
src/views/login/login-scoped.scss
@@ -3,17 +3,23 @@
$light_gray:#eee;
.login-container {
  background: url(../../assets/background2.png) 50% no-repeat;
  background: url(../../assets/background2.jpg) 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  .login-info {
    width: 500px;
    background-color: rgba(163, 44, 48, 1);
    position: absolute;
    left: 15%;
    left: 25%;
    top: 44%;
    margin-top: -100px;
    color: #fff;
    font-weight: 600;
    .zbyt-login{
      width: 100px;
      height: 120px;
    }
    .title {
      font-size: 1.8rem;
      font-weight: 600;
@@ -30,7 +36,7 @@
  .login-form {
    position: absolute;
    top: 50%;
    left: 75%;
    left: 65%;
    margin: -180px 0 0 -160px;
    width: 320px;
    height: 380px;
@@ -76,6 +82,7 @@
    line-height: 1rem;
    height: 1rem;
    font-weight: 600;
    color: #000;
  }
  .tips {
    font-size: 14px;