12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @import (reference) '~antd/es/style/themes/index';
- .container {
- height: 100%;
- background: url('/assets/login_left.png') top right no-repeat;
- .loginBox {
- .logo_style {
- width: 150px;
- margin-top: 30px;
- margin-left: 50px;
- }
- .login_bg {
- position: absolute;
- top: 0;
- right: 0;
- }
- .main {
- position: absolute;
- top: 25%;
- left: 12%;
- width: 350px;
- overflow: hidden;
- border-radius: 10px;
- .title {
- margin-bottom: 20px;
- .logoStyle {
- width: 170px;
- }
- }
- .formItem {
- display: block;
- }
- .formItemInput {
- height: 46px;
- border-radius: 25px;
- }
- .captcha {
- position: absolute;
- top: 0;
- right: 0;
- height: 44px;
- }
- .submit {
- display: block;
- width: 100%;
- height: 45px;
- margin-top: 40px;
- color: #fff;
- font-size: 20px;
- background: #4e94fe;
- border: 0 none;
- border-radius: 25px;
- cursor: pointer;
- }
- }
- }
- }
- .footer {
- position: absolute;
- bottom: 0;
- left: 45%;
- background: transparent;
- }
|