IntelligentRecognition/ah-jjsp-web/.svn/pristine/99/99ead48dc0776e2def69512390c...

44 lines
803 B
Plaintext

html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: #fff;
font-size: 16px;
font-family: 'Alibaba PuHuiTi R';
letter-spacing: 1px;
}
.layout {
display: flex;
align-items: center;
justify-content: start;
box-sizing: border-box;
}
#content {
width: 100%;
height: 100%;
box-sizing: border-box;
justify-content: space-evenly;
}
.main-box {
height: 100%;
padding: 1% 0.5% 0 0.45%;
box-sizing: border-box;
}
#lockBox {
width: 30%;
height: 60%;
background: url("../../img/login/denglu.png") no-repeat 0 0 / 100% 100%;
background-size: unset !important;
background-position: center center !important;
justify-content: center;
}
.layui-layer-dialog .layui-layer-content {
color: #000;
}