64 lines
854 B
CSS
64 lines
854 B
CSS
.bg {
|
|
background: #EEE;
|
|
}
|
|
|
|
.box {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -250px;
|
|
margin-left: -215px;
|
|
padding: 40px;
|
|
width: 350px;
|
|
height: 400px;
|
|
background: #fff;
|
|
box-shadow: #CCC 0 0 20px;
|
|
}
|
|
|
|
.box .logo {
|
|
margin-bottom: 50px;
|
|
text-align: center;
|
|
color: #aacf53;
|
|
}
|
|
|
|
.box .logo strong {
|
|
display: block;
|
|
font-size: 28px;
|
|
}
|
|
|
|
.box .logo em {
|
|
display: block;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.box .layui-input {
|
|
height: 45px;
|
|
border-width: 0 0 1px 0;
|
|
}
|
|
|
|
.box .layui-form-item .layui-input-inline {
|
|
width: 130px;
|
|
}
|
|
|
|
.box .captcha {
|
|
width: 100px;
|
|
height: 38px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.box .remind {
|
|
text-align: center;
|
|
color: #f90051;
|
|
}
|
|
|
|
/**浏览器版本过低,登录超时*/
|
|
.ver, .over {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -100px;
|
|
margin-left: -500px;
|
|
width: 1000px;
|
|
text-align: center;
|
|
color: #333;
|
|
} |