码农笔录博客源码
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

42 satır
936 B

6 yıl önce
.login-root {
background: #f0e7db url("/static/img/login.png") no-repeat;
padding-top: 50px;
position: absolute;
min-height: 100%;
width: 100%;
overflow: hidden;
}
.login-root .input-container{
position: fixed;
left: 65%;
top: 33px;
6 yıl önce
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 .inputs-class .input-class{
height: 35px;
margin: 18px 0
}
.login-root .input-container .input-root .inputs-class .input-class input{
height: 35px !important;
}
.login-footer{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 110px;
}