jjsp_web/bns/css/supplement/monitoring_coverage.css

225 lines
3.9 KiB
CSS
Raw Normal View History

2024-12-10 18:16:45 +08:00
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Alibaba PuHuiTi R';
letter-spacing: 1px;
}
html {
background: url('../../img/supplement/back_img.png') no-repeat 0 0 / 100% 100% transparent;
}
.layout {
display: flex;
align-items: center;
justify-content: center;
}
.title {
width: 100%;
height: 40px;
color: #fff;
font-size: 18px;
}
#main-box {
width: 100%;
height: 100%;
padding: 0.5%;
box-sizing: border-box;
justify-content: space-between;
}
#left-box {
width: 26%;
height: 100%;
flex-direction: column;
background: url("../../img/supplement/box_img.png") no-repeat 0 0 / 100% 100%;
justify-content: space-evenly;
}
#left-top {
width: 90%;
height: 38%;
margin: 2% 5%;
box-sizing: border-box;
background: url("../../img/supplement/box_img3.png") no-repeat 0 0 / 100% 100%;
}
#echarts-one,
#echarts-two,
#echarts-three,
#echarts-four {
width: 100%;
height: calc(100% - 40px);
}
#left-bottom {
width: 90%;
height: 56%;
margin: 0 5% 2% 5%;
box-sizing: border-box;
background: url("../../img/supplement/box_img2.png") no-repeat 0 0 / 100% 100%;
}
#echarts-two {
width: 100%;
height: calc(100% - 40px);
}
#center-box {
width: 46%;
height: 100%;
}
#center-top {
width: 100%;
height: 80%;
}
#center-box2 {
width: 160px;
z-index: 1000;
position: absolute;
left: 64%;
height: 180px;
}
.multiselect {
width: 100%;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.check-risk {
width: 100%;
height: 50px;
justify-content: space-between;
cursor: pointer;
font-size: 14px;
}
.check-risk img {
width: 18px;
height: 18px;
}
.check-risk p {
width: calc(100% - 25px);
}
#echarts-map2 {
width: 100%;
height: 100%;
}
#center-bottom {
width: 100%;
height: 20%;
justify-content: space-between;
}
.error-box {
width: 16%;
height: 100%;
flex-direction: column;
justify-content: space-evenly;
2024-12-12 10:26:27 +08:00
cursor: pointer;
2024-12-10 18:16:45 +08:00
}
.error-box p:nth-child(1) {
font-size: 18px;
font-weight: bold;
color: #fff;
}
.error-box p:last-child {
font-size: 14px;
color: #fff;
}
#right-box {
width: 26%;
height: 100%;
flex-direction: column;
background: url("../../img/supplement/box_img.png") no-repeat 0 0 / 100% 100%;
justify-content: space-evenly;
}
#right-top {
width: 90%;
height: 38%;
margin: 2% 5%;
box-sizing: border-box;
background: url("../../img/supplement/box_img3.png") no-repeat 0 0 / 100% 100%;
}
#right-bottom {
width: 90%;
height: 56%;
margin: 0 5% 2% 5%;
box-sizing: border-box;
background: url("../../img/supplement/box_img2.png") no-repeat 0 0 / 100% 100%;
}
#right-bottom-box1,
#right-bottom-box2 {
width: 100%;
height: calc(50% - 20px);
}
#right-bottom-box2 {
flex-direction: column;
justify-content: space-evenly;
}
.right-bottom-child-box2 {
width: 80%;
height: 40%;
}
.right-bottom-child-box2:nth-child(1) {
background: url("../../img/supplement/box_img4.png") no-repeat 0 0 / 100% 100%;
}
.right-bottom-child-box2:nth-child(2) {
background: url("../../img/supplement/box_img5.png") no-repeat 0 0 / 100% 100%;
}
.right-bottom-child-box2 p:nth-child(1) {
width: 28%;
color: #fff;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.right-bottom-child-box2 p:nth-child(2) {
width: 72%;
color: #fff;
font-size: 14px;
text-align: center;
2024-12-11 17:37:03 +08:00
}
/*iframe 页面start*/
body .my-skin.layui-layer,
body .my-skin .layui-layer-content {
background-color: transparent;
}
.shadows {
background-color: transparent !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
body .my-skin.child-skin {
background: url("../../img/supplement/back_img2.png") no-repeat 0 0/100% 100% transparent;
}
/*iframe 页面end*/