king
2019-10-16 50c057d50f02931f3790bcfb7a0199aa0b643a6a
src/views/login/index.scss
@@ -24,18 +24,25 @@
      margin-right: 20%;
      padding: 15px;
      background: #ffffff;
      width: 18vw;
      width: 22vw;
      min-width: 300px;
      border-radius: 5px;
      h4 {
        font-size: 18px;
        font-size: 20px;
        font-weight: bold;
        color: #0A95CB;
        margin-bottom: 3vh;
      }
      .ant-form-item {
        font-size: 16px;
        margin-bottom: 4vh;
      }
      .btn-login {
        margin-bottom: 3vh;
      }
      .minline {
        margin-bottom: 10px;
        margin-bottom: 3vh;
        margin-top: -10px;
      }
      button {
@@ -48,6 +55,22 @@
        cursor: pointer;
        line-height: 20px;
        margin-top: 10px;
        .anticon.anticon-down {
          font-size: 16px;
        }
      }
      .ant-input-affix-wrapper {
        font-size: 16px;
      }
      .ant-input {
        font-size: 16px;
        height: 36px;
      }
      .ant-form label {
        font-size: 16px;
      }
      .ant-btn {
        font-size: 18px;
      }
    }
  }