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: 21.25%; background: url(../../img/alarmMge/select.png) no-repeat 0 0 / 100% 100%; 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%; height: 100%; } .ul-box { width: 100%; height: 100%; padding: 10% 0 0 0; box-sizing: border-box; } .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%; }