king
2020-12-25 e843aabbda5e8761b6a8af0fe85119bdcf5b3fe8
src/views/login/index.scss
@@ -1,16 +1,16 @@
.login-container {
  height: 100vh;
  min-height: 600px;
  background-color: #000000;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  .logo {
    position: relative;
    height: 100px;
    padding-top: 30px;
    line-height: 80px;
    border-bottom: 2px solid #1890ff;
    height: 70px;
    padding-top: 10px;
    width: 990px;
    margin: 0 auto;
    img {
      max-height: 100%;
    }
@@ -76,10 +76,12 @@
  .login-middle {
    position: relative;
    height: calc(100vh - 194px);
    min-height: 420px;
    background-size: cover;
    min-height: 475px;
    background-color: #427CAA;
    background-image: url('http://bms-test.kresstools.cn/Content/images/login2/bg_mid.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 2px solid #1890ff;
    .login-form {
      float: right;
@@ -93,6 +95,12 @@
      .form-item-wrap {
        padding: 0.6vw 1.6vw 1.6vw;
      }
      .title {
        color: #427CAA;
        font-size: 22px;
        font-weight: bold;
        margin: 15px 1.6vw 5px;
      }
      h4 {
@@ -188,15 +196,17 @@
  }
  .login-bottom {
    text-align: center;
    color: #ffffff;
    color: #666;
    padding-top: 20px;
    font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    p span.split {
      margin-right: 15px;
    }
    a {
      display: inline-block;
      margin-bottom: 5px;
      color: #ffffff;
      color: #666;
      font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    }
  }
  .ant-btn-primary[disabled] {