hb_zhgd_screen/css/workReport/fillWorkSituation.css

89 lines
1.4 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;
flex-direction: column;
}
.layout {
display: flex;
align-items: center;
justify-content: center;
}
.title {
width: 100%;
height: 60px;
font-size: 18px;
}
#content {
width: 100%;
height: calc(100% - 160px);
}
#img-show {
width: 48%;
height: 100%;
}
#img-show img {
width: 90%;
height: 90%;
margin: 5%;
}
#img-confirm {
width: 48%;
height: 100%;
}
.content-info {
width: 100%;
min-height: 40px;
font-size: 16px;
justify-content: start;
}
.content-info>p:nth-child(1) {
width: 115px;
}
.content-info>p:nth-child(2) {
width: calc(100% - 115px);
}
.btn-box {
width: 100%;
height: 100px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
img {
image-rendering: -moz-crisp-edges;
/* Firefox */
image-rendering: -o-crisp-edges;
/* Opera */
image-rendering: -webkit-optimize-contrast;
/*Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
/* IE (non-standard property) */
}
.layui-layer-dialog .layui-layer-padding {
color: #000 !important;
}