12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007 |
- // @import './variables.scss';
- // @import './mixin.scss';
- // @import './transition.scss';
- // @import './element-variables.scss';
- // @import './sidebar.scss';
- body {
- height: 100%;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
- }
- label {
- font-weight: 700;
- }
- html {
- height: 100%;
- box-sizing: border-box;
- }
- #app {
- height: 100%;
- }
- *,
- *:before,
- *:after {
- box-sizing: inherit;
- }
- a:focus,
- a:active {
- outline: none;
- }
- a,
- a:focus,
- a:hover {
- cursor: pointer;
- color: inherit;
- text-decoration: none;
- }
- div:focus {
- outline: none;
- }
- .clearfix {
- &:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- }
- }
- ul li {
- padding: 0;
- margin: 0;
- list-style: none
- }
- .inOneLine {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- // main-container global css
- .mb-5 {
- margin-bottom: 5px
- }
- .mb-10 {
- margin-bottom: 10px
- }
- .mb-20 {
- margin-bottom: 20px
- }
- .mr-30 {
- margin-right: 30px
- }
- .ml-30 {
- margin-left: 30px
- }
- .mt-20 {
- margin-top: 20px
- }
- .mt-40 {
- margin-top: 40px
- }
- .mt-60 {
- margin-top: 60px
- }
- .font-16 {
- font-size: 16px
- }
- .padding-20 {
- padding: 20px
- }
- .text-center {
- text-align: center
- }
- .delete-text {
- color: #F80000!important
- }
- .remarksTxt {
- opacity: .45;
- line-height: 1.5;
- }
- .app-container {
- padding: 20px;
- // width: 100%;
- width: calc(100%);
- height: 100%;
- // margin: 20px;
- // margin-top: 70px;
- background: #fff;
- min-height: calc(100vh - 130px)
- }
- .filter-container {
- width: 100%;
- height: 100%;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- vertical-align: middle;
- .el-button+.el-button {
- margin-left: 30px!important;
- }
- .filter-item {
- margin-right: 30px;
- display: inline-block;
- margin-bottom: 10px
- }
- }
- .el-input__inner {
- height: 36px;
- line-height: 36px
- }
- .el-button {
- padding: 10px 12px;
- }
- .el-table--small {
- font-size: 14px!important
- }
- .el-table td,
- .el-table th {
- padding: 10px 0
- }
- // 弹框样式start
- .el-dialog__header {
- background: #f8f8f8;
- padding: 16px 20px 16px;
- }
- .el-form-item:not(.user-layout .el-form-item) {
- width: 90%;
- max-width: 400px;
- margin: 0 auto 20px;
- }
- // 弹框样式end
- // 台区列表
- .siteTitle {
- font-size: 16px;
- padding: 10px 20px 30px 20px;
- text-align: center;
- position: relative;
- .goBack {
- position: absolute;
- left: 0;
- top: 0
- }
- }
- .status.el-avatar {
- width: 14px;
- height: 14px;
- background: #04F21C
- }
- // 基本信息
- .basicInfo {
- width: 100%;
- height: calc(100vh - 180px);
- // border: 1px solid pink;
- display: block;
- overflow-y: auto;
- }
- .siteManage-main {
- padding: 20px;
- }
- .groupInfo,
- .basic-info-page,
- .powerScore {
- .el-form-item {
- margin-left: 0px!important
- }
- }
- .goArchive {
- color: #056FFF;
- text-decoration: underline;
- }
- .blockTitle {
- font-weight: bold
- }
- // input长度
- .el-form-item__content {
- width: 250px;
- }
- .planOutage {
- .el-date-editor.el-input,
- .el-date-editor.el-input__inner {
- width: 100%;
- max-width: 100%;
- }
- }
- .el-select {
- width: 100%
- }
- // 单选框样式
- .el-radio {
- margin-right: 24px
- }
- //提交:
- .sublitArea {
- text-align: right;
- margin-top: 40px
- }
- // 图片上传样式 start
- .el-upload.el-upload--picture-card {
- width: 90px;
- height: 90px;
- line-height: 100px;
- }
- .el-upload-list--picture-card .el-upload-list__item {
- width: 92px!important;
- height: 92px!important;
- line-height: 92px!important;
- text-align: center
- }
- .el-upload-list--picture-card .el-upload-list__item-thumbnail {
- width: 90px!important;
- height: 90px!important;
- line-height: 90px!important;
- }
- .avatar {
- width: 90px;
- height: 90px;
- }
- // 电力监测
- .watchDog,
- .variableList {
- .el-form-item__content {
- width: 270px
- }
- .el-form-item__label {
- width: 150px!important
- }
- .el-form-item__content {
- // margin-left: 150px!important
- }
- }
- .paginationBlock {
- margin-top: 20px;
- text-align: right
- }
- .filter-container {
- .el-button+.el-button {
- margin-left: 20px !important;
- }
- .el-input {
- margin: 0 20px 0 0;
- }
- }
- // 树形控件icon
- .el-tree-node__content {
- position: relative;
- font-size: 16px;
- }
- .siteTree .el-icon-delete {
- color: #409EFF;
- position: absolute;
- right: 6px;
- top: 5px;
- }
- // 告警管理渐变背景色
- .alarmingTable {
- a {
- margin-right: 0!important;
- }
- }
- .alarmingManage .el-table .cell {
- text-align: left!important;
- }
- .gradualBg {
- padding: 0 5px;
- color: #444;
- display: inline-block;
- background: linear-gradient(to right, rgb(255, 154, 50), transparent);
- }
- .gradualBg.total {
- background: linear-gradient(to right, rgb(138, 196, 243), transparent);
- }
- .gradualBg.transparent {
- background: linear-gradient(to right, transparent, transparent)!important;
- }
- //告警详情弹框组件
- .alarmStatusDialog {
- .el-form-item:not(.user-layout .el-form-item) {
- margin-bottom: 0
- }
- .deviceTit {
- font-size: 16px;
- color: #409EFF;
- padding: 20px 0
- }
- .basicTit {
- color: #4074e7;
- line-height: 49px;
- height: 49px;
- font-size: 16px
- }
- .basicTit:before {
- content: "";
- width: 3px;
- margin-right: 9px;
- height: 16px;
- position: relative;
- top: 3px;
- display: inline-block;
- background: #4074e7;
- }
- .topInfo {
- position: relative;
- .lubo {
- position: absolute;
- right: 0px;
- bottom: 20px;
- }
- .handleStatus {
- position: absolute;
- right: 0px;
- top: 0px;
- color: #F80000
- }
- }
- }
- .underline {
- position: relative;
- }
- .underline:after {
- position: absolute;
- bottom: 0;
- left: -20px;
- right: -20px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #000; //这个是唯佳的线颜色
- opacity: .2
- }
- .underline:last-child:after {
- //可以这样用
- height: 0;
- }
- // 谐波分析
- .harmonicReport {
- .filter-container .filter-item {
- // margin-right: 10px
- }
- }
- .timeTab.el-button {
- margin-bottom: 20px;
- border-radius: 0
- }
- // 三项不平衡
- .blanceChartTit {
- padding: 10px 14px;
- margin-bottom: 10px;
- border-bottom: 1px solid #f0f0f0;
- background: #FAFAFA;
- font-weight: bold
- }
- //评估报告
- .assePage .blanceChartTit {
- margin-bottom: 0;
- width: 100%;
- display: flex;
- justify-content: space-between;
- vertical-align: middle;
- span {
- display: inline-block
- }
- }
- .assePage {
- .subTits {
- margin: 25px auto;
- text-align: center;
- font-weight: bold
- }
- .assNum {
- font-size: 18px;
- color: #2EAEFF;
- margin-bottom: 10px;
- }
- .greenRate {
- color: #04A522
- }
- .assTxt {
- font-size: 14px
- }
- .assSmallbox {
- padding: 10px 0;
- text-align: center;
- font-weight: bold;
- }
- }
- // tab重置样式
- .asseTabs {
- margin-bottom: 20px;
- border-bottom: 1px solid #E5E5E5;
- width: calc(100% + 40px);
- margin-left: -20px;
- }
- .asseTabs span {
- line-height: 50px;
- height: 50px;
- font-size: 16px;
- display: inline-block;
- padding: 0 20px;
- }
- .asseTabs span.active {
- border-bottom: 2px solid #2EAEFF
- }
- .banlanceBtn {
- max-width: 80%;
- // margin: 0 auto 20px;
- height: 40px;
- // line-height: 40px;
- width: 236px;
- font-size: 16px!important;
- // background: #6dc6ff;
- // color: #fff
- }
- .assCard {
- min-height: 356px!important;
- .noDataImg {
- width: 40%;
- margin-top: 40px;
- }
- }
- .assCard ul {
- text-align: left;
- margin: 0;
- padding: 15px 20px 0;
- li:not(:last-child) {
- border-bottom: 1px solid #F0F0F0;
- }
- li {
- line-height: 40px;
- display: flex;
- justify-content: space-between;
- vertical-align: middle;
- font-size: 14px;
- div {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- span {
- color: #04A522;
- background: #F4F4F4;
- display: inline-block;
- border-radius: 20px;
- line-height: 20px;
- height: 20px;
- text-align: center;
- width: 58px;
- margin-top: 10px;
- }
- span.overLimit {
- color: #F80000
- }
- }
- }
- .totalScore {
- font-weight: bold;
- text-align: center;
- margin: 30px;
- .el-button {
- font-size: 16px;
- margin-left: 10px;
- }
- }
- // 实时评分
- .descIcon img {
- position: relative;
- top: 2px;
- }
- .smallSquare {
- display: inline-block;
- width: 7px;
- position: relative;
- top: -1px;
- height: 7px;
- background: #F80000;
- }
- .smallSquare.green {
- background: #24BE00
- }
- .loopUnbanlancePanel,
- .loopHarmonicPanel {
- height: 591px;
- overflow: hidden;
- .el-row {
- margin-bottom: 0!important;
- }
- }
- .loopUnbanlanceCard {
- // height: calc(100% - 100px);
- ul {
- padding: 0;
- margin-bottom: 0;
- font-size: 14px;
- margin-top: 20px
- }
- li {
- display: flex;
- >div {
- margin: 2px 4px;
- line-height: 14px;
- }
- >div:first-child {
- // min-width: 64px;
- }
- }
- }
- @media(min-width:1500px) {
- .loopUnbanlanceCard {
- li {
- >div {
- margin: 7px 20px;
- line-height: 14px;
- }
- }
- }
- }
- @media(max-width:1200px) {
- .bg-purple {
- margin-bottom: 20px
- }
- }
- .voltagePanel {
- .el-table--small th,
- .el-table--small td {
- padding: 15px 0
- }
- .uList p {
- margin-right: 10px;
- padding: 8px 0
- }
- .shangXian {
- padding: 20px 0 0;
- display: flex;
- width: 300px;
- margin-left: 40px;
- text-align: center;
- div {
- width: 50%;
- text-align: center;
- position: relative
- }
- div:first-child:after {
- position: absolute;
- top: 0;
- z-index: 4;
- /* left: -20px; */
- right: 20px;
- height: 211px;
- width: 1px;
- border: 1px dashed #000;
- content: "";
- /* transform: scaleY(0.5); */
- background-color: rgba(0, 0, 0, 0);
- opacity: .2;
- }
- div:last-child:before {
- position: absolute;
- top: 0;
- z-index: 4;
- left: 20px;
- height: 211px;
- width: 1px;
- border: 1px dashed #000;
- content: "";
- /* transform: scaleY(.2); */
- background-color: rgba(0, 0, 0, 0);
- opacity: .2;
- }
- }
- }
- .frequencyPanel {
- text-align: center;
- .frequencyTit {
- color: #F80000;
- font-weight: bold
- }
- .frequencyTit2 {
- font-weight: bold;
- margin: 10px auto;
- span {
- color: #fff;
- background: #21c393;
- display: inline-block;
- border-radius: 20px;
- line-height: 24px;
- height: 24px;
- text-align: center;
- font-size: 14px;
- width: 58px;
- }
- }
- .frequencyBox .grid-content {
- min-height: 50px!important;
- border-radius: 0;
- background: #f0f0f0;
- border: none;
- }
- .rightSplitRed {
- position: relative;
- i {
- position: absolute;
- position: absolute;
- right: -14.5px;
- bottom: -11px;
- color: #f1673d
- }
- i:after {
- display: none
- }
- }
- .greenShadow {
- position: absolute;
- width: 118px;
- height: 100%;
- bottom: 0;
- background: rgba(37, 215, 162, .3);
- left: 41px;
- background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
- background-image: -moz-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
- background-image: -ms-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
- background-image: -o-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
- background-image: gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
- background-size: 8px 8px
- }
- .rightSplitRed .grid-content:after {
- position: absolute;
- bottom: -3px;
- z-index: 4;
- right: -8px;
- height: 125%;
- width: 2px;
- border: 1px solid #f1673d;
- content: "";
- background-color: rgba(0, 0, 0, 0);
- }
- .frequencyBox .grid-content {
- border-right: 1px dashed #aaa
- }
- .frequencyBox .el-col:last-child .grid-content {
- border-right: none
- }
- }
- .voltagePanel,
- .frequencyPanel,
- .powerPanel {
- height: 285px
- }
- .powerPanel {
- .el-table--small th,
- .el-table--small td {
- padding: 15px 0
- }
- .uList p {
- margin-right: 10px;
- padding: 8px 0
- }
- }
- .harmonicCard {
- height: calc(50% - 56px);
- // border: 1px solid red;
- }
- // 工单管理
- .workManage {
- .tab-section .el-button {
- margin-left: 0!important;
- padding: 10px 20px;
- }
- .el-checkbox {
- margin-left: 20px
- }
- img.jianxiu {
- width: 18px;
- position: relative;
- top: -2px
- }
- }
- .workStatusBtn {
- display: inline-block;
- padding: 0px 12px;
- background: #e54552;
- color: #fff;
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px;
- font-size: 12px;
- transform: scale(.8);
- }
- .alarmStatusDialog {
- .el-radio__input.is-checked+.el-radio__label {
- color: #606266!important
- }
- }
- .defetSubTit {
- background: #F4F4F4;
- width: calc(100% + 40px);
- margin-left: -20px;
- line-height: 38px;
- padding: 0 20px;
- margin-bottom: 20px;
- color: #2DAEFF
- }
- // 工单详情
- .handleDetailPage {
- padding: 20px 0;
- .basicTit {
- color: #4074e7;
- line-height: 49px;
- height: 49px;
- font-size: 16px;
- >span {
- display: inline-block;
- margin-right: 10px
- }
- }
- .handleTestBlock {
- padding: 0 20px 20px 20px;
- border-bottom: 3px solid #1890ff;
- }
- .jianxiuSec {
- >div {
- display: table-cell;
- vertical-align: top;
- }
- .left-img img {
- width: 115px;
- height: 115px;
- margin-right: 20px
- }
- .right-des {
- position: relative;
- .tit {
- font-weight: bold;
- margin: 10px 0
- }
- .bottomStatus {
- position: absolute;
- bottom: 0;
- }
- }
- }
- .desSec {
- span {
- display: inline-block;
- margin-right: 20px
- }
- }
- .siteBlock,
- .companyBlock {
- display: inline-block;
- width: 140px;
- height: 140px;
- border: 1px solid #aaa;
- background: #f0f0f0;
- margin-left: 10px;
- text-align: center;
- position: relative;
- /*自己的50% */
- >div {
- width: 140px;
- height: auto;
- position: absolute;
- left: 50%;
- /* 定位父级的50% */
- top: 50%;
- transform: translate(-50%, -50%);
- p:last-child {
- font-size: 18px;
- margin-top: 30px
- }
- }
- }
- .handlerBlock {
- padding: 20px;
- border-bottom: 1px solid #E5E5E5;
- ;
- div {
- margin-bottom: 10px;
- }
- i {
- font-size: 16px;
- }
- .record {
- span {
- color: cornflowerblue;
- display: inline-block;
- margin-left: 10px;
- cursor: pointer
- }
- }
- b {
- margin: 0 5px;
- display: inline-block;
- }
- .imgSquare {
- border: 1px solid #ddd;
- width: 100px;
- height: 100px;
- margin-left: 40px;
- img {
- width: 80%;
- margin-left: 10%;
- height: 80%;
- margin-top: 10%;
- }
- }
- }
- }
- .basicTit:before {
- content: "";
- width: 3px;
- margin-right: 9px;
- height: 16px;
- position: relative;
- top: 3px;
- display: inline-block;
- background: #4074e7;
- }
- // 运维统计
- .operStatisticsPage {
- padding: 0;
- .el-tabs__content {
- overflow: hidden;
- position: absolute;
- top: -10px;
- left: 614px;
- }
- .customBlock {
- position: relative;
- .customPicker {
- position: absolute;
- right: 0;
- bottom: 0
- }
- }
- .operStatisticsInner {
- padding: 20px;
- .bg-purple {
- // background: #d3dce6;
- border: 1px solid #e5e5e5;
- }
- .staitcDataSec {
- .staitcDataItem {
- // text-align: center;
- padding: 20px 10px;
- height: 110px;
- .imgBlock {
- text-align: right;
- img {
- // max-width: 90%
- }
- }
- .staticBlock {
- // text-align: center
- }
- p {
- margin-bottom: 0
- }
- .num {
- font-size: 26px;
- color: #49B8F6;
- display: inline-block;
- margin-right: 5px;
- }
- }
- }
- .panelTit {
- padding: 10px 14px;
- margin-bottom: 10px;
- border-bottom: 1px solid #f0f0f0;
- background: #FAFAFA;
- font-weight: bold;
- }
- .workPanel {
- height: 311px;
- .workPanelChart {
- height: calc(100% - 60px)
- }
- }
- .siteWorkPanel {
- height: 311px;
- .siteWorkChart {
- height: calc(100% - 60px)
- }
- }
- .staticPanel {
- height: 365px;
- }
- }
- }
|