.ModelMonitor_box{
|
width: 1920px !important;
|
height: 1080px;
|
background-image: url(/@/assets/wys_img/model03.png);
|
background-repeat: no-repeat;
|
background-size: 100%;
|
background-position: 0px 240px;
|
position: relative;
|
z-index: 0;
|
background-color: #fff;
|
/* background-position: 125px 249px;*/
|
|
|
.layout_box {
|
height: calc(100% - 90px);
|
display: flex;
|
justify-content: start;
|
align-items: center;
|
}
|
|
.layout_box .left,
|
.layout_box .right {
|
width: 400px;
|
height: 100%;
|
color: #fff;
|
}
|
|
.layout_box .center {
|
flex: 1;
|
height: 100%;
|
}
|
|
.layout_box .center .center_box {
|
width: 100%;
|
height: calc(100% - 100px);
|
background-image: url(/@/assets/wys_img/center_bg.png);
|
background-repeat: no-repeat;
|
background-size: 100%;
|
position: relative;
|
}
|
.panel_total {
|
position: absolute;
|
top: 377px;
|
left: 62px;
|
background-image: url(/@/assets/wys_img/panel_bg.png);
|
background-repeat: no-repeat;
|
background-size: 245px 300px;
|
width: 245px;
|
height: 300px;
|
opacity: 1;
|
box-sizing: border-box;
|
display: none;
|
display: inline-block;
|
}
|
._panel_img {
|
position: absolute;
|
width: 185px;
|
height: 111px;
|
top: 30px;
|
left: 0px;
|
z-index: -1;
|
}
|
.panel_box {
|
position: absolute;
|
background-image: url(/@/assets/wys_img/panel_bg2.png);
|
background-repeat: no-repeat;
|
background-size: 184px 180px;
|
width: 184px;
|
height: 180px;
|
padding: 5px;
|
opacity: 1;
|
box-sizing: border-box;
|
display: none;
|
display: inline-block;
|
}
|
|
.layout_box .center .center_bottom {
|
height: 100px;
|
height: 100px;
|
text-align: center;
|
}
|
|
.layout_box .center .center_bottom .btn_box,
|
.layout_box .center .center_bottom .btn_check_box {
|
background-image: url(/@/assets/wys_img/841.png);
|
background-repeat: no-repeat;
|
background-size: 118px 79px;
|
height: 79px;
|
display: inline-block;
|
color: #67f5ff;
|
margin: 0 10px;
|
cursor: pointer;
|
}
|
|
.layout_box .center .center_bottom .btn_box.active,
|
.layout_box .center .center_bottom .btn_box:hover,
|
.layout_box .center .center_bottom .btn_check_box.active,
|
.layout_box .center .center_bottom .btn_check_box:hover {
|
background-image: url(/@/assets/wys_img/841_active.png);
|
/* background-size: 184px 79px; */
|
color: #f4b148;
|
}
|
|
.layout_box .center .center_bottom .btn_box .btn,
|
.layout_box .center .center_bottom .btn_check_box .btn {
|
padding-left: 48px;
|
display: inline-block;
|
font-size: 28px;
|
/* color: #67F5FF; */
|
line-height: 85px;
|
}
|
.box_title {
|
width: auto;
|
/* height: 40px;*/
|
padding: 20px;
|
}
|
.box_title p:first-of-type {
|
color: black;
|
font-weight: bold;
|
font-size: 35px;
|
position: absolute;
|
top: 35px;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
/*margin: 0px auto;*/
|
}
|
.box_title p:nth-of-type(2) {
|
color: #00ec66;
|
font-weight: bold;
|
font-size: 25px;
|
letter-spacing: 5px;
|
position: absolute;
|
top: 60px;
|
left: 73%;
|
transform: translate(-50%, -50%);
|
}
|
svg text {
|
cursor: pointer;
|
}
|
|
/* svg circle {
|
cursor: pointer;
|
}*/
|
|
svg text:hover {
|
background-color: #fff;
|
}
|
|
.stationNameBox {
|
text-align: center;
|
height: 30px;
|
line-height: 30px;
|
}
|
.stationTotalBox {
|
width: 201px;
|
height: 1px;
|
margin: 22px auto;
|
border: 1px solid #3c95f5;
|
background-color: #3c95f5;
|
}
|
.stationName {
|
display: inline-block;
|
color: #f4b148;
|
}
|
.station_left {
|
width: 21px;
|
height: 19px;
|
position: absolute;
|
top: 12px;
|
left: 30px;
|
}
|
.station_right {
|
width: 21px;
|
height: 19px;
|
position: absolute;
|
top: 12px;
|
right: 30px;
|
}
|
.stationTotal {
|
display: inline-block;
|
color: #f4b148;
|
padding-top: 15px;
|
font-size: 20px;
|
font-weight: bold;
|
}
|
.stationCenter {
|
text-align: center;
|
width: 235px;
|
height: 186px;
|
/* border: 1px solid #ccc;*/
|
line-height: 33px;
|
}
|
.center_list_top span:first-of-type {
|
width: 66px;
|
color: #00ec66;
|
font-size: 18px;
|
margin-right: 5px;
|
}
|
.center_list_top span:nth-of-type(2) {
|
width: 66px;
|
color: white;
|
font-size: 18px;
|
/*font-weight: bold*/
|
}
|
.center_list {
|
width: 235px;
|
height: 30px;
|
font-size: 20px;
|
display: inline-block;
|
justify-content: space-evenly;
|
align-items: flex-start;
|
line-height: 30px;
|
}
|
.center_list span {
|
color: white;
|
letter-spacing: 2px;
|
}
|
.close_box {
|
display: inline-block;
|
width: 30px;
|
height: 30px;
|
line-height: 30px;
|
color: #fff;
|
position: absolute;
|
top: 5px;
|
right: 5px;
|
cursor: pointer;
|
}
|
|
.panel_tr {
|
height: 26px;
|
line-height: 26px;
|
color: #fff;
|
border-bottom: 1px solid #1261a4;
|
cursor: pointer;
|
}
|
|
.panel_tr span {
|
display: inline-block;
|
text-align: center;
|
font-size: 12px;
|
}
|
|
.panelMonitorBox .panel_tr span {
|
/* //overflow: hidden;*/
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
vertical-align: top;
|
}
|
|
.panel_tr span:first-of-type {
|
width: 60px;
|
color: white;
|
}
|
|
.panel_tr > span:nth-of-type(2) {
|
width: 66px;
|
color: #00ec66;
|
}
|
|
.panel_tr span:last-of-type {
|
width: 40px;
|
}
|
|
.divChartEnergyBox {
|
position: absolute;
|
right: 5px;
|
top: 2px;
|
}
|
|
.divChartEnergyBox span {
|
display: inline-block;
|
height: 25px;
|
line-height: 25px;
|
border-radius: 25px;
|
color: #fff !important;
|
text-align: center;
|
padding: 0 10px;
|
}
|
|
.flex_box {
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.selectChartBox {
|
position: relative;
|
}
|
|
.selectChart {
|
width: 100px;
|
height: 30px;
|
line-height: 30px;
|
background-color: transparent;
|
color: #2aa3ff;
|
border-color: #2aa3ff;
|
position: absolute;
|
right: 10px;
|
outline: none;
|
}
|
|
.selectChart option {
|
height: 30px;
|
line-height: 30px;
|
background-color: #5c9de0;
|
color: #fff;
|
}
|
.baseLine2 {
|
width: 10px;
|
height: 10px;
|
background-color: red;
|
border-radius: 50%;
|
offset-path: path('M10,10 L20,50 L40,10 L60,50 L70,10');
|
offset-distance: 0%;
|
animation: red-ball 2s linear alternate infinite;
|
}
|
|
@keyframes red-ball {
|
from {
|
offset-distance: 0%;
|
}
|
|
to {
|
offset-distance: 100%;
|
}
|
}
|
}
|