| | |
| | | .login-container { |
| | | height: 100vh; |
| | | min-height: 600px; |
| | | background-color: #000000; |
| | | background-size: cover; |
| | | background-repeat: no-repeat; |
| | | background-position: center center; |
| | |
| | | height: 100px; |
| | | padding-top: 30px; |
| | | line-height: 80px; |
| | | border-bottom: 2px solid #06b4f7; |
| | | border-bottom: 2px solid #1890ff; |
| | | img { |
| | | max-height: 100%; |
| | | } |
| | | } |
| | | .login-middle { |
| | | position: relative; |
| | | height: calc(100vh - 194px); |
| | | min-height: 420px; |
| | | background-size: cover; |
| | | background-position: center center; |
| | | border-bottom: 2px solid #06b4f7; |
| | | border-bottom: 2px solid #1890ff; |
| | | |
| | | .login-form { |
| | | float: right; |
| | |
| | | color: #1890ff; |
| | | } |
| | | } |
| | | .login-sync-button { |
| | | position: absolute; |
| | | bottom: 10px; |
| | | left: 20px; |
| | | } |
| | | } |
| | | .login-bottom { |
| | | text-align: center; |
| | |
| | | border-color: #40a9ff; |
| | | } |
| | | } |
| | | .sync-cloud-application { |
| | | .ant-modal-body { |
| | | min-height: 176px; |
| | | } |
| | | } |
| | | .ant-message { |
| | | top: 50px; |
| | | z-index: 1080; |