| | |
| | | background-size: cover; |
| | | background-repeat: no-repeat; |
| | | background-position: center center; |
| | | --mk-login-offset-top: 0px; |
| | | --mk-login-offset-left: 0px; |
| | | |
| | | .logo { |
| | | position: relative; |
| | | height: 100px; |
| | |
| | | |
| | | .login-middle { |
| | | position: relative; |
| | | height: calc(100vh - 194px); |
| | | height: calc(100vh - 200px); |
| | | min-height: 420px; |
| | | background-size: cover; |
| | | background-position: center center; |
| | | border-bottom: 2px solid var(--mk-sys-color); |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: right; |
| | | padding-right: 20vw; |
| | | overflow: hidden; |
| | | |
| | | .login-form-button { |
| | | background-color: var(--mk-sys-color); |
| | |
| | | .login-form-button[disabled] { |
| | | 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-form { |
| | | position: relative; |
| | | float: right; |
| | | margin-top: 5%; |
| | | margin-right: 20%; |
| | | background: #ffffff; |
| | | width: 22vw; |
| | | min-width: 300px; |
| | | border-radius: 5px; |
| | | overflow: hidden; |
| | | border: 1px solid #bfbfbf; |
| | | top: var(--mk-login-offset-top, 0px); |
| | | left: var(--mk-login-offset-left, 0px); |
| | | transition: all 0.2s; |
| | | |
| | | .login-way-title { |
| | | font-size: 18px; |
| | |
| | | .btn-login { |
| | | margin-bottom: 3vh; |
| | | clear: both; |
| | | height: auto; |
| | | } |
| | | .register-line { |
| | | font-size: 14px; |
| | |
| | | display: inline-block; |
| | | margin-bottom: 3vh; |
| | | margin-top: -10px; |
| | | height: 35px; |
| | | } |
| | | .minline.right { |
| | | float: right; |
| | |
| | | .ant-select-selection-selected-value { |
| | | float: right; |
| | | margin-right: 10px; |
| | | } |
| | | } |
| | | } |
| | | .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); |
| | | } |
| | | } |
| | | } |
| | |
| | | text-align: center; |
| | | color: var(--mk-sys-font-color); |
| | | padding-top: 20px; |
| | | p span.split { |
| | | margin-right: 15px; |
| | | p { |
| | | margin-bottom: 5px; |
| | | text-align: center; |
| | | } |
| | | a { |
| | | display: block; |
| | | margin-bottom: 5px; |
| | | color: var(--mk-sys-font-color); |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .qr-wrap + img { |
| | | width: 24px; |
| | | margin-right: 5px; |
| | | vertical-align: middle; |
| | | } |
| | | } |
| | | } |
| | | .mk-user-option { |
| | |
| | | @media screen and (max-width: 500px) { |
| | | .login-container { |
| | | .login-middle { |
| | | .login-form { |
| | | float: unset; |
| | | margin: 0 auto; |
| | | margin-top: 5%; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | @media screen and (min-width: 1550px) { |
| | | .login-container { |
| | | .ant-tabs.ant-tabs-card { |
| | | .ant-tabs-card-bar { |
| | | .ant-tabs-tab { |
| | | font-size: 20px; |
| | | } |
| | | } |
| | | justify-content: center; |
| | | padding-right: 0px; |
| | | } |
| | | } |
| | | } |