317 lines
6.6 KiB
CSS
317 lines
6.6 KiB
CSS
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%;
|
|
overflow: hidden;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
/* .layout {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} */
|
|
.layout{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: start;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#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%;
|
|
}
|
|
|
|
#map{
|
|
height: 100%;
|
|
}
|
|
.switch-btn {
|
|
width: 15%;
|
|
height: 5%;
|
|
position: absolute;
|
|
top: 5%;
|
|
background: url("../image/Rectangle107.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
z-index: 9999;
|
|
}
|
|
.map-p{
|
|
color: #000;
|
|
font-weight: normal;
|
|
margin-bottom: 10px;
|
|
font-size: 16px;
|
|
font-family: 'Alibaba PuHuiTi R';
|
|
}
|
|
#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/gctj.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/sgzlpm.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
padding: 8% 3% 3% 3%;
|
|
}
|
|
|
|
#environment-analysis {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 16%;
|
|
background: url("../image/hjjcfx.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: 14px;
|
|
text-align: left;
|
|
padding-left: 55%;
|
|
}
|
|
|
|
#environment-analysis-1 {
|
|
background: url("../image/kqzl.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
#environment-analysis-2 {
|
|
background: url("../image/zssp.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
#environment-analysis-3 {
|
|
background: url("../image/hcnd.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
#device-status {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 31%;
|
|
background: url("../image/sbzt.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: 31%;
|
|
background: url("../image/gcaqyhfx.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: 31%;
|
|
background: url("../image/xlfx.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: 17%;
|
|
background: url("../image/zylyjnysy.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: 21%;
|
|
background: url("../image/gjtx.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#device-status {
|
|
padding-top: 8%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.device-status-text {
|
|
line-height: 20px;
|
|
padding-left: 3%;
|
|
}
|
|
|
|
.device-status-text > p {
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#device-status-chart {
|
|
height: calc(100% - 20px);
|
|
}
|
|
|
|
/*工程质量排名图标*/
|
|
.quality-ranking {
|
|
padding-left: 30px !important;
|
|
background-repeat: no-repeat;
|
|
background-size: 24px 24px; /* 根据你的图标尺寸调整 */
|
|
background-position: left center;
|
|
line-height: 1.5; /* 根据需要调整行高 */
|
|
}
|
|
|
|
.quality-ranking-1 {
|
|
background-image: url('../image/1.png'); /* 替换 'icon.png' 为你的图标文件路径 */
|
|
}
|
|
|
|
.quality-ranking-2 {
|
|
background-image: url('../image/2.png'); /* 替换 'icon.png' 为你的图标文件路径 */
|
|
}
|
|
|
|
.quality-ranking-3 {
|
|
background-image: url('../image/3.png'); /* 替换 'icon.png' 为你的图标文件路径 */
|
|
} |