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.
64 lines
1.1 KiB
64 lines
1.1 KiB
3 years ago
|
.login-bg {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
z-index: 1005;
|
||
|
background: url('../images/login-bg.png') no-repeat center/cover;
|
||
|
}
|
||
|
|
||
|
.login {
|
||
|
width: 802px;
|
||
|
height: 464px;
|
||
|
margin: -232px 0 0 -401px;
|
||
|
position: fixed;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
background: url('../images/login-picture.png') no-repeat center/cover;
|
||
|
}
|
||
|
|
||
|
.login-content {
|
||
|
width: 425px;
|
||
|
height: 446px;
|
||
|
margin-top: 4px;
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
|
||
|
.login-logo{
|
||
|
margin: 75px 0 0 40px;
|
||
|
}
|
||
|
|
||
|
.login-block {
|
||
|
margin: 40px 0 0 40px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.login-block span{
|
||
|
position: absolute;
|
||
|
top: 12px;
|
||
|
left: 10px;
|
||
|
}
|
||
|
|
||
|
.login-block input{
|
||
|
width: 341px;
|
||
|
height: 40px;
|
||
|
padding-left: 37px;
|
||
|
display: block;
|
||
|
line-height: 44px;
|
||
|
border: 1px solid #dddddd;
|
||
|
-webkit-border-radius: 3px;
|
||
|
-moz-border-radius: 3px;
|
||
|
border-radius: 3px;
|
||
|
color: #3a3a3a;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.login-btn {
|
||
|
width: 345px;
|
||
|
margin: 40px 0 0 38px;
|
||
|
line-height: 46px;
|
||
|
text-align: center;
|
||
|
cursor: pointer;
|
||
|
background: url('../images/login-btn.png') no-repeat center/cover;
|
||
|
}
|