.public-equirment-station-details {
|
position: fixed;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
width: 648px;
|
height: 401px;
|
background-color: transparent;
|
z-index: 99;
|
font-size: 16px;
|
box-shadow: inset 0px 3px 20px 1px #5BC3D1;
|
opacity: 1;
|
border: 1px solid #69E2ED;
|
background: rgba(20, 66, 104, 0.8);
|
border-radius: 10px;
|
margin: 0;
|
padding: 0;
|
}
|
|
.public-equirment-station-details .header {
|
position: relative;
|
width: 270px;
|
height: 24px;
|
font-size: 18px;
|
font-family: Microsoft YaHei-Bold, Microsoft YaHei;
|
font-weight: bold;
|
color: #58BFCD;
|
line-height: 20px;
|
margin: 20px auto;
|
}
|
|
.public-equirment-station-details .header div {
|
text-align: center;
|
}
|
|
.public-equirment-station-details .header .close {
|
position: absolute;
|
top: -20px;
|
right: -260px;
|
cursor: pointer;
|
}
|
|
.public-equirment-station-details .content {
|
height: 330px;
|
}
|
|
.public-equirment-station-details .content .publicStaBox {
|
overflow: scroll;
|
height: 330px;
|
}
|
|
.public-equirment-station-details .content .itemTitle {
|
box-sizing: border-box;
|
width: 607px;
|
height: 70px;
|
background: #0D1E34;
|
border-radius: 0px 0px 0px 0px;
|
opacity: 1;
|
margin-left: 17px;
|
margin-bottom: 10px;
|
padding: 15px 20px;
|
border: 1px solid transparent;
|
}
|
|
.public-equirment-station-details .content .itemTitle img {
|
float: left;
|
width: 30px;
|
height: 30px;
|
}
|
|
.public-equirment-station-details .content .itemTitle .type {
|
float: left;
|
margin-left: 20px;
|
width: 150px;
|
}
|
|
.public-equirment-station-details .content .itemTitle .type h1 {
|
font-size: 16px;
|
color: #58BFCD;
|
margin-bottom: 4px;
|
}
|
|
.public-equirment-station-details .content .itemTitle .type span {
|
font-size: 13px;
|
color: #FFFFFF;
|
opacity: 0.5;
|
}
|
|
.public-equirment-station-details .content .itemTitle .data {
|
float: left;
|
margin-left: 158px;
|
width: 80px;
|
height: 34px;
|
font-size: 34px;
|
font-family: DS-Digital-Italic, DS-Digital;
|
font-weight: normal;
|
color: #58BFCD;
|
line-height: 32px;
|
}
|
|
.public-equirment-station-details .content .itemTitle .openMenuIcon {
|
margin-left: 90px;
|
margin-top: 4px;
|
cursor: pointer;
|
}
|
|
.public-equirment-station-details .content .EchartsBox_div {
|
width: 607px;
|
height: 210px;
|
background: #0D1E34;
|
margin-left: 17px;
|
margin-top: -11px;
|
margin-bottom: 10px;
|
}
|