143 lines
2.6 KiB
CSS
143 lines
2.6 KiB
CSS
.layui-form-label {
|
|
width: 110px;
|
|
}
|
|
.layui-form{
|
|
margin-right: 10px;
|
|
}
|
|
.login-bg{
|
|
background: #f0f0f0;
|
|
}
|
|
.login-box{
|
|
width: 460px;
|
|
height: auto;
|
|
padding: 40px 0 20px;
|
|
background: #fff;
|
|
box-shadow: 0 0 20px rgba(0,0,0,0.2);
|
|
border-radius: 20px;
|
|
position: relative;
|
|
margin-top: 10px;
|
|
}
|
|
.login-logo{
|
|
width: 180px;
|
|
height: 70px;
|
|
text-align: center;
|
|
background: url(/static/home/images/loginbg3.png) no-repeat;
|
|
background-size: 180px 60px;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -90px;
|
|
top: 0;
|
|
margin-top: -30px;
|
|
color: #fff;
|
|
line-height: 60px;
|
|
}
|
|
.login-con{
|
|
padding: 10px 20px;
|
|
overflow: hidden;
|
|
}
|
|
.login-row{
|
|
width: 100%;
|
|
min-height: 40px;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-top: 10px;
|
|
line-height: 40px;
|
|
}
|
|
.login-row input{
|
|
padding: 0;
|
|
box-shadow: none!important;
|
|
font-size: 16px;
|
|
}
|
|
.login-row label{
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
.login-row .login-text{
|
|
width: 100%;
|
|
height: 40px;
|
|
background: none;
|
|
border: none;
|
|
outline: none;
|
|
line-height: 40px;
|
|
}
|
|
.login-row .login-text2{
|
|
width: 75%;
|
|
float: left;
|
|
}
|
|
.login-row .login-get{
|
|
float: right;
|
|
line-height: 36px;
|
|
height: 36px;
|
|
width: 25%;
|
|
background: #14286d;
|
|
border-radius: 5px;
|
|
border: none;
|
|
outline: none;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
.login-row .login-get:disabled{
|
|
background: #999;
|
|
}
|
|
.login-row .login-get:hover{
|
|
opacity: 0.8;
|
|
}
|
|
.login-row .login-btn{
|
|
width: 100%;
|
|
height: 50px;
|
|
background: #14286d;
|
|
border: none;
|
|
outline: none;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
border-radius: 10px;
|
|
margin-top: 15px;
|
|
cursor: pointer;
|
|
}
|
|
.login-row .login-btn:hover{
|
|
opacity: 0.8;
|
|
}
|
|
.login-row a{
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-size: 14px;
|
|
line-height: 40px;
|
|
}
|
|
.login-row .checkbox-inline input[type="checkbox"]:checked:after{
|
|
top: 5px;
|
|
}
|
|
@media(max-width:700px) {
|
|
.login-box{
|
|
width: 350px;
|
|
margin-bottom: 10px;
|
|
margin-top: 60px;
|
|
}
|
|
.login-row{ font-size: 14px;}
|
|
.login-row .login-text2{ width: 55%;}
|
|
.login-row .login-get{ width: 35%;}
|
|
}
|
|
.layui-btn{
|
|
background: #14286d;
|
|
}
|
|
.in-img{
|
|
text-align: center;
|
|
}
|
|
.addBox {
|
|
width: 90%;
|
|
text-align: right;
|
|
margin-top: 5px;
|
|
}
|
|
.addBox .layui-icon {
|
|
font-size: 14px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
.input-button {
|
|
width: 40%;
|
|
margin: 0 auto;
|
|
}
|
|
.layui-layer-content img{
|
|
width: 150px;
|
|
} |