2024-09-04 16:48:22 +08:00
|
|
|
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 {
|
2024-09-04 20:39:46 +08:00
|
|
|
width: 21.25%;
|
2024-09-04 16:48:22 +08:00
|
|
|
background: url(../../img/alarmMge/select.png) no-repeat 0 0 / 100% 100%;
|
2024-09-04 20:39:46 +08:00
|
|
|
height: 99%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#right-box {
|
|
|
|
|
width: 75.85%;
|
|
|
|
|
height: 99%;
|
|
|
|
|
background: url(../../img/alarmMge/alarm.png) no-repeat 0 0 / 100% 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#one-echarts {
|
|
|
|
|
width: 100%;
|
2024-09-04 16:48:22 +08:00
|
|
|
height: 100%;
|
2024-09-04 20:39:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ul-box {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 10% 0 0 0;
|
2024-09-04 16:48:22 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-04 20:39:46 +08:00
|
|
|
.ul-box li {
|
|
|
|
|
width: 96%;
|
|
|
|
|
margin: 0 2%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check {
|
|
|
|
|
background: url(../../img/alarmMge/bright.png) no-repeat 0 0 / 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nocheck {
|
|
|
|
|
background: url(../../img/alarmMge/dark.png) no-repeat 0 0 / 100% 100%;
|
|
|
|
|
}
|