.work-layout{ /* 清除滑条样式 */ &::-webkit-scrollbar,*::-webkit-scrollbar { width: 0; height: 0; background: none; } /*chrome--------------------------------------------start*/ &::-webkit-scrollbar,*::-webkit-scrollbar { width: 6px; height: 6px; } /* Track */ &::-webkit-scrollbar-track,*::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0); border-radius: 6px; } /* Handle */ &::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{ background: #394154; border-radius: 6px; } &::-webkit-scrollbar-corner,*::-webkit-scrollbar-corner{ display: none; } /* Handle on hover */ &::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover { background: #394154; } /*chrome--------------------------------------------end*/ /*IE--------------------------------------------start*/ * { /*三角箭头的颜色*/ scrollbar-arrow-color: #c0c4cc; /*滚动条滑块按钮的颜色*/ scrollbar-face-color: #A2A2A3; /*滚动条整体颜色*/ scrollbar-highlight-color: #A2A2A3; /*滚动条阴影*/ scrollbar-shadow-color: #A2A2A3; /*滚动条轨道颜色*/ scrollbar-track-color: #f4f4f5; /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/ scrollbar-3dlight-color: #A2A2A3; /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/ scrollbar-darkshadow-color: #A2A2A3; /*滚动条基准颜色*/ scrollbar-base-color: #f4f4f5; } /*IE--------------------------------------------end*/ } .el-dialog__body,.el-drawer__body,.el-popper{ /* 清除滑条样式 */ &::-webkit-scrollbar,*::-webkit-scrollbar { width: 0; height: 0; background: none; } /*chrome--------------------------------------------start*/ &::-webkit-scrollbar,*::-webkit-scrollbar { width: 6px; height: 6px; } /* Track */ &::-webkit-scrollbar-track,*::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0); border-radius: 6px; } /* Handle */ &::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{ background: #394154; border-radius: 6px; } &::-webkit-scrollbar-corner,*::-webkit-scrollbar-corner{ display: none; } /* Handle on hover */ &::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover { background: #394154; } /*chrome--------------------------------------------end*/ /*IE--------------------------------------------start*/ * { /*三角箭头的颜色*/ scrollbar-arrow-color: #c0c4cc; /*滚动条滑块按钮的颜色*/ scrollbar-face-color: #A2A2A3; /*滚动条整体颜色*/ scrollbar-highlight-color: #A2A2A3; /*滚动条阴影*/ scrollbar-shadow-color: #A2A2A3; /*滚动条轨道颜色*/ scrollbar-track-color: #f4f4f5; /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/ scrollbar-3dlight-color: #A2A2A3; /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/ scrollbar-darkshadow-color: #A2A2A3; /*滚动条基准颜色*/ scrollbar-base-color: #f4f4f5; } /*IE--------------------------------------------end*/ } .hui-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .el-switch { .el-switch__core { background: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2); } } .el-switch.is-checked .el-switch__core { background: $--color-primary; } .hui-no-tips{ display: flex; align-items: center; justify-content: center; } .hui-flex { width: 100%; height: 100%; display: flex; flex-direction: column; .hui-flex-box { flex: 1; height: 0; overflow-y: auto; } .hui-dialog-submit { text-align: right; padding: 0 20px 20px 20px; } } .hui-dialog { .hui-dialog-content { padding: 20px; overflow-y: auto; } } .hui-content { .hui-content-title { display: flex; height: 48px; border-bottom: 1px solid #374156; padding: 0 20px; .hui-title-item { padding: 0 14px; cursor: pointer; position: relative; height: 48px; line-height: 48px; } .hui-title-item.active, .hui-title-item:hover { color: $--color-primary; } .hui-title-item.active::before, .hui-title-item:hover::before { content: ''; background: $--color-primary; height: 2px; left: 14px; right: 14px; bottom: 0; position: absolute; } } .hui-nav{ height: 48px; border-bottom: 1px solid #374156; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; .el-page-header__content{ color: $--color-common; font-size: 16px; } } .hui-content-insert { padding-bottom: 12px; } .hui-content-select{ display: flex; padding-bottom: 10px; .select-item{ display: flex; flex: 1; } .select-input{ width: 240px; } } .hui-table { padding: 12px 20px; .cell{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tr-center{ display: flex; align-items: center; .label{ margin-right: 8px; } } .hui-table-operation { .table-operation { padding-left: 10px; } .table-operation:first-child { padding-left: 0; } } .hui-table-tag { display: flex; align-items: center; } .hui-table-user { display: flex; align-items: center; .hui-table-avatar { width: 32px; height: 32px; overflow: hidden; border-radius: 50%; margin-right: 8px; } } .el-table__expand-icon { .el-icon-arrow-right { font-family: 'iconfont' !important; color: $--color-common; font-size: 8px; position: relative; top: -2px; } .el-icon-arrow-right::before { content: '\e738'; } } } .hui-content-pagination { padding-top: 12px; text-align: right; } .hui-table-box-foot { display: flex; padding-top: 12px; justify-content: space-between; align-items: flex-start; .tips { font-size: 12px; } } .el-pagination__sizes .el-input .el-input__inner{ height: 32px; line-height: 32px; } } .no-tips-box{ text-align: center; } .no-tips { opacity: 0.4; } .no-empty { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .hui-detail { padding: 20px; .hui-detail-title { margin-bottom: 8px; font-weight: 500; } .hui-detail-content { background: rgba(50, 56, 68, 0.2); border-radius: 8px; margin-bottom: 20px; padding: 8px 0; .hui-detail-item { display: flex; padding: 8px 16px; align-items: center; .hui-detail-label { opacity: 0.4; width: 56px; margin-right: 14px; } .hui-detail-value { flex: 1; width: 0; min-height: 20px; line-height: 20px; } &.hui-detail-item-top{ align-items: start; } } } .hui-detail-image { padding: 12px; } .hui-detail-document { padding: 12px; } .hui-detail-cc { padding: 16px; .hui-detail-item { padding: 0; } .hui-detail-label { line-height: 28px; width: 42px !important; } } } .hui-drawer-submit { border-top: 1px solid rgba(55, 65, 86, 0.6); text-align: right; padding: 12px 24px; } .el-form { .hui-textarea { width: 100% !important; padding: 0 !important; } .hui-document { padding: 0 !important; } } .el-tree { background: transparent !important; .el-tree-node__content { height: 32px; color: $--color-common; overflow: hidden; } .el-tree-node__content:hover, .el-tree-node:focus>.el-tree-node__content { background: rgba(255, 255, 255, 0.05); } .el-tree-node__label { font-size: 12px; position: relative; left: -10px; } .el-icon-caret-right { font-family: 'iconfont' !important; font-size: 8px; margin: 0; } .el-icon-caret-right::before { content: '\e738'; } .el-tree-node__content>.el-tree-node__expand-icon { padding: 16px; } .tree-node { display: flex; align-items: center; justify-content: space-between; width: 100%; position: relative; left: -10px; .tree-node-label { font-size: 12px; } .btn .el-button { padding: 5px 10px; } } } .input-message.el-message-box { .el-message-box__content { padding-bottom: 6px; } } .el-picker-panel.el-date-picker.el-popper { background: $--color-background; box-shadow: none; border: none; color: $--color-common; .el-scrollbar__wrap { overflow-y: auto; } .el-scrollbar__bar { display: none !important; } .el-date-picker__header-label, .el-picker-panel__icon-btn, .el-date-table th { color: $--color-common; border-color: $--color-border; } } .el-picker-panel.time-select { background: $--color-background; border: none; .time-select-item { color: $--color-common; } .el-picker-panel__content.el-scrollbar__wrap { overflow-y: auto; } .el-scrollbar__bar { display: none !important; } .time-select-item:hover { background: $--color-background-hover; color: $--color-common; font-weight: 400; } .time-select-item.selected { color: $--color-primary; font-weight: 400; } } .el-picker-panel{ .el-picker-panel__footer{ background: $--color-background; border-color: $--color-border; } .el-date-picker__time-header{ border-color: $--color-border; } .el-time-panel.el-popper{ background: $--color-background; border-color: $--color-border; } .el-time-spinner__item{ color: $--color-common; } .el-time-spinner__item.active:not(.disabled),.el-time-panel__btn{ color: $--color-primary; } .el-time-spinner__item:hover:not(.disabled):not(.active){ background: $--color-background-hover; } .el-time-panel__content::after, .el-time-panel__content::before,.el-time-panel__footer{ border-color: #636363; } .el-button.is-plain:hover, .el-button.is-plain:focus{ background: transparent; } } .hui-state { display: flex; align-items: center; .hui-state-bage { width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; } .hui-state-label { color: rgba(255, 255, 255, 0.65); } .hui-state-success { background: $--color-green; } .hui-state-error { background: $--color-red; } .hui-state-info { background: $--color-orange; } .hui-state-primary { background: $--color-primary; } .hui-state-common{ background: #FFC073; } .hui-state-major{ background: #F04243; } .hui-state-urgent{ background: #A20001; } } .hui-switch { position: relative; display: inline-block; width: 40px; height: 20px; input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.2); -webkit-transition: .4s; transition: .4s; border: 1px solid #DCDFE6; } .slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 1px; bottom: 1px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked+.slider { background-color: rgb(19, 206, 102); } input:checked+.slider:before { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } .slider.round { border-radius: 20px; } .slider.round:before { border-radius: 50%; } } .box-background { background: $--box-background; } .yui-tree-box { display: flex; background: $--background; width: 100%; height: 100%; .hui-left-tree { width: 250px; box-sizing: border-box; height: 100%; display: flex; flex-direction: column; background: $--box-background; .hui-left-tree-title { height: 42px; border-radius: 2px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid $--color-border; } .hui-left-tree-content { flex: 1; height: 0; overflow-y: auto; .collapse-title { flex: 1; width: 0; display: flex; align-items: center; } } .hui-left-tree-sub { font-weight: 600; margin-left: 8px; flex: 1; width: 0; } } .project-list { .project-list-item { height: 32px; display: flex; align-items: center; padding: 0 15px; cursor: pointer; border-bottom: 1px solid rgba(65, 71, 87, 0.8); box-sizing: border-box; .huifont-shuzhuangcaidantubiao { font-size: 22px; } .project-item-name { margin-left: 2px; font-size: 12px; } } .project-list-item:hover, .project-list-item.active { background: #262C38; } } .hui-tree-content { width: 0; flex: 1; height: 100%; padding-left: 10px; } .el-collapse { border: none; .el-collapse-item__header { background: #1E2430; color: $--color-common !important; border-color: $--color-border; height: 32px; line-height: 32px; font-size: 12px; padding: 0 14px; .el-collapse-name { flex: 1; width: 0; overflow: hidden; } .iconfont { color: $--color-common !important; margin-right: 6px; } .huifont-bumen { font-size: 16px; } .huifont-shuzhuangcaidantubiao, .huifont-moxingguanli { font-size: 18px; } } .el-collapse-item__wrap { background: #151c26; border: none; } .el-collapse-item__header.is-active, .el-collapse-item__header:hover, .el-collapse-item__header:focus { color: $--color-common; background: #262C38; } .el-icon-arrow-right { font-family: 'iconfont' !important; font-size: 9px; margin: 0; } .el-icon-arrow-right::before { content: '\e738'; } .el-collapse-item__content { padding-bottom: 0; color: $--color-common; font-size: 12px; } } } .el-color-dropdown.el-color-picker__panel { background: $--color-background; border: none; .el-button.is-plain:hover, .el-button.is-plain:focus { background: transparent; } .el-color-dropdown__btns { height: 28px; line-height: 28px; } } .el-color-picker { .el-color-picker__trigger { border-color: $--input-border } } .el-select-dropdown.is-multiple .el-select-dropdown__item.selected { background-color: $--color-background-hover !important; } .el-dropdown-menu.el-popper { padding: 8px; background: $--color-background; border: none; .el-dropdown-menu__item { color: $--color-common; padding: 6px 40px 6px 16px; line-height: normal; border-radius: 4px; } .el-dropdown-menu__item:not(.is-disabled):hover, .el-dropdown-menu__item:focus { background: $--color-background-hover; color: $--color-common; } } .el-tabs--top .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2) { padding-left: 0; } .el-tabs { .el-tabs__header { margin-bottom: 22px; } .el-tabs__item { color: $--color-common; box-shadow: none; height: 36px; line-height: 36px; transition: none; padding: 0 14px; } .el-tabs__item.is-active { color: $--color-primary; } .el-tabs__active-bar, .el-tabs__nav-wrap::after { height: 1px; } .el-tabs__nav-wrap::after { background-color: $--color-border; } } .hui-tag { display: inline-block; border: 1px solid $--color-primary; padding: 0 5px; border-radius: 2px; color: $--color-primary; overflow: hidden; position: relative; font-size: 12px; line-height: 18px; box-sizing: border-box; } .hui-tag::before { content: ''; width: 100%; height: 100%; background: $--color-primary; opacity: 0.1; position: absolute; left: 0; top: 0; } .hui-tag.hui-tag-success { border-color: $--color-green; color: $--color-green; } .hui-tag.hui-tag-success::before { background: $--color-green; } .hui-tag.hui-tag-warning { border-color: $--color-orange; color: $--color-orange; } .hui-tag.hui-tag-warning::before { background: $--color-orange; } .hui-tag.hui-tag-error { border-color: $--color-red; color: $--color-red; } .hui-tag.hui-tag-error::before { background: $--color-red; } .hui-tag.hui-tag-info { border-color: $--color-common; color: $--color-common; } .hui-tag.hui-tag-info::before { background: $--color-common; } .hui-alert { width: 100%; .hui-alert-box { width: 275px; height: 26px; border-radius: 2px; border: 1px solid rgba(51, 113, 255, 0.4); position: relative; overflow: hidden; display: flex; align-items: center; color: $--color-primary; font-size: 12px; padding: 0 10px; margin: 0 auto; span { margin-left: 5px; flex: 1; width: 0; overflow: hidden; } } .hui-alert-box::before { content: ''; position: absolute; background: $--color-primary; opacity: 0.11; left: 0; right: 0; top: 0; bottom: 0; } } .hui-chart-title { background-image: url(./assets/image/common/chart-title.png); background-size: contain; background-repeat: no-repeat; line-height: 32px; font-weight: 600; padding-left: 15px; color: #D2E4FF; display: flex; align-items: center; justify-content: space-between; font-size: 14px; .select{ width: 96px; } .year-picker{ width: 170px; } } .hui-chart-tip { width: 100px; font-size: 12px; .hui-tip-title { font-size: 20px; font-family: 'YouSheBiaoTiHei'; color: #FFFFFF; line-height: 26px; text-shadow: 0px 0px 8px rgba(51, 113, 255, 0.6); margin-bottom: 10px; } .hui-tip-box { width: 100%; padding: 8px 14px; background: linear-gradient(270deg, rgba(0, 4, 10, 0) 0%, rgba(0, 4, 10, 0.18) 100%); border-left: 2px solid rgba(97, 133, 214, 0.48); } .hui-tip-item { display: flex; align-items: center; line-height: 17px; padding: 8px 0; } .hui-tip-dage { width: 8px; height: 8px; margin-right: 5px; border-radius: 8px; } .hui-tip-name { flex: 1; width: 0; overflow: hidden; } .cyan { background: $--color-cyan; } .blue { background: $--color-blue2; } .red { background: $--color-red; } .orange { background: $--color-orange1; } .gray { background: $--color-gray; } } .alarm-table-box { .alarm-title { padding: 20px 20px 0 20px; } .alarm-table { padding: 0 20px; margin-bottom: 20px; .alarm-tr { background-color: rgba(97, 133, 214, 0.05); margin-bottom: 4px; } .alarm-tr:last-child { margin-bottom: 0; } } .alarm-tr { height: 36px; display: flex; align-items: center; font-size: 12px; padding: 0 12px; .tr-100 { width: 100px; } .tr-flex { flex: 1; width: 0; } .tr-130 { width: 130px; } .tr-50 { width: 50px; } .tr-80 { width: 80px; } .tr-center{ text-align: center; } .tr-150 { width: 150px; } } .alarm-tr>span{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } .hui-test-alarm { width: 100%; height: 306px; display: flex; .test-box { width: 280px; .test-item { height: 94px; background: #141A24; display: flex; align-items: center; padding-left: 24px; color: #D2E4FF; margin-bottom: 12px; } .test-item:last-child { margin-bottom: 0; } .test-label { flex: 1; width: 0; overflow: hidden; } .test-value { font-size: 24px; margin-top: 5px; } .test-icon { width: 56px; height: 56px; background: #3371FF; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin-right: 16px; i { font-size: 32px; color: #e6e6e6; } } .green { background: $--color-green; } .gray { background: #AFB9CC; } .purple { background: #9D60FB; } .red { background: $--color-red; } } .alarm-table-box{ flex: 1; width: 0; background: #141A24; height: 100%; margin-left: 12px; } } .color-primary { color: $--color-primary; } .color-cyan{ color: $--color-cyan; } .color-green{ color: $--color-green; } .color-purple { color: #9D60FB; } .color-red { color: $--color-red; } .color-gray { color: $--color-gray; } .color-blue { color: $--color-blue2; } .color-orange { color: $--color-orange1; } .color-yellow { color: $--color-yellow; } .color-font{ color: $--color-font; } .color-common{ color: $--color-common; } .color-orange1{ color:#FFC073; } .legend-box { display: flex; align-items: center; justify-content: center; position: absolute; .legend-item { display: flex; align-items: center; margin-right: 20px; } .legend-page { width: 8px; height: 8px; margin-right: 4px; } .legend-name { font-size: 12px; } } .hui-operation { width: 100%; display: flex; .operation-item { flex: 1; height: 88px; background: #1E2430; border-radius: 8px; padding: 20px 15px; margin-right: 10px; } .operation-test { width: 100%; height: 6px; background: #283040; border-radius: 6px; position: relative; z-index: 9; } .test-number { position: absolute; top: 0; left: 0; bottom: 0; border-radius: 6px; } .operation-label { display: flex; justify-content: space-between; margin-bottom: 14px; .label { opacity: 0.7; } .number { font-size: 20px; } } } .tank-label { display: flex; align-items: center; padding: 16px 20px; background: #1E2430; border-radius: 8px; margin-top: 16px; .tank-icon { width: 36px; height: 36px; background: #37B6BA; border-radius: 12px; text-align: center; line-height: 36px; margin-right: 8px; i { font-size: 20px; color: #fff; } } .label { flex: 1; width: 0; } .number { font-size: 20px; margin-right: 6px; } .unit { opacity: 0.6; } } .bim-box { flex: 1; height: 0; background: rgba(0, 4, 10, 0.3); margin-top: 12px; } .combination-select{ display: flex; align-items: center; .el-select{ width: 96px; margin-right: 8px; } .el-range-editor--mini.el-input__inner { height: 21px; padding: 0 7px; width: 210px; .el-range-input{ width: 70px; color:$--color-common; text-align: center; } .el-range__close-icon{ width: 20px; } } .el-range-editor--mini.el-input__inner .el-range-separator { color: #607182; width: 22px; line-height: 18px; } .el-range-editor--mini .el-range-input::placeholder { color: #607182; } } .el-picker-panel.el-date-range-picker.el-popper { color: $--color-common; border: none; background: $--color-background; .el-date-range-picker__content.is-left, .el-date-table th { border-color: $--color-border; } .el-date-table td.in-range div, .el-date-table td.in-range div:hover, .el-date-table.is-week-mode .el-date-table__row.current div, .el-date-table.is-week-mode .el-date-table__row:hover div { background: $--color-background-hover; } .el-date-table td.next-month, .el-date-table td.prev-month { color: #636363; } } //dialog .document-dialog{ .pdf-iframe { border: none; padding: 0; margin: 0; } .el-dialog { background: #fff !important; height: 80vh; margin-top: 10vh !important; display: flex; flex-direction: column; .el-dialog__header { padding: 15px 20px; border-bottom: 1px solid #CECFD3; .el-icon-close { font-family: "iconfont" !important; font-size: 18px; color: #CACACA; } .el-icon-close::before { content: "\e72f"; } } .el-dialog__title { color: #222222; font-size: 16px; font-weight: 500; } .el-dialog__body { padding: 0; flex: 1; height: 0; color: #222222; } .el-button--medium{ padding: 8px 16px; } .el-button--default{ color: #666666; border: 1px solid rgba(0,0,0,0.15); } .hui-dialog-submit{ border-top: 1px solid #CECFD3; padding: 15px 20px; } } } .el-alert.is-light { background-color: #141C27 !important; border: none !important; border-radius: 2px; .el-alert__icon { margin-right: 8px; font-family: "iconfont" !important; font-size: 16px; } .el-alert__content { color: $--color-common !important; line-height: 22px; } } .el-alert--success { .el-icon-success { color: $--color-green; } .el-icon-success::before { content: '\e73c'; } } .el-alert--success { .el-icon-success { color: $--color-green; } .el-icon-success::before { content: '\e73c'; } } .el-alert--error { .el-icon-error { color: $--color-red; margin-top: 2px; } .el-icon-error::before { content: '\e73a'; } } .el-alert--warning { .el-icon-warning { color: $--color-orange; margin-top: 1px; } .el-icon-warning::before { content: '\e73b'; } } .custom-tree-node{ width: 100%; display: flex; align-items: center; padding-right: 10px; .label{ flex: 1; width: 0; overflow: hidden; font-size: 12px; } .iconfont{ font-size: 19px; } .el-icon-place{ font-size: 16px; } .el-icon-more{ color: $--color-common; } .active{ color: $--color-primary; } } .el-notification{ background: #3b3f49 !important; border: none !important; .el-notification__title, .el-notification__content{ color: $--color-common; } }