82 lines
1.5 KiB
CSS
82 lines
1.5 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #fff;
|
|
font-family: 'Alibaba PuHuiTi R';
|
|
}
|
|
|
|
#main-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.layout {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#left-box {
|
|
width: 98%;
|
|
height: 100%;
|
|
padding-top: 0.85%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#person-place-situation {
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
background: url("../../img/constrDisplay/back-1.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#searchForm {
|
|
width: 100%;
|
|
height: 80px;
|
|
justify-content: start;
|
|
}
|
|
|
|
.table-box {
|
|
width: 100%;
|
|
height: calc(100% - 80px);
|
|
}
|
|
|
|
.title {
|
|
width: 100%;
|
|
height: 40px;
|
|
justify-content: start;
|
|
align-items: start;
|
|
font-size: 16px;
|
|
letter-spacing: 1px;
|
|
padding: 5px 0 0 40px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
body .my-skin.child-skin {
|
|
background: url("../../img/video/child-back.png") no-repeat 0 0/100% 100% transparent;
|
|
}
|
|
|
|
.layui-layer-dialog .layui-layer-padding {
|
|
color: #000 !important;
|
|
}
|
|
|
|
/* 禁用所有悬浮提示 */
|
|
.layui-table-tool {
|
|
display: none !important;
|
|
}
|
|
|
|
/* 设置单元格换行显示 */
|
|
.layui-table-cell {
|
|
white-space: normal !important;
|
|
word-break: break-word !important;
|
|
height: auto !important;
|
|
overflow: visible !important;
|
|
} |