king
2025-05-13 1a176e4bdba485301385caac1a29102e598d25cc
src/views/login/index.scss
@@ -49,6 +49,13 @@
      background-color: var(--mk-sys-color5);
      border-color: var(--mk-sys-color5);
    }
    .login-form-button.disabled {
      background-color: var(--mk-sys-color5);
      border-color: var(--mk-sys-color5);
      color: #ffffff;
      cursor: not-allowed;
      opacity: 0.9;
    }
    .login-way-wrap {
      .login-way.active, .login-way:hover {
@@ -166,6 +173,7 @@
      .btn-login {
        margin-bottom: 3vh;
        clear: both;
        height: auto;
      }
      .register-line {
        font-size: 14px;
@@ -188,6 +196,7 @@
        display: inline-block;
        margin-bottom: 3vh;
        margin-top: -10px;
        height: 35px;
      }
      .minline.right {
        float: right;
@@ -202,6 +211,34 @@
          }
        }
      }
      .proline {
        display: inline-block;
        margin-bottom: 10px;
        height: auto;
        margin-top: calc(-3vh + 10px);
        font-size: 13px;
        .ant-form-item-children {
          display: flex;
          align-items: flex-start;
          line-height: 1.5;
          color: rgba(0, 0, 0, 0.5);
          // .ant-checkbox-inner {
          //   width: 15px;
          //   height: 15px;
          // }
          input[type="checkbox"] {
            width: 35px;
            height: 22px;
            top: -4px;
            left: -4px;
          }
          a {
            color: var(--mk-sys-color);
          }
        }
      }
      button.vercode {
        border: 0;
        color: var(--mk-sys-color);