88 lines
1.4 KiB
CSS
88 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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
|
||
|
|
body .my-skin.child-skin {
|
||
|
|
background: url("../../img/video/child-back.png") no-repeat 0 0/100% 100% transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
|