180 lines
3.9 KiB
CSS
180 lines
3.9 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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#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%;
|
|
}
|
|
|
|
#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: 5%;
|
|
}
|
|
|
|
#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;
|
|
} |