94 lines
1.5 KiB
CSS
94 lines
1.5 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #fff;
|
|
font-family: 'Alibaba PuHuiTi R';
|
|
letter-spacing: 1px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
html {
|
|
background: url("../img/login_back.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
#content {
|
|
width: 34%;
|
|
height: 48%;
|
|
position: relative;
|
|
left: 33%;
|
|
top: 27%;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.layout {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#pro-title {
|
|
width: 100%;
|
|
height: 55px;
|
|
font-size: 28px;
|
|
}
|
|
|
|
#login-form {
|
|
width: 60%;
|
|
height: calc(100% - 55px);
|
|
}
|
|
|
|
.layui-form-item input {
|
|
background-color: transparent;
|
|
color: #fff;
|
|
height: 40px;
|
|
border-color: #2EA699;
|
|
}
|
|
|
|
.layui-form-item img {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.layui-form-item .layui-btn {
|
|
font-size: 16px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.layui-layer-dialog .layui-layer-content {
|
|
color: #000;
|
|
}
|
|
|
|
.layui-input-affix .layui-icon {
|
|
color: #fff;
|
|
}
|
|
|
|
.layui-input-affix .layui-icon:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.layui-input:hover, .layui-textarea:hover {
|
|
border-color: #16b777 !important;
|
|
}
|
|
|
|
input::-webkit-input-placeholder {
|
|
color: rgb(153, 152, 152) !important;
|
|
}
|
|
|
|
input::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
color: rgb(191, 191, 191) !important;
|
|
}
|
|
|
|
input:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
color: rgb(191, 191, 191) !important;
|
|
}
|
|
|
|
input:-ms-input-placeholder {
|
|
/* Internet Explorer 10-11 */
|
|
color: rgb(191, 191, 191) !important;
|
|
} |