44 lines
1.2 KiB
CSS
44 lines
1.2 KiB
CSS
.login-box { background: url('../images/bg_login.png'); width: 100%;height: 100%;}
|
|
|
|
.login-boxs {width: 69%;
|
|
height: 70%;
|
|
position: absolute;
|
|
margin: auto;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
display: flex;
|
|
}
|
|
|
|
.login-left {
|
|
width: 55.5%;
|
|
height: 100%;
|
|
background-color: #e0f1ff;
|
|
border-radius: 8px 0 0 8px;
|
|
line-height: 100%;
|
|
display: flex;
|
|
background: url('../images/left-logo.jpg');
|
|
}
|
|
|
|
.components-form-demo-normal-login {width: 44.5%;
|
|
height: 150px; position: absolute; top: 90px; bottom: 0; right: 70px; margin: auto; }
|
|
|
|
/* .components-form-demo-normal-login input { height: 40px; max-height: 40px; } */
|
|
|
|
.login-logo { background: url('../images/logo_2.png') no-repeat; width: 70%; height: 75px; position: absolute; top: -170px; right: -40px;}
|
|
|
|
.components-form-demo-normal-login .login-form {
|
|
max-width: 300px;
|
|
}
|
|
.components-form-demo-normal-login .login-form-forgot {
|
|
float: right;
|
|
}
|
|
.components-form-demo-normal-login .ant-col-rtl .login-form-forgot {
|
|
float: left;
|
|
}
|
|
.components-form-demo-normal-login .login-form-button {
|
|
width: 100%;
|
|
} |