GaochunDataBigScreen/css/index.css

1166 lines
23 KiB
CSS

* {
margin: 0;
padding: 0;
list-style: none;
}
html,
body {
user-select: none;
/* width: 3158px;
*/
/* width: 100%;
height: 100%; */
}
#app{
/* width: 100%;
height: 100%; */
}
/* 背景头部的css */
.top_bg {
width: 3158px;
height: 132px;
/* width: 100%;
height: 12.22%; */
z-index: 100;
position: relative;
/* background-color: aquamarine; */
background-image: url(../images/db.png);
background-size: 100% 100%;
}
.top_bg>.left_text {
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(204, 230, 255);
line-height: 1.625;
position: absolute;
left: 24px;
top: 20.281px;
z-index: 416;
}
.top_bg>.right_text {
position: absolute;
right: 24px;
top: 22px;
font-size: 15px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
}
.nowTime i {
width: 32px;
height: 32px;
background-size: 100% 100%;
display: inline-block;
vertical-align: middle;
margin: 0 2px 0;
}
.weatherIcon1 {
background-image: url(../weather/Cloudy\ .png);
}
.weatherIcon2 {
background-image: url(../weather/rainstorm.png);
}
.weatherIcon3 {
background-image: url(../weather/sun.png);
}
.weatherIcon4 {
background-image: url(../weather/hail.png);
}
.weatherIcon5 {
background-image: url(../weather/gale.png);
}
.weatherIcon6 {
background-image: url(../weather/bigrain.png);
}
.weatherIcon7 {
background-image: url(../weather/thunder.png);
}
.weatherIcon8 {
background-image: url(../weather/shower.png);
}
.weatherIcon9 {
background-image: url(../weather/sand.png);
}
.weatherIcon10 {
background-image: url(../weather/smog.png);
}
.weatherIcon11 {
background-image: url(../weather/snow.png);
}
.weatherIcon12 {
background-image: url(../weather/rain.png);
}
.weatherIcon13 {
background-image: url(../weather/rainlitter.png);
}
.weatherIcon14 {
background-image: url(../weather/rainsnow.png);
}
.weatherIcon15 {
background-image: url(../weather/mieddlesnow.png);
}
.weatherIcon16 {
background-image: url(../weather/middlerain.png);
}
.weatherIcon17 {
background-image: url(../weather/bigsnow.png);
}
.top_bg>.right_text>.nowTime>span:not(.not) {
color: #5b9dc8;
}
.not{
margin-left: -10px;
}
.top_bg>.right_text>.nowTime>span:nth-of-type(2) {
margin-right: 12px;
display: inline-block;
}
.content_bg {
width: 3158px;
height: 1368px;
/* width: 3158px;
height: 1368px; */
background-image: url(../images/bj.png);
background-size: 100% 100%;
}
.top_text {
width: 499px;
height: 55px;
background-image: url(../images/bg_text.png);
background-size: 100% 100%;
margin: 0 auto;
position: relative;
top: 19px;
left: 0;
}
/* 数据大屏内容的css */
.content {
width: 3158px;
height: calc(1368px - 132px);
padding-left: 12px;
padding-right: 12px;
box-sizing: border-box;
}
.content .middle-plate .middle-title {
position: relative;
top: 30px;
left: 30px;
z-index: 100;
}
.middle-plate .dialog {
width: 727px;
height: 391px;
background-image: url(../images/弹框.png);
position: absolute;
background-size: 100% 100%;
left: 0;
top: 0;
right: 0;
margin: auto;
bottom: 0;
/* padding: 60px 18px 60px; */
box-sizing: border-box;
}
.middle-plate .dialog-content {
width: 100%;
height: 100%;
display: flex;
box-sizing: border-box;
justify-content: space-between;
padding: 70px 18px 60px;
}
.middle-plate .dialog .dialog-item1 {
width: 380px;
}
.middle-plate .dialog .dialog-item2 {
width: 272px;
}
.middle-plate .dialog .dialog-box{
height: 186px;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
.middle-plate .dialog .dialog-box::-webkit-scrollbar {
display: none;
height: 0;
}
.middle-plate .dialog .dialog-box span{
padding: 10px 0 10px;
box-sizing: border-box;
display: -webkit-box !important;
overflow: hidden;
word-break: break-all;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 2.3;
}
.middle-plate .item1-title,
.middle-plate .item2-title {
width: 100%;
height: 50px;
background-image: url(../images/dialog-title.png);
background-size: 100% 100%;
font-family: "Microsoft YaHei";
line-height: 50px;
display: flex;
border-bottom: 2px solid #12485c;
}
.middle-plate .item1-title li,
.middle-plate .item2-title li {
color: rgb(34, 227, 255);
text-align: center;
font-size: 14px;
}
.middle-plate .item1-content li,
.middle-plate .item2-content li {
height: 60px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
}
.middle-plate .dialog-title {
width: 100%;
text-align: center;
font-size: 16px;
color: rgb(16, 32, 48);
font-weight: bold;
position: absolute;
top: 15px;
}
.dialogIcon {
width: 15px;
height: 16px;
background-image: url(../images/关闭.png);
position: absolute;
cursor: pointer;
right: 17px;
z-index: 1000;
top: 28px;
}
.middle-title li {
cursor: pointer;
background-image: url(../images/border-title.png);
width: 206px;
height: 47px;
background-size: 100% 100%;
line-height: 44px;
text-align: center;
font-size: 16px;
margin: 0 5px 0;
font-family: "Microsoft YaHei";
color: rgb(254, 255, 255);
}
.middle-title .selectLi0 {
background-image: url(../images/zl.png);
width: 146px;
}
.middle-title .selectLi1,
.middle-title .selectLi2,
.middle-title .selectLi3,
.middle-title .selectLi4 {
background-image: url(../images/10KV分布式电源\ -选中.png);
}
.middle-title .selectLi5 {
background-image: url(../images/工单热力图-选中.png);
width: 161px;
}
.middle-title .li5 {
width: 161px;
background-image: url(../images/工单热力图-默认.png);
}
.middle-title .li0 {
width: 146px;
background-image: url(../images/总览-默认.png);
}
.closeFull{
width: 56px;
height: 56px;
background-image: url(../images/退出全屏.png);
position: absolute;
top: 35px;
right: 39px;
background-size: 100% 100%;
background-repeat: no-repeat;
cursor: pointer;
z-index: 99999;
}
.border_k {
width: 100%;
height: 398px;
background-image: url(../images/border_k.png);
background-size: 100% 100%;
}
.border_k .k_value{
font-weight: normal;
position: relative;
top: 20px;
}
.border_k .k_value span:nth-child(2n){
padding: 10px;
background-color: rgba(13, 134, 127, 0.8);
}
.left-plate {
position: relative;
width: 26.75%;
}
.left-plate .text_l {
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
text-transform: uppercase;
line-height: 1.875;
text-align: left;
position: absolute;
left: 59px;
top: 37.281px;
width: 764px;
height: 77px;
z-index: 504;
}
.left-plate .job_img {
width: 526px;
height: 184px;
background-image: url(../images/job_img.png);
background-size: 100% 100%;
position: absolute;
top: 154px;
left: 30px;
}
.right-plate .kv_echart {
width: 825px;
height: 331px;
margin: 20px auto;
}
.right-plate .title_d {
width: 100%;
position: relative;
top: 30px;
justify-content: space-around;
display: flex;
}
.right-plate .title_d>p {
width: 192px;
height: 42px;
line-height: 42px;
text-align: center;
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
font-weight: bold;
text-transform: uppercase;
background-image: url(../images/rect_9.png);
}
/* 图表绘制 */
.echart {
width: 220px;
height: 220px;
position: absolute;
right: 17px;
bottom: 34px;
}
.cable_echart {
width: 835px;
height: 335px;
margin-top: 52px;
}
.echart3 {
width: 845px;
height: 310px;
position: relative;
top: 45px;
}
.k_title {
padding-top: 18px;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
font-weight: bold;
cursor: pointer;
/* position: relative;
top: 18px;
left: 30px; */
}
.job_img .department_job {
position: absolute;
left: 205px;
top: 50px;
font-size: 20px;
font-family: "FZZYJW";
color: rgb(255, 255, 255);
text-transform: uppercase;
font-weight: bolder;
}
.job_img span:not(.department_job) {
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
text-transform: uppercase;
position: absolute;
}
.job_img .p1 {
left: 58px;
top: 24px;
}
.job_img .p2 {
left: 42px;
top: 92px;
}
.job_img .p3 {
left: 95px;
top: 154px;
}
.job_img .p4 {
left: 348px;
top: 24px;
}
.job_img .p5 {
left: 336px;
top: 92px;
}
.job_img .p6 {
left: 296px;
top: 154px;
}
.top_box {
display: flex;
justify-content: space-between;
}
.top_box>.middle-plate {
width: 1400px;
height: 819px;
position: relative;
background-image: url(../images/border_center.png);
background-size: 100% 100%;
}
.top_box>.middle-p {
width: 3158px;
height: 1200px;
z-index: 9999;
overflow: hidden;
}
.bottom_box {
margin-top: 20px;
display: flex;
justify-content: space-between;
}
.border_d {
width: 845px;
height: 378px;
position: relative;
background-image: url(../images//border_d.png);
background-size: 100% 100%;
}
.bottom_box>.border_x {
width: 414px;
height: 376px;
position: relative;
background-image: url(../images/border_x.png);
background-size: 100% 100%;
}
.bottom_box>div{
position: relative;
background-image: url(../images//border_d.png);
background-size: 100% 100%;
width: 32.7%;
padding: 20px;
box-sizing: border-box;
}
/* 预警标题 */
.alnot_h,.order-title{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
/* margin: 20px 0 15px 15px; */
}
.alnot_h>section,.order-title>section{
display: flex;
}
.alnot_h>span,.order-title>span{
color:rgba(34, 227, 255, 1);
cursor: pointer;
font-size: 18px;
}
.order-title>span{
position: absolute;
right: 20px;
}
.alnot_h p {
width: 152px;
height: 42px;
text-align: center;
line-height: 42px;
position: relative;
font-size: 16px;
font-family: "Microsoft YaHei";
color: #73b2e1;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
}
.alnot_h .title0 {
background-image: url(../images/rect_5.png);
background-size: 100% 100%;
}
.alnot_h .selectTitle1 {
background-image: url(../images/rect_2.png);
background-size: 100% 100%;
right: 27px;
color: #fff;
}
.alnot_h .selectTitle0 {
background-image: url(../images/风险预警-选中.png);
background-size: 100% 100%;
color: #fff;
}
.alnot_h .selectTitle2 {
background-image: url(../images/保电申请-选中.png);
background-size: 100% 100%;
color: #fff;
right: 54px;
}
.alnot_h .title1 {
background-image: url(../images/告警信息-默认.png);
background-size: 100% 100%;
right: 27px;
}
.alnot_h .title2 {
background-image: url(../images/rect_3.png);
background-size: 100% 100%;
right: 54px;
}
.alnot_h .plan0 {
width: 192px;
color: #fff;
background-image: url(../images/rect_8.png);
background-size: 100% 100%;
}
.alnot_h .plan1 {
background-image: url(../images/营销部停(送)电工作计划-选中.png);
background-size: 100% 100%;
width: 300px;
margin-left: -25px;
color: #fff;
}
.alnot_h .plan2 {
background-image: url(../images/输变电计划-选中.png);
background-size: 100% 100%;
width: 180px;
color: #fff;
margin-left: -27px;
}
.alnot_h .up0 {
background-image: url(../images/配网检修计划-默认.png);
background-size: 100% 100%;
width: 192px;
}
.alnot_h .up1 {
background-image: url(../images/rect_7.png);
background-size: 100% 100%;
width: 300px;
margin-left: -25px;
}
.alnot_h .up2 {
width: 180px;
background-image: url(../images/rect_3.png);
background-size: 100% 100%;
margin-left: -27px;
}
/* 预警内容样式 */
.alnot_c {
width: 100%;
}
.alnot_border {
background-image: url(../images/border-bottom1.png);
background-size: 100% 100%;
height: 229px;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
.alnot_border::-webkit-scrollbar {
display: none;
height: 0;
}
.al_header {
display: flex;
width: 100%;
height: 46px;
background-size: 100% 100%;
background-image: url(../images/rect_6.png);
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb(34, 227, 255);
text-transform: uppercase;
line-height: 46px;
}
.al_header p{
/* padding: 0 15px; */
flex: 1;
}
.alnot_c p {
text-align: center;
}
.table_c p>span {
display: -webkit-box !important;
overflow: hidden;
word-break: break-all;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.7;
color: #fff;
}
.table_c .sub,
.table_c .mainContent {
box-sizing: border-box;
}
.table_c p {
height: 76px;
/* line-height: 59px; */
justify-content: center;
align-items: center;
display: flex;
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
position: relative;
z-index: 200;
}
/* .table_c p span{
display: inline-block;
vertical-align: middle;
line-height: 20px;
} */
.alnot_c .table_c {
display: flex;
width: 100%;
position: relative;
}
.alnot_c .table_c>p{
flex: 1;
padding: 0 15px;
}
.alnot_c .tip1:nth-child(2n) {
background: url(../images/mark_tableC.png) no-repeat center center/98% 100%;
}
.alnot_c .tip1:last-child {
background: url(../images/mark_tableC.png) no-repeat center center/95% 100%;
}
.tip_mack1 {
position: absolute;
left: 1%;
background-color: rgba(26, 98, 87, 1);
width: 98%;
height: 100%;
z-index: 0;
display: none;
}
.alnot_c .tip1:last-child .tip_mack1 {
width: 95%;
left: 2.5%;
}
.alnot_c .table_c span {
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
text-transform: uppercase;
}
.alnot_c .table_c_2:nth-of-type(2n) {
background-image: url(../images/mark_tableC.png);
background-size: 98% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.alnot_c .table_c_2:last-of-type{
background: url(../images/mark_tableC.png)no-repeat center center /95% 100%;
}
.alnot_c .table_c_2:last-of-type>.tip_mack1 {
width: 96%;
height: 100%;
left: 2%;
position: absolute;
}
.table_c_2 {
height: 76px;
width: 100% !important;
}
.table_c_2:hover>.tip_mack1 {
display: block !important;
}
.table_c_2 p {
height: 76px !important;
}
.order-title {
display: flex;
margin-bottom: 15px;
}
.order-title p {
height: 42px;
text-align: center;
line-height: 42px;
font-size: 16px;
font-family: "Microsoft YaHei";
color: #73b2e1;
font-weight: bold;
text-transform: uppercase;
position: relative;
cursor: pointer;
}
.order-title .o0 {
width: 192px;
background-image: url(../images/网络化发令进度-默认.png);
background-size: 100% 100%;
}
.order-title .order-active0 {
width: 192px;
background-image: url(../images/order1.png);
background-size: 100% 100%;
color: #fff;
}
.order-title .order-active1 {
width: 190px;
background-image: url(../images/配变重超载-选中.png);
background-size: 100% 100%;
color: #fff;
right: 23px;
}
.order-title .order-active2 {
width: 190px;
background-image: url(../images/电压异常-选中.png);
background-size: 100% 100%;
right: 46px;
color: #fff;
}
.order-title .order-active3 {
width: 190px;
background-image: url(../images/电压异常-选中.png);
background-size: 100% 100%;
right: 69px;
color: #fff;
}
.order-title .order-active4{
width: 192px;
background-image: url(../images/三相不平衡-选中.png);
background-size: 100% 100%;
right: 92px;
color: #fff;
}
.order-title .o1 {
width: 190px;
background-image: url(../images/order2.png);
background-size: 100% 100%;
right: 23px;
}
.order-title .o2 {
width: 190px;
background-image: url(../images/order2.png);
background-size: 100% 100%;
right: 46px;
}
.order-title .o3 {
width: 190px;
background-image: url(../images/order2.png);
background-size: 100% 100%;
right: 69px;
}
.order-title .o4 {
width: 192px;
background-image: url(../images/order4.png);
background-size: 100% 100%;
right: 92px;
}
.order-content {
padding: 0 30px 0;
box-sizing: border-box;
}
.order-content .wilf {
display: inline-block;
width: 19px;
height: 14px;
background-image: url(../images/wilf.png);
}
.order-content .order-line1 {
/* color: transparent; */
width: 552px;
height: 24px;
margin: 15px 0 15px;
background-color: #163553;
border-radius: 50px;
position: relative;
}
.order-content .order-line2 {
padding-left: 10px;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
width: 92px;
height: 24px;
line-height: 24px;
text-align: left;
border-radius: 50px;
background-color: #3082c5;
}
.order-content .order-line2 span {
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
font-weight: bold;
}
.order-content .order-time {
position: absolute;
right: 0;
top: 0;
}
.order-time i {
display: inline-block;
font-style: normal;
width: 30px;
color: #fff;
text-align: center;
line-height: 30px;
font-size: 15px;
height: 30px;
border-radius: 50%;
background-color: #133855;
}
.order-time span {
color: #fff;
font-size: 14px;
display: inline-block;
margin: 0 5px 0;
}
.order-content .current>span:nth-child(1),
.order-content .next>span:nth-child(1) {
font-size: 16px;
font-weight: bold;
font-family: "Microsoft YaHei";
color: rgb(148, 202, 255);
}
.order-content .current>span:nth-child(2),
.order-content .next>span:nth-child(2) {
color: #fff;
font-size: 16px;
font-family: "Microsoft YaHei";
}
/* 检修表单 */
.test-form {
width: 841px;
}
.test-form .test-title {
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(148, 202, 255);
margin-bottom: 15px;
}
.test-form .test-border {
background-image: url(../images/border_bottom2.png);
background-size: 100% 100%;
}
.test-form .test-header {
background-size: 100% 100%;
background-image: url(../images/rect_6.png);
width: 841px;
height: 46px;
display: flex;
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb(34, 227, 255);
text-transform: uppercase;
line-height: 46px;
}
.test-form .test-header p {
text-align: center;
}
.test-form .test-content {
width: 841px;
height: 46px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
text-transform: uppercase;
}
.border_x .heavyLoad-title {
font-size: 16px;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
font-weight: bold;
position: relative;
top: 18px;
left: 42px;
}
.border_x .heavyLoad-header {
background-size: 100% 100%;
background-image: url(../images/rect_6.png);
width: 366px;
height: 46px;
line-height: 46px;
display: flex;
font-size: 14px;
text-align: center;
font-family: "Microsoft YaHei";
color: rgb(34, 227, 255);
text-transform: uppercase;
}
.border_x .heavyLoad-item {
display: flex;
font-size: 14px;
height: 48px;
text-align: center;
justify-content: center;
align-items: center;
font-family: "Microsoft YaHei";
color: rgb(255, 255, 255);
text-transform: uppercase;
margin-top: 6px;
position: relative;
user-select: none;
}
.heavyLoad-item p {
z-index: 101;
position: relative;
}
.border_x .heavyLoad-content {
background-image: url(../images/border-bottom.png);
background-size: 100% 100%;
background-position-y: bottom;
background-repeat: no-repeat;
/* padding: 5px 0 5px; */
box-sizing: border-box;
height: 217px;
overflow: hidden;
position: relative;
/* overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none; */
}
/* .heavyLoad-content::-webkit-scrollbar{
display: none;
height: 0;
} */
.heavyLoad-box {
position: relative;
left: 0;
/* top: 5px; */
}
#heavySlider {
position: absolute;
right: 11px;
top: 60px;
width: 7px;
height: 282px;
border-radius: 20px;
background-color: #133855;
}
#heavySlider>#slider1 {
width: 100%;
/* height: 30px; */
background-color: #fff;
border-radius: 4px;
position: absolute;
left: 0;
background-color: #194a87;
}
.border_x section:nth-child(1) {
margin-top: 0 !important;
}
.mark {
background-image: url(../images/mark.png);
width: 358px;
height: 44px;
background-size: 100% 100%;
position: absolute;
top: 2px;
left: 4px;
z-index: 100;
}
/* 全屏显示 */
.fullBtn {
width: 46px;
height: 44px;
background-image: url(../images/全屏.png);
background-size: 100% 100%;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
}
.showMedia {
width: 99% !important;
border-radius: 37px !important;
height: 98% !important;
left: 14px !important;
overflow: hidden !important;
}
.detail-btn{
width: 152px;
height: 38px;
display: block;
background-image: url(../images/detail-btn.png);
background-size: 100% 100%;
}