| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 | 
							- * {
 
-   margin: 0;
 
-   padding: 0;
 
-   box-sizing: border-box;
 
- }
 
- li {
 
-   list-style: none;
 
- }
 
- select,input{
 
-   outline:none;
 
- }
 
- .text-left{
 
-   text-align:left
 
- }
 
- /* 溢出滚动样式 */
 
- .summary ::-webkit-scrollbar {
 
-   height: 7px !important;
 
-   width: 7px !important;
 
- }
 
- /*定义了滚动条滑块的样式*/
 
- .summary ::-webkit-scrollbar-thumb {
 
-   border-radius: 5px;
 
-   border-style: dashed;
 
-   background-color: #28BEFC;
 
-   border-color: #e2242400;
 
-   border-width: 1.5px;
 
-   background-clip: padding-box;
 
- }
 
- /*定义了轨道的样式*/
 
- .summary ::-webkit-scrollbar-track {
 
-   /*滚动条里面轨道*/
 
-   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
 
-   border-radius: 5px;
 
-   background: rgba(0, 0, 0, 0);
 
- }
 
- @font-face {
 
-   font-family: IMPACT;
 
-   src: url(../font/IMPACT.TTF);
 
- }
 
- body {
 
-   font-family: Arial, Helvetica, sans-serif;
 
-   margin: 0;
 
-   padding: 0;
 
-   /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内 */
 
-   background: url(../images/bg.jpg) no-repeat #000;
 
-   background-size: cover;
 
-   /* 行高是字体1.15倍 */
 
-   line-height: 1.15;
 
-   position:relative;
 
- }
 
- body .page-container {
 
-   font-family: Arial, Helvetica, sans-serif;
 
-   margin: 0;
 
-   padding: 0;
 
-   /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内 */
 
-   background: url(../images/bg.jpg) no-repeat #000;
 
-   background-size: cover;
 
-   /* 行高是字体1.15倍 */
 
-   line-height: 1.15;
 
-   position:relative;
 
- }
 
- header {
 
-   position: relative;
 
-   height: 1rem;
 
-   background: url(../images/head_bg.png) no-repeat top center;
 
-   background-size: 100% 100%;
 
-   min-width: 1024px;
 
-   max-width: 1920px;
 
-   h1 {
 
-     font-size: .35rem;
 
-     color: #fff;
 
-     text-align: center;
 
-     line-height: 1rem;
 
-     font-weight: normal
 
-   }
 
-   .filterSec {
 
-     position: absolute;
 
-     top: 0;
 
-     right: 0.375rem;
 
-     line-height: 0.9375rem;
 
-     font-size: 0.25rem;
 
-     color: rgba(255, 255, 255, 0.7);
 
-   }
 
- }
 
- .mainbox {
 
-   min-width: 1024px;
 
-   max-width: 1920px;
 
-   padding: .225rem .225rem 0 .2625rem ;
 
- }
 
- .mainbox .topSection,
 
- .mainbox .bottomSection {
 
-   display: flex
 
- }
 
- .mainbox.eleFire .topSection .column {
 
-   flex: 2;
 
- }
 
- .mainbox.eleFire .topSection .column:nth-child(2) {
 
-   flex: 5;
 
-   margin: 0 0 0 .275rem;
 
-   overflow: hidden;
 
- }
 
- .mainbox .bottomSection .column {
 
-   flex: 1;
 
- }
 
- .mainbox .bottomSection .column:nth-child(2) {
 
-   flex: 1;
 
-   margin: 0 0 0 .275rem ;
 
-   overflow: hidden;
 
- }
 
- .panel {
 
-   position: relative;
 
-   height: 5.9rem;  
 
-   border: 1px solid rgba(25, 140, 186, 0.5);
 
-   background: rgba(8,26,50,0.60);
 
-   padding: 0 .5375rem ;
 
-   margin-bottom: .2rem;
 
- }
 
- .panel::before {
 
-   position: absolute;
 
-   top: 0;
 
-   left: 0;
 
-   content: "";
 
-   width: 10px;
 
-   height: 10px;
 
-   border-top: 2px solid #28BEFC;
 
-   border-left: 2px solid #28BEFC;
 
- }
 
- .panel::after {
 
-   position: absolute;
 
-   top: 0;
 
-   right: 0;
 
-   content: "";
 
-   width: 10px;
 
-   height: 10px;
 
-   border-top: 2px solid #28BEFC;
 
-   border-right: 2px solid #28BEFC;
 
- }
 
- .panel .panel-footer {
 
-   position: absolute;
 
-   left: 0;
 
-   bottom: 0;
 
-   width: 100%;
 
- }
 
- .panel .panel-footer::before {
 
-   position: absolute;
 
-   bottom: 0;
 
-   left: 0;
 
-   content: "";
 
-   width: 10px;
 
-   height: 10px;
 
-   border-bottom: 2px solid #28BEFC;
 
-   border-left: 2px solid #28BEFC;
 
- }
 
- .panel .panel-footer::after {
 
-   position: absolute;
 
-   bottom: 0;
 
-   right: 0;
 
-   content: "";
 
-   width: 10px;
 
-   height: 10px;
 
-   border-bottom: 2px solid #28BEFC;
 
-   border-right: 2px solid #28BEFC;
 
- }
 
- .panel h2 {
 
-   height: 0.6rem;
 
-   line-height: 0.6rem;
 
-   text-align: center;
 
-   color: #0096FF;
 
-   font-size: 0.25rem;
 
-   font-weight: 400;
 
-   position: relative;
 
- }
 
- .panel h2 .line {
 
-   height: 1px;
 
-   background: rgba(25, 140, 186, 0.5);
 
-   position: relative;
 
-   width: 100%;
 
-   margin: 0 auto
 
- }
 
- .panel h2 .line:before {
 
-   content: '';
 
-   height: 1px;
 
-   top: .07rem;
 
-   left: -0.37rem;
 
-   width: .375rem;
 
-   height: 1px;
 
-   border-bottom: 1px solid rgba(25, 140, 186, 0.5);
 
-   display: inline-block;
 
-   transform: rotate(335deg);
 
-   position: absolute;
 
- }
 
- .panel h2 .line:after {
 
-   content: '';
 
-   height: 1px;
 
-   top: .07rem;
 
-   right: -0.35rem;
 
-   width: .375rem;
 
-   height: 1px;
 
-   border-bottom: 1px solid rgba(25, 140, 186, 0.5);
 
-   display: inline-block;
 
-   transform: rotate(25deg);
 
-   position: absolute;
 
- }
 
- .panel h2 img {
 
-   height: .125rem;
 
-   vertical-align: middle
 
- }
 
- .panel h2 span {
 
-   margin: 0 0.1875rem;
 
- }
 
- .panel .chart {
 
-  
 
-   height:calc(100% - 0.6rem);
 
-   // border:1px solid pink;
 
- }
 
- .tab-line{
 
-   height: .6rem;
 
-   margin: .25rem 0;
 
-   display:inline-block;
 
-   a{
 
-     font-size: .175rem;
 
-     color:#0090F5;
 
-     
 
-     padding: .125rem .45rem;
 
-     display:block;
 
-     float:left;
 
-     border: 1px solid #0096ff;
 
-     text-decoration: none;
 
-   }
 
-   a.active{
 
-     background:#0096FF;
 
-     color:#fff
 
-   }
 
- } 
 
- @media screen and (max-width: 1024px) {
 
-   html {
 
-       font-size: 42px !important;
 
-   }
 
- }
 
- @media screen and (min-width: 1920) {
 
-   html {
 
-       font-size: 80px !important;
 
-   }
 
- }
 
- // 电老化分析
 
- .line.panel {
 
-   text-align:center;
 
-   .chart{
 
-     height:50%;
 
-   }
 
- }
 
- .hotAnalysis.panel .chart,.data_fluctuation.panel .chart{
 
-   height:62%;
 
-   margin-top:.5rem
 
- }
 
- /* 搜索区域样式 */
 
- .filterSec {
 
-   position: absolute;
 
-   bottom: -0.0625rem;
 
-   right: 0;
 
-   font-size: .175rem
 
- }
 
- .filterSec select,
 
- .filterSec input {
 
-   border: 1px solid #64A7D4;
 
-   width: 2.1rem;
 
-   height:.35rem;
 
-   color: #fff;
 
-   line-height: .35rem;
 
-   background: rgba(0, 0, 0, 0);
 
-   margin-right: .4rem;
 
-   font-size: .175rem
 
- }
 
- .filterSec span {
 
-   display: inline-block;
 
-   margin-right: .125rem;
 
-   font-size: .175rem
 
- }
 
- a.button {
 
-  padding:0 .15rem;
 
-   height: .35rem;
 
-   line-height: .35rem;
 
-   text-align: center;
 
-   border: 1px solid #64A7D4;
 
-   color: #fff;
 
-   display: inline-block;
 
-   text-decoration: none;
 
-   background: #034854;
 
-   cursor: pointer;
 
-   font-size: .175rem;
 
-   img{
 
-     width: .25rem;
 
-      margin-top:-2px;
 
-     position:relative;
 
-     vertical-align: middle;
 
-   }
 
-   text{
 
-     vertical-align: middle;
 
-     display:inline-block;
 
-   }
 
- }
 
- // 水系统
 
- .mainbox.water .topSection .column:first-child {
 
-   flex: 1;
 
- }
 
- .mainbox.water .topSection .column:nth-child(2) {
 
-   flex: 2;
 
-   margin: 0 .275rem;
 
-   overflow: hidden;
 
- }
 
- .mainbox.water .topSection .column:last-child{
 
-   flex: 1;
 
- }
 
- .water .divergence .chart{
 
-   margin-top:0.5rem;
 
-   height: 60%;
 
- }
 
- .water .hiddenCheck .chart{
 
-   margin-top:0.5rem;
 
-    height:60%
 
-  }
 
-  .summary{
 
-    color:#fff;
 
-    font-size: .175rem;
 
-    text-align:left;
 
-    width:100%;
 
-    margin-top:.1rem;
 
-    height: .825rem;
 
-   //  overflow-y:auto;
 
-    padding:  .15rem;
 
-    background-image:url(../images/summary-bg.png) ;
 
-    background-size:100% 100%;
 
-    background-repeat: no-repeat;
 
-    display: flex;
 
-    align-items:top;
 
-    
 
-    div:first-child{
 
-     width: .85rem;
 
-     
 
-    }
 
-    div:last-child{
 
-     width: calc(100% - .85rem);
 
-     padding-right:.2rem;
 
-     height: .57rem;
 
-     overflow: auto;
 
-    }
 
-    p{
 
-      line-height: 1.38
 
-    }
 
-    div{
 
-      display:inline-block;
 
-     // vertical-align: middle;
 
-    }
 
-  }
 
-  .bar-3d{
 
-   .chart{
 
-     height:50%;
 
-     // background:pink
 
-     background:url(../images/3d-bg.png);
 
-     background-repeat: no-repeat;
 
-     background-position: 50% 80%;
 
-   }
 
-   ul{
 
-     color:#fff;
 
-     font-size: .2rem;
 
-     display:flex;
 
-     margin: .5625rem 0;
 
-    
 
-     li{
 
-       flex:1;
 
-       text-align:center;
 
-       .num{
 
-         font-size: .375rem;
 
-         margin-bottom: .1rem;
 
-         font-family: IMPACT;
 
-       }
 
-       .num.total{
 
-         color:#FF3E3E
 
-       }
 
-       .num.unsolve{
 
-         color:#FA742B
 
-       }
 
-       .num.solved{
 
-         color:#1DD9E5
 
-       }
 
-     }
 
-   }
 
-  } 
 
- //  导出排版
 
- .exportBox{
 
-   position: absolute;
 
-   left: 0;
 
-   right: 0;
 
-   bottom: 1rem;
 
-   top:1rem;
 
-   font-size:14px;
 
-   width: 100%;
 
-   height: 90%;
 
-   // background:#aaa;
 
-   z-index: -1;
 
-   table,
 
-   table tr th,
 
-   table tr td {
 
-       border: 1px solid #eee;
 
-       margin:0 auto
 
-   }
 
-   td,th{
 
-     padding:3px 0
 
-    
 
-   }
 
-   .exportContainer {
 
-       z-index: 19000;
 
-       width: 650px;
 
-       margin: 0 auto;
 
-       box-shadow: rgb(136 136 136) 0px 0px 4px;
 
-       display: block;
 
-       background: #1f2833;
 
-       color: #fff;
 
-       height: calc(100% - 1rem);
 
-       overflow: auto;
 
-       // margin-top: 30px;
 
-       padding: 15px;
 
-   }
 
-   h3.title {
 
-       text-align: center;
 
-       background: #1f2833;
 
-       font-size:16px
 
-   }
 
-   section {
 
-     padding-bottom:30px;
 
-     .table-sub{
 
-       margin-top:10px;
 
-       font-size:13px;
 
-     }
 
-     .innerChart{
 
-       width:100%;
 
-       height:220px;
 
-       // background:#fff;
 
-       padding:10px 0;
 
-     }
 
-     .summary2{
 
-       display:flex;
 
-       margin:0 10px;
 
-       line-height:1.5;
 
-       >div:first-child {
 
-           width:60px;
 
-       }
 
-       >div:last-child {
 
-         width: calc(100% - 30px );
 
-     }
 
-     }
 
-     .big-tit {
 
-       padding: 10px 0;
 
-       background: #1f2833;
 
-   }
 
- }
 
-   .section1 {
 
-       background: #1f2833
 
-   }
 
- }
 
- //弹框按钮样式调整
 
- .layui-layer-title{
 
-   background:#081A32!important;
 
-   color:#fff!important;
 
-   border-bottom:1px solid #1E9FFF!important
 
- }
 
- .layui-layer{
 
-   background:rgba(7,36,66, 1)!important;
 
-   color:#fff
 
- }
 
- .layui-layer-ico{
 
-   border-radius:50%
 
-   // display:none!important
 
- }
 
- .layui-layer-btn .layui-layer-btn0 {
 
-   font-size: .3rem;
 
- }
 
 
  |