241 lines
5.5 KiB
CSS
241 lines
5.5 KiB
CSS
.app-power .power-center .screen-module {
|
|
height: 100%;
|
|
}
|
|
.app-power .power-center .screen-module .screen-two-2-2 {
|
|
height: 100%;
|
|
}
|
|
.app-power .mon-over {
|
|
position: relative;
|
|
}
|
|
.app-power .mon-over .mon-over-bg {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 240px;
|
|
}
|
|
.app-power .mon-over .mon-over-bg svg {
|
|
position: absolute;
|
|
left: calc(50% - 20px);
|
|
top: 100px;
|
|
width: 40px;
|
|
height: 40px;
|
|
vertical-align: middle;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|
|
.app-power .mon-over .mon-over-bg .chart-gif {
|
|
width: 180px;
|
|
height: 180px;
|
|
top: 30px;
|
|
left: calc(50% - 90px);
|
|
}
|
|
.app-power .mon-over .mon-over-content .mon-over-content-item {
|
|
display: inline-flex;
|
|
width: calc(48% - 90px);
|
|
height: 115px;
|
|
justify-content: center;
|
|
flex-flow: column;
|
|
}
|
|
.app-power .mon-over .mon-over-content .mon-over-content-item.one {
|
|
align-items: end;
|
|
padding-right: 90px;
|
|
}
|
|
.app-power .mon-over .mon-over-content .mon-over-content-item.two {
|
|
align-items: start;
|
|
padding-left: 90px;
|
|
}
|
|
.app-power .mon-over .mon-over-content .mon-over-content-item .mv-title {
|
|
color: #a2c8f9;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
}
|
|
.app-power .mon-over .mon-over-content .mon-over-content-item .mv-num {
|
|
color: #63baff;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.app-power .mon-over .mon-over-content .mon-over-content-item .mv-unit {
|
|
margin-left: 4px;
|
|
color: #a2c8f9;
|
|
}
|
|
.app-power .ele-load .ele-load-title {
|
|
position: relative;
|
|
}
|
|
.app-power .ele-load .ele-load-title .ele-load-area-sel {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
.app-power .ele-trend .ele-trend-title {
|
|
position: relative;
|
|
}
|
|
.app-power .ele-trend .ele-trend-title .ele-trend-area-sel {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
.app-power .current-trend .current-trend-title {
|
|
position: relative;
|
|
}
|
|
.app-power .current-trend .current-trend-title .current-trend-area-sel {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
.app-power .warning-list .warning-item {
|
|
line-height: 36px;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-text {
|
|
position: relative;
|
|
color: #a2c8f9;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-text i {
|
|
color: yellow;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-text .w-data {
|
|
position: absolute;
|
|
right: 0px;
|
|
font-style: italic;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-text .w-data span {
|
|
font-size: 18px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-chart {
|
|
position: relative;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-chart .w-chart-bg {
|
|
background: #192c64c7;
|
|
border-radius: 4px;
|
|
height: 8px;
|
|
}
|
|
.app-power .warning-list .warning-item .warning-chart .w-chart-bg .w-chart-prc {
|
|
position: absolute;
|
|
height: 8px;
|
|
border-radius: 4px;
|
|
background: #810707;
|
|
}
|
|
.app-power .warn-list {
|
|
max-height: 310px;
|
|
overflow-y: auto;
|
|
margin-top: 20px;
|
|
}
|
|
.app-power .warn-list .warn-item {
|
|
color: #c0dafb9c;
|
|
padding: 0px 10px;
|
|
cursor: pointer;
|
|
}
|
|
.app-power .warn-list .warn-item.active {
|
|
background: #097fca3b;
|
|
}
|
|
.app-power .warn-list .warn-item .warn-item-title {
|
|
font-size: 18px;
|
|
margin: 10px 0px;
|
|
color: #a2c8f9;
|
|
font-weight: bold;
|
|
text-shadow: 1px -1px 1px #e11f1f;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row1 {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row1 .w-c-bg {
|
|
background: url("wc_bg.png") no-repeat;
|
|
background-size: 100%;
|
|
width: 80px;
|
|
height: 80px;
|
|
position: relative;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row1 .w-c-bg .icon {
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 15px;
|
|
width: 50px !important;
|
|
height: 50px !important;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row1 .w-c-bg .icon path {
|
|
fill: #32aabf !important;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row1 .w-c-row1-t {
|
|
color: #a15050;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row2 {
|
|
line-height: 24px;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row2 .w-c-row2-l {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
}
|
|
.app-power .warn-list .warn-item .w-c-row2 .w-c-row2-t {
|
|
display: inline-block;
|
|
width: calc(100% - 100px);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.app-power .el-select .el-input__inner {
|
|
background: transparent;
|
|
border: none;
|
|
color: #a2c8f9;
|
|
}
|
|
.app-power .scroll::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
.app-power .scroll::-webkit-scrollbar-thumb {
|
|
background-color: #01a9ff;
|
|
border-radius: 4px;
|
|
}
|
|
.app-power .pw-no-data {
|
|
text-align: center;
|
|
color: #eee;
|
|
font-size: 12px;
|
|
}
|
|
.app-power .pw-no-data::before {
|
|
margin-bottom: 10px;
|
|
background-image: url(nodata.svg);
|
|
height: 100px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
opacity: 0.4;
|
|
display: block;
|
|
content: " ";
|
|
}
|
|
.app-power .power-map .map-image {
|
|
height: calc(100% - 23px);
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-position: center;
|
|
position: relative;
|
|
}
|
|
.app-power .power-map .map-image .map-location {
|
|
position: absolute;
|
|
color: #09f781;
|
|
font-size: 40px;
|
|
text-shadow: 1px 1px 8px #010b2d;
|
|
}
|
|
.power-pop {
|
|
background: #082b4fbd;
|
|
border-color: #097fca91;
|
|
color: #afb6e8;
|
|
padding: 0px;
|
|
}
|
|
.power-pop .el-popover__title {
|
|
color: #cbdaff;
|
|
margin-bottom: 0px;
|
|
background: linear-gradient(90deg, #00aaff 0%, #097fca91 100%);
|
|
line-height: 24px;
|
|
padding-left: 10px;
|
|
}
|
|
.power-pop .pop-body {
|
|
padding: 10px;
|
|
line-height: 24px;
|
|
min-height: 72px;
|
|
}
|
|
.power-pop .popper__arrow {
|
|
border-top-color: #097fca91 !important;
|
|
}
|
|
.power-pop .popper__arrow::after {
|
|
border-top-color: #082b4fbd !important;
|
|
}
|