| | |
| | | min-height: 36px; |
| | | margin-bottom: 20px; |
| | | font-size: 16px; |
| | | font-weight: inherit; |
| | | .form-title { |
| | | position: relative; |
| | | flex: 1; |
| | | text-align: center; |
| | | cursor: pointer; |
| | | font-weight: inherit; |
| | | } |
| | | } |
| | | .mk-normal-form-title.mkbtn { |
| | | .form-title { |
| | | background: #ffffff; |
| | | color: #1890ff; |
| | | border: 1px solid #1890ff; |
| | | color: var(--mk-sys-color); |
| | | border: 1px solid var(--mk-sys-color); |
| | | transition: all 0.3s; |
| | | } |
| | | .form-title.active { |
| | | background: #1890ff; |
| | | background: var(--mk-sys-color); |
| | | color: #ffffff; |
| | | } |
| | | .form-title:first-child { |
| | |
| | | .submit { |
| | | min-width: 70px; |
| | | border: none; |
| | | } |
| | | .skip { |
| | | float: right; |
| | | height: auto; |
| | | border-style: solid; |
| | | } |
| | | } |
| | | .mk-form-action.no-button { |