.greenPage{ // background-color: #0e0d0f; background-image: linear-gradient(#2E2417, #0E0D0F 13%, #0E0D0F 87%,#2E2417 100%); position: relative; } .headerBox{ background-image: url('../../../assets/images/electricOverview/title_line.png'); background-position: bottom center; background-repeat: no-repeat; height: 76px; .title{ color: #FCD85E; font-size: 31px; text-align: center; padding-top: 8px; } } .bottomLine{ position: absolute; bottom: 20px; left: 20px; width: calc(100% - 40px); background-image: url('../../../assets/images/electricOverview/bottom_line.png'); background-position: bottom center; background-repeat: no-repeat; height: 23px; } .leftLine,.rightLine{ position: absolute; top: 50px; height: calc(100% - 70px - 50px); background-position: bottom center; background-repeat: no-repeat; background-size: 12px 100%; width: 12px; background-image: url('../../../assets/images/electricOverview/left_line.png'); } .leftLine{ left: 20px; } .rightLine{ right: 20px; } .greenContent{ height: calc(100% - 76px - 43px - 40px); margin: 20px 50px; width: calc(100% - 100px); .top{ // height: calc(100% - 270px); height: calc(72% - 20px); overflow: hidden; .smallDiv{ width: 20%; float: left; } .smallDiv1{ margin-right: 20px; } .centerDiv{ width: calc(60% - 40px); margin-right: 20px; background-image: url('../../../assets/images/electricOverview/centerBG.png'); background-position: bottom center; background-repeat: no-repeat; background-size: 100% 100%; float: left; position: relative; .title{ padding-top: 12px; padding-right: 10px; p{ font-size: 14px; color: rgba(226,193,84,1); height: 26px; line-height: 26px; padding-left: 13px; background-position: center right; background-repeat: no-repeat; text-shadow:0px 2px 3px rgba(6, 248, 179, 0.5); } } } } .bottom{ // height: 250px; height: 28%; margin-top: 20px; .blockBox{ width: 49%; float: left; background-image: url('../../../assets/images/electricOverview/line4.png'); &:first-child{ margin-right: 2%; } .title{ background-image: url('../../../assets/images/electricOverview/line4.png'); } } } } .blockBox{ background-image: url('../../../assets/images/electricOverview/line3.png'); background-position: bottom center; background-repeat: no-repeat; background-size: 100% 12px; .title{ height: 26px; background-image: url('../../../assets/images/electricOverview/line2.png'); background-position: top center; background-repeat: no-repeat; background-size: 100% 12px; padding: 12px 0 0px; p{ font-size: 14px; color: rgba(226,193,84,1); background-color: rgba(49,37,22,0.4); height: 26px; line-height: 26px; padding-left: 13px; background-position: center right; background-repeat: no-repeat; text-shadow: 0 2px 3px rgba(254,195,74,0.54); // background-size: 100% 12px; } } .blockContent{ padding-top: 5px; height: calc(100% - 38px - 12px); // background-color: #141920; position: relative; .echarts{ width: 100%; height: 50%; } .content{ width: 100%; height: 50%; text-align: center; div{ background-image: url('../../../assets/images/electricOverview/bg1.png'); background-repeat: no-repeat; width: 236px; height: 40px; color: #E2C154; letter-spacing: 0.24px; font-size: 14px; margin: 28px auto; text-align: center; line-height: 40px; } } } } .e1{ background-image: url('../../../assets/images/electricOverview/e1.png'); } .e2{ background-image: url('../../../assets/images/electricOverview/e2.png'); } .e3{ background-image: url('../../../assets/images/electricOverview/e3.png'); } .e6{ background-image: url('../../../assets/images/electricOverview/e6.png'); } .e7{ background-image: url('../../../assets/images/electricOverview/e7.png'); } .operateBar{ margin-top: 5px; } .greenBtn{ font-size: 12px; color: rgba(255, 255, 254, 0.6); background-color: rgba(226,193,84,0.26); position: relative; height: 22px; line-height: 22px; padding: 0 11px; display: inline-block; margin-left: 15px; cursor: pointer; &.active{ color: #F2F2F2; background-color: rgba(226,193,84,0.32); .arrow{ opacity: 1; } } .arrow{ position: absolute; opacity: 0.5; } .arrow1{ left: -1px; top: -1px; } .arrow2{ right: -1px; top: -1px; transform: rotate(90deg); } .arrow3{ left: -1px; bottom: -1px; transform: rotate(-90deg); } .arrow4{ right: -1px; bottom: -1px; transform: rotate(180deg); } } .greenTable{ font-size: 13px; width: 100%; border-spacing: 0px; margin-bottom: 10px; th{ color: rgba(255, 255, 255, 0.8); border-bottom: 1px solid #142428; padding-bottom: 5px; font-weight: normal; } td{ color: rgba(255, 255, 255, 0.6); text-align: center; line-height: 20px; } } .alarmBlockContent{ th{ // color: #D11D16; color: #745F2C; border-bottom: 1px solid #201916; } td{ // color: rgba(209, 72, 72, 0.8); color: #745F2C; } } /deep/.__view{ height: 100%; } .centerChart,.near24hChart{ width: 100%; height: calc(100% - 38px); } .selectDev{ position: absolute; right: 20px; top: 40px; padding-right: 5px; z-index: 9999; } .el-icon-arrow-down{ color: rgba(254,195,74,0.8); margin-left: 10px; } .devList{ li{ cursor: pointer; text-align: center; line-height: 22px; &.active,&:hover{ color: rgba(6, 248, 179, 0.8); } } } /depp/.el-popover{ min-width: auto; }