html, body { width: 100%; height: 100%; margin: 0; padding: 0; color: #fff; font-family: 'Alibaba PuHuiTi R'; } .text-left { text-align: left; } .text-right { text-align: right; } #main-box { width: 100%; height: 100%; justify-content: space-evenly; } .layout { display: flex; align-items: center; justify-content: center; } #left-box, #center-box, #right-box { height: 100%; } #center-box { width: 40%; position: relative; } .multiselect { position: absolute; top: 5%; right: 10%; display: flex; flex-direction: column; gap: 10px; padding: 15px; background: url("../image/Rectangle107.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; } #echarts-map { height: 100%; } #left-box { padding-left: 15px; } #right-box { padding-right: 15px; } #left-box, #right-box { width: 30%; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; } #pro-desc p { /*首行缩进*/ text-indent: 36px; /*字体间距*/ line-height: 36px; font-size: 16px; letter-spacing: 1px; } #engineering-statistic { box-sizing: border-box; width: 100%; height: 25%; background: url("../image/工程统计.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; padding: 8% 3% 3% 3%; } #engineering-statistic-bg { box-sizing: border-box; height: 100%; background: url("../image/Group497.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; display: flex; } .engineering-statistic-item { display: flex; align-items: center; justify-content: center; width: 33.33%; height: 100%; flex-direction: column; } .engineering-statistic-item:first-of-type> div, .engineering-statistic-item:last-of-type> div { display: flex; height: 50%; width: 100%; align-items: center; } .engineering-statistic-item>div>div { width: 100%; } .engineering-statistic-item__left > p:first-of-type, .engineering-statistic-item__right > p:first-of-type { font-size: 14px; } .engineering-statistic-item__left > p:last-of-type, .engineering-statistic-item__right > p:last-of-type { font-size: 20px; } .engineering-statistic-item__left { padding-left: 15px; } .engineering-statistic-item__right { padding-right: 15px; } #quality-ranking { box-sizing: border-box; width: 100%; height: 28%; background: url("../image/施工质量排名.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; display: flex; padding: 8% 3% 3% 3%; } #environment-analysis { box-sizing: border-box; width: 100%; height: 15%; background: url("../image/环境监测分析.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; padding: 10% 3% 4% 3%; display: flex; gap: 3%; } .environment-analysis-item { width: 33.33%; height: 100%; display: flex; } .environment-analysis-item > div:last-of-type { width: 25px; height: inherit; writing-mode: vertical-rl; text-orientation: mixed; display: flex; justify-content: center; } .environment-analysis-item > div:first-of-type { flex: 1; height: inherit; display: flex; flex-direction: column; justify-content: center; text-align: right; } .environment-analysis-item > div:first-of-type > p { line-height: 25px; font-size: 16px; } #environment-analysis-1 { background: url("../image/空气质量.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; } #environment-analysis-2 { background: url("../image/噪声水平.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; } #environment-analysis-3 { background: url("../image/灰尘浓度.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; } #device-status { box-sizing: border-box; width: 100%; height: 32%; background: url("../image/设备状态.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; justify-content: space-between; } /*右侧*/ #safety-analysis { box-sizing: border-box; width: 100%; height: 30%; background: url("../image/工程安全隐患分析.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; justify-content: space-between; } #efficiency-analysis { box-sizing: border-box; width: 100%; height: 30%; background: url("../image/工人效率分析.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; justify-content: space-between; } #resource-rate { box-sizing: border-box; width: 100%; height: 18%; background: url("../image/资源利用及能源使用.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; display: flex; } .resource-rate-item { width: 33.33%; height: 100%; /*padding-top: 8%;*/ box-sizing: border-box; } #alarm-reminder { box-sizing: border-box; width: 100%; height: 22%; background: url("../image/告警提醒.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; justify-content: space-between; }