king
2021-08-11 a757b75163d77acc5111637fbe20ec61d895a72b
src/pc/components/login/normal-login/index.scss
@@ -93,6 +93,30 @@
      line-height: 60px;
    }
  }
  .form-scan-wrap {
    padding: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    .qr-wrap {
      position: relative;
      width: 60%;
      padding-top: 60%;
      margin: 0 auto;
      .qrcode-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        canvas {
          width: 100%!important;
          height: 100%!important;
        }
      }
    }
  }
}
.login-edit-box::after {
  display: block;
@@ -103,3 +127,36 @@
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}
.mk-mob-view .login-edit-box {
  display: block;
  .login-way-wrap.simple {
    display: none;
  }
  .login-way-wrap {
    padding: 0 15px;
    border-radius: 0;
    .login-way {
      border: 0;
      background: transparent!important;
      transition: all 0.3s;
      border-bottom: 2px solid transparent;
    }
    .login-way.active, .login-way:hover {
      color: #1890ff;
    }
    .login-way.active {
      border-bottom: 2px solid #1890ff;
    }
  }
  .ant-input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none!important;
  }
  .ant-input-group-addon {
    border: 0;
    border-radius: 0;
  }
}