You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.5 KiB
66 lines
1.5 KiB
.login-root {
|
|
background: #f0e7db url("/static/img/login.png") no-repeat;
|
|
position: absolute;
|
|
min-height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.login-root .input-container{
|
|
position: fixed;
|
|
left: 65%;
|
|
top: 33px;
|
|
background: url("/static/img/loginbg.png") no-repeat center top;
|
|
}
|
|
.login-root .input-container .input-root{
|
|
width: 370px;
|
|
height: 500px;
|
|
}
|
|
.login-root .input-container .input-root p {
|
|
font-size: 21px;
|
|
text-align: center;
|
|
padding-top: 195px;
|
|
}
|
|
.login-root .input-container .input-root .inputs-class{
|
|
padding: 0 50px;
|
|
}
|
|
.login-root .input-container .input-root .input-group{
|
|
display: table;
|
|
border-collapse: separate;
|
|
}
|
|
.login-root .input-container .input-root .inputs-class .input-class{
|
|
height: 32px;
|
|
margin: 18px 0;
|
|
display: flex;
|
|
}
|
|
.login-root .input-container .input-root .inputs-class .input-class input{
|
|
flex: 1;
|
|
height: 26px !important;
|
|
padding: 2px 14px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
display: table-cell;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.login-root .input-container .input-root .inputs-class .input-class .input-group-addon{
|
|
color: #555;
|
|
line-height: 26px !important;
|
|
font-size: 12px;
|
|
padding: 2px 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
display: table-cell;
|
|
border: 1px solid #ccc;
|
|
border-right: none;
|
|
}
|
|
|
|
.login-footer{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 110px;
|
|
}
|