Files
hb_pqs_web/src/styles/element-uione.scss
2025-01-09 19:02:44 +08:00

1995 lines
49 KiB
SCSS

.element-uione{
.h3 {
color: #ffff !important
}
// cover some element-ui styles
.tableScopeSwitch .el-switch__label {
position: absolute;
display: none;
color: #fff !important;
}
/*打开时文字位置设置*/
.tableScopeSwitch .el-switch__label--right {
z-index: 1;
/*不同场景下可能不同,自行调整*/
}
.Inspection {
background: #01302a !important
}
.el-cascader-menu__list {
position: relative;
min-height: 250px;
margin: 0;
padding: 6px 0;
background: #0c4d4d !important;
color: #fff !important;
list-style: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
background: #024242 !important;
color: #fff !important;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
color: #fff !important;
}
/*关闭时文字位置设置*/
.tableScopeSwitch .el-switch__label--left {
z-index: 1;
left: 20px;
/*不同场景下可能不同,自行调整*/
}
/*显示文字*/
.tableScopeSwitch .el-switch__label.is-active {
display: block;
}
.tableScopeSwitch.el-switch .el-switch__core,
.el-switch .el-switch__label {
width: 60px !important;
/*开关按钮的宽度大小*/
}
.layout4 .app-container {
position: relative;
width: 100%;
height: 100%;
background: #01302a;
}
.el-main {
background-color: #012524 !important;
padding: 0px;
}
body {
padding: 0 !important;
}
.el-dropdown-menu__item {
list-style: none;
line-height: 36px;
margin: 0;
color: #fff !important;
outline: 0;
}
.el-dropdown-menu__item:hover {
list-style: none;
line-height: 36px;
margin: 0;
background: #013d3a !important;
outline: 0;
}
.spanColor {
color: #fff !important
}
.layout4 .needTagsView .app-header-in {
height: 33px !important;
overflow: hidden !important;
background: #014444 !important;
border-bottom: 0.5px solid #14747b;
}
.tags-view-container {
background: #011e1d !important;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
margin-left: 10px !important;
}
.el-scrollbar__bar.is-horizontal {
height: 0px !important;
left: 1px !important;
top: 30px !important;
}
.layout4 .app-container .app-container-in .app-main .app-main-in {
position: relative;
height: 0%;
background: #01302a;
}
.el-button {
border-radius: 3px;
height: 36px;
// min-width: 80px;
}
.el-button--primary {
color: #11AFA5;
background-color: #0c4d4d!important;
border-color: #4AB5A5!important;
}
.el-button--primary:hover {
background-color: #0d958c !important;
border-color: #0c827c !important;
color: #fff;
}
.el-button--primary:focus {
background-color: #0d958c !important;
border-color: #0c827c !important;
color: #fff;
// cursor: wait;
}
.el-button--primary.is-plain {
color: #f4f6f7 !important;
// background: #e6ecf0;
//border-color: #9bb3c2;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active {
background-color: #4AB5A5;
border-color: #4AB5A5;
font-size: 14px;
font-weight: bold;
}
//input控件样式
.el-input--small .el-input__inner {
height: 36px;
line-height: 36px;
border-color: #4AB5A5;
background: #047470;
color: #fff;
}
.el-input.is-disabled .el-input__inner {
background-color: #3d8e7da3;
border-color: #4AB5A5;
color: #ccc;
cursor: not-allowed;
}
//input控件聚焦样式
.el-select .el-input.is-focus .el-input__inner {
border-color: #4AB5A5;
color: #fff;
}
.el-select {
width: 100%;
.el-select__tags {
white-space: nowrap;
overflow: hidden;
flex-wrap: nowrap;
.el-select__tags-text {
display: inline-block;
//max-width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
.el-select-dropdown__empty {
padding: 10px 0;
margin: 0;
text-align: center;
color: #bcbaba;
background: #047470;
font-size: 14px;
}
.el-scrollbar__bar.is-vertical {
width: 8px;
top: 2px;
background: white;
background-color: #ececec;
}
.el-scrollbar__thumb {
position: relative;
display: block;
width: 0;
height: 0;
cursor: pointer;
border-radius: inherit;
background-color: #4AB5A5;
-webkit-transition: .3s background-color;
transition: .3s background-color;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
color: #08b8b8 !important;
text-overflow: ellipsis;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
background-color: #047470 !important;
color: #fff !important;
// color:#000;
// font-size: 16px;
}
.el-select-dropdown__list {
list-style: none;
padding: 6px 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #047470;
color: #4AB5A5 !important;
}
.el-select-dropdown__item {
font-size: 14px;
padding: 0 20px;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fbfdff;
height: 34px;
line-height: 34px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.el-input__inner {
max-width: 100% !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
word-break: normal !important;
white-space: nowrap !important;
}
.el-select-dropdown__item.hover {
font-size: 14px;
padding: 0 20px;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fbfdff;
background: #094142;
height: 34px;
line-height: 34px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.el-select-dropdown__item.selected {
color: #0bcdb0 !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item {
padding-right: 40px;
background: #4AB5A5;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
padding-right: 40px;
background: #094142;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
color: #4AB5A5;
background-color: #094142;
}
.el-range-editor.is-disabled {
background-color: #047470;
border-color: #4AB5A5;
color: #C0C4CC;
cursor: not-allowed;
// height: 36px;
background: #047470 !important;
// top: -2px
}
.el-range-editor.is-disabled .el-range-separator {
color: #C0C4CC;
margin-right: 5px;
margin-top: -4px;
margin-left: -3px
}
// .el-range-editor--small .el-range-separator {
// line-height: 24px;
// font-size: 13px;
// width: 14px !important;
// }
.el-date-editor .el-range-separator {
display: inline-block;
height: 100%;
//padding: 0px 0px;
margin: 0;
text-align: center;
line-height: 32px;
color: #fff;
margin-right: 5px;
margin-top: -4px;
margin-left: -3px;
font-size: 14px;
width: 5%;
}
.el-date-editor .el-range__close-icon {
font-size: 14px;
color: #C0C4CC;
width: 1px;
display: inline-block;
float: right;
line-height: 32px;
}
.el-range-editor.is-disabled input {
background-color: #047470 !important;
color: #ced0d4;
cursor: not-allowed;
}
.el-date-editor .el-range-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: 0;
display: inline-block;
height: 100%;
margin: 0;
padding: 0;
width: 39%;
text-align: center;
font-size: 14px;
color: #ffffff;
background: #047470;
}
.el-picker-panel__sidebar {
position: absolute;
top: 0;
bottom: 0;
width: 110px;
border-right: 1px solid #039288;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-top: 6px;
background-color: #047470;
color: #fff !important;
overflow: auto;
}
.el-date-range-picker__content.is-left {
border-right: 1px solid #039288;
background: #047470;
color: #fff;
}
.el-date-range-picker__content.is-right {
border-right: 1px solid #039288;
background: #047470;
color: #fff;
}
.el-picker-panel__shortcut {
display: block;
width: 100%;
border: 0;
background-color: transparent;
line-height: 28px;
font-size: 14px;
color: #fff;
padding-left: 12px;
text-align: left;
outline: 0;
cursor: pointer;
}
.el-picker-panel__shortcut:hover {
color: #07c8c8 !important;
}
.el-date-table th {
padding: 5px;
color: #f5f6f8;
font-weight: 400;
border-bottom: solid 1px #EBEEF5;
}
.el-picker-panel__icon-btn {
font-size: 12px;
color: #f4f5f7;
border: 0;
background: 0 0;
cursor: pointer;
outline: 0;
margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
font-size: 12px;
color: #07c8c8 !important;
border: 0;
background: 0 0;
cursor: pointer;
outline: 0;
margin-top: 8px;
}
.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: #0838398e;
}
.el-range-editor--small.el-input__inner {
// height: 36px;
background: #047470 !important;
color: #fff;
// top: -2px
}
.demo-form-inline {
height: 46px;
overflow-y: auto;
}
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
margin-bottom: 10px !important;
}
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
margin-bottom: 10px !important;
height: 36px;
padding: 0;
}
.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
line-height: 36px;
color: #fff !important;
}
//测试
.el-form--inline .el-form-item {
display: inline-block;
margin-right: 2px;
vertical-align: top;
}
.el-form--inline .el-form-item__label {
float: none;
display: inline-block;
color: #fff !important;
}
.el-radio {
color: #fbfcff;
font-weight: 500;
line-height: 1;
cursor: pointer;
white-space: nowrap;
outline: 0;
margin-right: 30px;
}
.el-radio__input.is-checked+.el-radio__label {
color: #12b59a !important;
}
.svg-icon {
color: #fff;
}
.el-form-item__label {
color: #fff !important;
font-family: '微软雅黑';
font-size: 14px;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #4AB5A5;
border-color: #4AB5A5;
height: 16px;
width: 16px;
}
.el-checkbox__inner {
display: inline-block;
position: relative;
border: 1px solid #4AB5A5;
border-radius: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #FFF;
z-index: 1;
-webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #4AB5A5;
border-color: #fcfcfc !important;
}
.el-table {
background: #01302a;
}
.u-table {
background: #01302a;
}
.el-table__body,
.el-table__footer,
.el-table__header {
table-layout: fixed;
height: 40px;
font-size: 16px;
border-collapse: separate;
}
.table_header {
background-color: #047470 !important;
color: #fff !important;
font-size: 16px;
height: 40px;
}
.el-table--border,
.el-table--group {
//border: 1px solid #c1c2c5;
}
.el-table--small .el-table__cell {
padding: 0;
font-size: 14px;
color: #fff;
}
.el-table th,
.el-table tr {
background-color: #083839;
height: 40px;
}
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
background-color: #104446 !important
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
background-color: #01302a !important
}
.plTableBox {
width: 100%;
border: #fff solid 1px;
position: retive;
background-color: #01302a !important;
}
.plTableBox.el-table--small .el-table__cell {
padding: 0;
font-size: 14px;
color: #fff;
}
// .plTableBox .el-table,
// .plTableBox .el-table__expanded-cell {
// background-color: $themeColor !important;
// }
.plTableBox .el-table__header-wrapper {
background: #01302a !important;
}
.plTableBox .el-table tr {
background: #104446 !important;
//border: #fff solid 1px !important;
color: #fff !important
}
body .plTableBox .el-table th.gutter {
display: table-cell!important;
}
// 全局设置
body .plTableBox.el-table th.gutter {
display: table-cell !important;
}
// .plTableBox.el-table {
// th.gutter,
// colgroup.gutter {
// display: block !important;
// width: 6px !important
// }
// }
// ::-webkit-scrollbar {
// width: 6px
// }
.plTableBox .el-table__body-wrapper {
overflow: hidden;
position: relative;
background-color: #01302a !important;
}
.plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: $themeColor !important;
//border: #fff solid 1px !important;
color: #fff !important;
}
.plTableBox.el-table--border .el-table__cell:first-child .cell {
padding-left: 0px;
color: aliceblue;
}
::-webkit-scrollbar {
display: block;
}
.el-table__body tr.hover-row.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
.el-table__body tr.hover-row>td.el-table__cell {
background-color: #01302a !important
}
.el-table--border .el-table__cell:first-child .cell {
padding-left: 10px;
color: aliceblue;
}
.el-icon-arrow-right:before {
content: "\E6E0";
color: rgb(255, 255, 255);
}
.el-button--mini,
.el-button--mini.is-round {
padding: 7px 15px;
}
.el-button--mini {
border-radius: 3px;
font-size: 12px;
height: 28px !important;
}
.el-button--small {
border-radius: 3px;
font-size: 12px;
height: 36px !important;
}
.el-pagination__total {
margin-right: 10px;
font-weight: 400;
color: #fff;
}
.spanColor[data-v-10ef34c8] {
color: #fff !important;
}
.el-pagination__jump {
margin-left: 24px;
font-weight: 400;
color: #f3f4f6;
}
.el-pagination .el-select .el-input .el-input__inner {
padding-right: 25px;
border-radius: 3px;
color: #fff;
background: #047470;
border: 1px solid #4AB5A5;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
color: #fff !important;
background-color: #047470 !important;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
margin: 0 5px;
background-color: #034742d2;
color: #f4f6fb;
min-width: 30px;
border-radius: 2px;
}
.el-icon-arrow-left:before {
color: #acabab !important;
}
.el-pager li:hover {
color: #fff !important;
}
.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
cursor: pointer;
color: #fff !important;
}
.el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
background: $hoverf !important;
color: aliceblue;
//opacity: 0.5;
}
.el-table__body-wrapper::-webkit-scrollbar-track {
background-color: #e8eaeccb !important;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
// .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
// background-color: $themeColor !important;
// color:#fff;
// }
.el-tabs--border-card>.el-tabs__content {
padding: 10px;
background: #013831;
}
.el-tabs__header {
padding: 0px;
position: relative;
margin: 0 0 10px !important;
}
.el-tabs--border-card {
background: #014e3499 !important;
// width: 100% !important;
// height: 36px !important;
}
.el-tabs__item.is-active {
color: #fff !important;
}
.el-tabs__active-bar {
background-color: #059f95 !important;
}
.el-tabs__item {
padding: 0 20px;
height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 40px;
display: inline-block;
list-style: none;
border-radius: 20px;
font-size: 14px;
font-weight: 500;
color: #7fbab2 !important;
position: relative;
}
.el-tabs__item:hover {
color: #fff !important;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
color: #0ccfc5 !important;
background: linear-gradient(#013935, #09cdc3c3)!important;
border-color: #03f7fb;
border: 0.5px solid #03f7fb !important;
font-size: 16px;
font-weight: bold;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
color: #fcfefd !important;
background: linear-gradient(#2da39f, #005855);
border-color: #03f7fb;
border: 0.5px solid #03f7fb !important;
font-size: 16px;
font-weight: bold;
}
.el-tabs__nav-scroll {
overflow: hidden;
background: #014844 !important;
}
.el-loading-mask {
position: absolute;
z-index: 2000;
background-color: rgba(19, 61, 62, 0.71) !important;
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.el-tree {
position: relative;
cursor: default;
background: #047470;
color: #fff;
}
.el-tree .el-tree-node:focus>.el-tree-node__content {
background-color: #4ab5a526 !important;
color: #4AB5A5 !important;
}
.el-tree-node__content:hover,
.el-upload-list__item:hover {
background-color: #133a34eb !important;
color: #57dbc7 !important;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
background: #132320 !important;
color: #06f0d5 !important;
}
.el-tree-node__expand-icon {
cursor: pointer;
color: #4AB5A5;
font-size: 20px;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.el-tree-node__expand-icon.expanded {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.el-tree-node__expand-icon.is-leaf {
color: transparent;
cursor: default
}
.el-tree-node__label {
font-size: 16px
}
.el-tree-node__loading-icon {
margin-right: 8px;
font-size: 20px;
color: #4AB5A5
}
.el-tree-node>.el-tree-node__children {
overflow: hidden;
color: rgb(252, 252, 252);
background-color: transparent
}
.el-tree-node.is-expanded>.el-tree-node__children {
display: block;
}
// .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
// background-color:#f0f7ff
// }
.el-tree-node__label {
font-size: 16px;
}
::-webkit-scrollbar-thumb {
background-color: #059f95 !important;
border-radius: 10px !important;
width: 12px !important;
cursor: pointer !important;
}
::-webkit-scrollbar-track {
background-color: #8b8989;
border: #d2d0d0;
cursor: pointer !important;
width: 12px !important;
}
.el-tree {
width: 100%;
overflow: scroll;
}
.el-tree>.el-tree-node {
display: inline-block;
min-width: 100%;
}
// .el-dialog__body {
// padding: 30px 20px;
// /* color: #6e87ba; */
// font-size: 14px;
// word-break: break-all;
// background: #013b39ee !important;
// }
.el-dialog__body {
padding: 10px 10px !important;
/* color: #6e87ba; */
font-size: 14px;
word-break: break-all;
background: #013b39ee !important;
}
.el-dialog .el-dialog__header {
height: 36px;
padding: 0 10px !important;
line-height: 36px;
background: #034e4b !important;
}
.el-dialog .el-dialog__header .el-dialog__headerbtn {
top: 5px !important;
font-size: 24px;
}
.el-dialog .el-dialog__footer {
height: 40px !important;
padding: 0 10px !important;
line-height: 40px !important;
border-top: 1px solid #DCDFE6;
background: #013b39ee !important;
}
.el-dialog {
display: flex !important;
;
flex-direction: column !important;
;
margin: 0 !important;
position: absolute !important;
;
top: 50% !important;
;
left: 50% !important;
;
transform: translate(-50%, -50%) !important;
;
max-height: calc(100% - 30px) !important;
;
max-width: calc(100% - 30px) !important;
;
}
.el-dialog .el-dialog__body {
flex: 1 !important;
;
overflow: auto !important;
;
}
.el-collapse-item__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 48px;
line-height: 48px;
background-color: #065252 !important;
color: #fff !important;
cursor: pointer;
border-bottom: 1px solid #EBEEF5;
font-size: 13px;
font-weight: 500;
-webkit-transition: border-bottom-color .3s;
transition: border-bottom-color .3s;
outline: 0;
}
.el-card {
overflow: hidden;
color: #fbfbfb;
background-color: #023932;
border: 1px solid #EBEEF5;
border-radius: 4px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
//弹窗样式
// .el-dialog {
// background-color:rgba(5,24, 31,0.9) !important;
// margin-top: 14vh;
// margin: 14vh auto 0px !important;
// border: 1px solid #0b4340;
// position: relative;
// box-shadow: inset 0px 0px 6px #0a4744;
// &::before,&::after{
// content: "";
// display: inline-block;
// position: absolute;
// width: 5px;
// height: 5px;
// border: 1px solid #05e2e2;
// box-shadow: 0px 0px 8px #11fec7;
// background: rgba(18, 24, 26, 0.98);
// }
// &::before {
// left: -3px;
// top: -2px;
// }
// &::after {
// right: -3px;
// top: -2px;
// }
// .el-dialog__header {
// border-bottom: 1px dashed #40ffff59;
// /*no*/
// ;
// .el-dialog__title {
// color: #d4e0f0;
// font-weight: bold;
// }
// }
// .el-dialog__body {
// padding: 40px;
// &::before,&::after{
// content: "";
// display: inline-block;
// position: absolute;
// width: 5px;
// height: 5px;
// border: 1px solid #05e2e2;
// box-shadow: 0px 0px 8px #11fec7;
// background: rgba(18, 24, 26, 0.98);
// }
// &::before {
// left: -3px;
// bottom: -2px;
// }
// &::after {
// right: -3px;
// bottom: -2px;
// }
// label {
// color: #9acaf7;
// }
// }
// .el-tree__empty-text {
// color: #9acaf7;
// }
// .button-group {
// text-align: right;
// margin-top: 36px;
// }
// .el-table th {
// background-color: #111d40;
// color: #7788b9;
// padding: 0px 0px !important;
// }
// .el-table__empty-text {
// color: #7788b9;
// }
// .el-tree {
// border: 1px solid #9acaf7;
// /*no*/
// border-radius: 7px;
// }
// .el-dialog__wrapper {
// max-height: 98vh;
// }
// }
// .el-message--error{
// background-color: #571d0b;
// border-color: #dfa510;
// }
// .el-message--success{
// background-color: #09461f;
// border-color: #b9df10;
// }
// .el-message-box {
// background-color:rgba(10, 65, 63, 0.9) !important;
// position: relative;
// overflow:visible;
// padding:10px;
// padding-bottom:16px;
// border: 1px dashed #0b4340;
// box-shadow: inset 0 0 8px #174868;
// &::before,&::after{
// content: "";
// display: inline-block;
// position: absolute;
// width: 5px;
// height: 5px;
// border: 1px solid #05e2e2;
// box-shadow: 0px 0px 8px #11fec7;
// background: rgba(18, 24, 26, 0.98);
// }
// &::before {
// left: -3px;
// top: -2px;
// }
// &::after {
// right: -3px;
// top: -2px;
// }
// .el-message-box__btns{
// &::before,&::after{
// content: "";
// display: inline-block;
// position: absolute;
// width: 5px;
// height: 5px;
// border: 1px solid #05e2e2;
// box-shadow: 0px 0px 8px #11fec7;
// background: rgba(18, 24, 26, 0.98);
// }
// &::before {
// left: -3px;
// bottom: -2px;
// }
// &::after {
// right: -3px;
// bottom: -2px;
// }
// }
// .el-message-box__title,
// .el-message-box__message {
// color: #b2bece !important;
// }
// .el-message-box__header{
// // border-bottom: 1px solid #0b4340;
// }
// .el-message-box__title{
// font-size:14px;
// }
// }
.vxe-table {}
.vxe-table .cell {
text-align: center !important;
}
//vxe表格ui全局样式
.vxe-table--render-default .vxe-cell {
/* white-space: pre-line; */
white-space: nowrap !important;
/* word-break: break-all; */
height: 40px !important;
line-height: 40px !important;
/* align-items: center; */
// padding: 0px;
/* padding-right: 10px; */
}
.vxe-table--render-default .vxe-table--body-wrapper,
.vxe-table--render-default .vxe-table--footer-wrapper {
background-color: #01302a;
}
.vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
.vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
.vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
padding: 2px 0 !important;
font-size: 14px;
}
.vxe-body--row.row--hover {
background-color: $themeColor !important;
color: #FFF;
}
/*表格滚动条样式*/
.vxe-table--body-wrapper::-webkit-scrollbar {
width: 8px;
}
.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
border-radius: 5px;
height: 8px;
background-color: #059f95 !important;
border-radius: 30px !important;
}
.vxe-table--body-wrapper::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgb(174, 173, 173);
border-radius: 2px;
background: rgb(235, 233, 233);
}
.vxe-body--row.row--current {
background-color: rgb(2, 132, 123) !important;
color: #fff !important;
}
// 斑马纹样式
.vxe-body--row.row--stripe {
background-color: #104446 !important;
color: #fff;
}
.vxe-body--row {
background-color: #083839 !important;
color: #fff;
font-weight: 400 !important;
font-size: 14px !important;
}
.vxe-button.type--button {
//font-family: inherit !important;
// height:34px !important;
//line-height: 25px !important;
/* margin: 0 0 0 0; */
margin-top: -1% !important;
// height: 25px !important;
// border: 1px solid #dcdfe6 ;
}
.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
background: #1cb6b6 !important;
}
.vxe-table--body-wrapper::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #aeadad;
box-shadow: inset 0 0 5px #aeadad;
border-radius: 2px;
background: #ebe9e9 !important;
}
.vxe-button.type--button.theme--primary:not(.is--disabled):hover {
border-color: rgb(13, 115, 103) !important;
background-color: rgb(13, 115, 103) !important;
}
.vxe-icon-checkbox-indeterminate:before {
content: "\E8C4";
color: #fff !important;
font-size: 12px;
// border: 1px solid #f3f6f7 !important;
}
.vxe-checkbox .vxe-checkbox--icon,
.vxe-custom--option .vxe-checkbox--icon,
.vxe-export--panel-column-option .vxe-checkbox--icon,
.vxe-table--filter-option .vxe-checkbox--icon,
.vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
font-size: 14px;
//color: #256d8f !important;
background: #045e5e !important;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
color: #0f9a87;
border-radius: 2px;
}
.vxe-icon-checkbox-checked {
color: #076057 !important;
}
// .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
// background-color: $themeColor !important;
// color:#fff;
// }
// .ele-tree-menu {
// width: 100%;
// background: rgba(204, 200, 200, 0.164);
// color: #424141 !important;
// }
// .el-tree .el-tree-node:focus > .el-tree-node__content {
// background: $themeColor !important;
// color:#fff;
// font-size:16px;
// }
// .el-tree .el-tree-node__content:hover {
// background-color: $themeColor !important;;
// color: #fff;
// }
.el-header,
.el-main {
padding: 0;
}
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
font-weight: 400 !important;
}
.el-upload {
input[type="file"] {
display: none !important;
}
}
.el-upload__input {
display: none;
}
// to fixed https://github.com/ElemeFE/element/issues/2461
.el-dialog {
position: relative;
left: 0;
margin: 0 auto;
transform: none;
.el-dialog__body {
max-height: 80vh;
padding: 20px;
overflow-y: auto;
}
.el-dialog__header {
height: 36px;
padding: 0 20px;
line-height: 36px;
background: $themeColor;
.el-dialog__title {
font-size: 16px;
font-weight: bold;
color: #FFF;
}
.el-dialog__headerbtn {
top: 6px;
font-size: 24px;
i {
color: #fff;
}
}
}
.el-dialog__footer {
height: 36px;
padding: 0 20px;
line-height: 36px;
border-top: 1px solid #DCDFE6;
}
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
background-color: #198888;
border-color: #1cb4b6;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
background-color: #2b8e7f;
border-color: #1cb6a9;
cursor: not-allowed;
}
.el-checkbox__label {
color: #d5e5ef !important;
}
.el-textarea__inner {
display: block;
width: 100%;
padding: 5px 15px;
font-size: inherit;
line-height: 1.5;
color: #f8f8f9;
background-color: #046f73;
background-image: none;
border: 1px solid #12b59d;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
resize: vertical;
}
// .PAGE-SIZE-small .el-dialog {
// .el-dialog__header {
// height: 42px;
// line-height: 42px;
// .el-dialog__headerbtn {
// top: 7px;
// }
// }
// .el-dialog__footer {
// height: 42px;
// line-height: 42px;
// }
// }
// .PAGE-SIZE-medium .el-dialog {
// .el-dialog__header {
// height: 50px;
// line-height: 50px;
// .el-dialog__headerbtn {
// top: 11px;
// }
// }
// .el-dialog__footer {
// height: 49px;
// line-height: 49px;
// }
// }
// // refine element ui upload
// .upload-container {
// .el-upload {
// width: 100%;
// .el-upload-dragger {
// width: 100%;
// height: 200px;
// }
// }
// }
.el-card__body {
padding: 10px;
margin-bottom: 10px;
}
// // dropdown
// .el-dropdown-menu {
// a {
// display: block;
// }
// }
// //阻止右边出现padding
// .el-popup-parent--hidden {
// padding-right: 0 !important;
// overflow: hidden;
// }
// //防止tab被遮住
// ::-webkit-scrollbar {
// width: 5px;
// height: 14px;
// }
// // to fix el-date-picker css style
// .el-range-separator {
// box-sizing: content-box;
// }
// .el-drawer__header {
// & > span,
// & > button {
// outline: none !important;
// }
// }
// .el-transfer-panel__list.is-filterable {
// height: 79vh;
// padding-top: 0;
// }
// // el-table
// .el-table {
// border-right: 1px solid #EBEEF5;
// // 无边框模式下增加外边框
// border-left: 1px solid #EBEEF5;
// // 表头样式
// thead {
// color: #333;
// }
// .el-table__header {
// tr,th {
// background: #E5E7F2;
// }
// // td {
// // background-color: #dbf6f6 !important;
// // }
// }
// // 斑马纹样式
// &.el-table--striped .el-table__body tr.el-table__row--striped td {
// background-color: #79aeac !important;
// }
// // hover样式
// &.el-table--enable-row-hover .el-table__body tr:hover > td {
// background-color: #dbf6f6 !important;
// }
// // 选中列样式
// &.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
// .el-table__body tr.current-row > td {
// background: $themeColor-8 !important;
// }
// // mini版大小样式调整
// &.el-table--mini {
// th {
// padding: 4px 0;
// .caret-wrapper {
// height: 24px;
// .sort-caret.ascending {
// top: 0;
// }
// .sort-caret.descending {
// bottom: 2px;
// }
// }
// }
// td {
// padding: 2px 0;
// }
// }
// &.el-table--mini,
// &.el-table--small,
// &.el-table__expand-icon {
// font-size: 14px;
// }
// // small版大小样式调整
// &.el-table--small {
// th {
// padding: 6px 0;
// }
// td {
// padding: 4px 0;
// }
// }
// // medium版大小样式
// &.el-table--medium {
// th {
// padding: 8px 0;
// }
// td {
// padding: 6px 0;
// }
// }
// }
// // el-tree-select
// .el-tree-select-popper {
// [aria-disabled=true] > .el-tree-node__content {
// color: #ccc !important;
// }
// }
// // el-select
// // 增加loading样式
// .el-select.el-select-loading .el-icon-arrow-up {
// animation: rotating 2s linear infinite;
// &::before {
// content: "\e6cf";
// }
// }
// .el-form-item--small.el-form-item {
// margin-bottom: 10px;
// }
// // el-step
// .el-step__head.is-success {
// color: $themeColor;
// border-color: $themeColor;
// }
// .el-step__title.is-success {
// color: $themeColor !important;
// }
// .is-success .el-step__line {
// background-color: $themeColor !important;
// }
// .el-pagination.is-background .el-pager li.active:not(.disabled):hover {
// color: #fff !important;
// }
// .readonly {
// &.el-input-number .el-input.is-disabled .el-input__inner {
// color: #606266;
// background: #fff;
// }
// }
// .el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
// background: $themeColor !important;
// color: aliceblue;
// //opacity: 0.5;
// }
// .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
// background-color: $themeColor !important;
// color:#fff;
// }
// .ele-tree-menu {
// width: 100%;
// background: rgba(204, 200, 200, 0.164);
// color: #424141 !important;
// }
// .el-tree .el-tree-node:focus > .el-tree-node__content {
// background: $themeColor !important;
// color:#fff
// }
// .el-tree .el-tree-node__content:hover {
// background-color: $themeColor !important;;
// color: #fff;
// }
// .menu-tree {
// background: rgba(238, 240, 241, 0.192);
// padding: 0px;
// margin-right: 0px;
// border-radius: 5px;
// box-shadow: 0px 0px 0px 0px #cad1d4;
// }
// // .el-form-item__label {
// // font-size: 14px;
// // color: $themeColor;
// // }
// .el-checkbox__label {
// display: inline-block;
// padding-left: 10px;
// line-height: 19px;
// font-size: 14px;
// color:$themeColor !important
// }
// .table_header {
// background-color: $themeColor !important;
// color: #fff !important;
// height: 40px;
// }
// .el-table__body-wrapper::-webkit-scrollbar {
// width: 8px; /*滚动条宽度*/
// height: 12px; /*滚动条高度*/
// }
// .el-table__body-wrapper::-webkit-scrollbar-track {
// border-radius: 0px; /*滚动条的背景区域的圆角*/
// background-color: $themeColor; /*滚动条的背景颜色*/
// opacity: 0.5;
// cursor: pointer !important;
// }
// .el-table__body-wrapper::-webkit-scrollbar-corner {
// background-color: $themeColor;
// opacity: 0.8;
// cursor: pointer;
// }
// .el-table__body-wrapper::-webkit-scrollbar-thumb {
// border-radius: 4px; /*滚动条的圆角*/
// background-color: $themeColor; /*滚动条的背景颜色*/
// opacity: 0.8;
// }
// //elememtui的样式修改
// ::v-deep .el-table__body-wrapper::-webkit-scrollbar-track {
// background-color: #b7c1c169;
// }
// ::v-deep.el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
// background: $themeColor;
// color: aliceblue;
// cursor: pointer;
// }
// .el-tree-node__expand-icon {
// font-size: 25px;
// color: rgb(169, 170, 172);
// }
// .vxe-table--render-default .vxe-cell {
// /* white-space: pre-line; */
// white-space: nowrap !important;
// /* word-break: break-all; */
// height: 25px !important;
// //line-height: 25px !important;
// /* align-items: center; */
// /* padding-left: 10px; */
// /* padding-right: 10px; */
// }
// .vxe-body--row.row--hover{
// background-color: $themeColor !important;
// color: #FFF;
// }
// /*表格滚动条样式*/
// .vxe-table--body-wrapper::-webkit-scrollbar{
// width: 8px;
// }
// .vxe-table--body-wrapper::-webkit-scrollbar-thumb{
// border-radius: 5px;
// height: 8px;
// background-color: $themeColor !important;
// border-radius: 30px !important;
// }
// .vxe-table--body-wrapper::-webkit-scrollbar-track{
// box-shadow: inset 0 0 5px rgb(174, 173, 173);
// border-radius: 2px;
// background: rgb(177, 175, 175);
// }
// .vxe-body--row.row--current{
// background-color:rgb(2, 132, 123) !important;
// color: #fff !important;
// }
// // 斑马纹样式
// .vxe-body--row.row--stripe {
// background-color: #79aeac !important;
// }
// .vxe-body--row{
// background-color: #dbf6f6 !important;
// font-weight: 400 !important;
// font-size: 14px !important;
// }
// .vxe-button.type--button {
// //font-family: inherit !important;
// // height:34px !important;
// //line-height: 25px !important;
// /* margin: 0 0 0 0; */
// margin-top: -1% !important;
// // height: 25px !important;
// // border: 1px solid #dcdfe6 ;
// }
// .vxe-button.type--button.theme--primary:not(.is--disabled):hover{
// border-color: rgb(13, 115, 103) !important;
// background-color: rgb(13, 115, 103) !important;
// }
// .el-table td {
// background-color: #dbf6f6 !important;
// }
// // .el-tree-node__expand-icon:hover {
// // font-size: 25px;
// // color: green;
// // }
.wr {
margin-left: 0%;
font-weight: bold;
font-size: 14px;
}
.zd {
background: #CC0000;
color: #fff;
}
.zzd {
background: #ff9900;
color: #fff;
}
.qd {
background: #FFCC33;
color: #fff;
}
.qw {
background: #3399ff;
color: #fff;
}
.wd {
background: #339966;
color: #fff;
}
.ws {
background: #999999;
color: #fff;
}
.xshou {
cursor: pointer;
}
.right-top {
color: rgb(7, 131, 161);
border: 1.5px solid rgb(7, 131, 161);
border-style: solid hidden hidden hidden;
}
.xdf {
margin-left: 2%;
font-size: 12px;
font-weight: bold;
line-height: 0.6rem;
color: #000;
}
.l1 {
color: #fff;
background: #999;
}
.l2 {
color: #fff;
background: #339966;
}
.l3 {
color: #fff;
background: #39F;
}
.l4 {
color: #fff;
background: #F90;
}
.l5 {
color: #fff;
background: #FFCC33;
}
.l6 {
color: #fff;
background: #CC0000;
}
.jkl {
height: 0.3%;
margin-top: 1%;
cursor: pointer;
}
.cvb {
height: 20vh;
overflow-x: hidden;
overflow-y: auto;
}
.ll {
font-weight: bold;
color: #000;
}
.d1 {
padding: 1.5%;
line-height: 10px;
color: #fff;
background: #999;
}
.d2 {
padding: 1.5%;
line-height: 10px;
color: #fff;
background: #393;
}
.asd {
float: right;
font-size: 14px;
font-weight: bold;
line-height: 15px;
color: #FFF;
}
.d3 {
padding: 1.5%;
line-height: 10px;
color: #fff;
background: #39F;
}
.d4 {
padding: 1.5%;
line-height: 10px;
color: #fff;
background: #F90;
}
.d5 {
padding: 1.5%;
line-height: 10px;
color: #fff;
background: #FC0;
}
.d6 {
padding: 1.5%;
line-height: 10px;
color: #fff;
background: #F30;
}
.qwe {
margin-top: 5px;
}
.fgh {
height: 5vh;
}
.lf {
float: left;
}
.spanfont {
font-weight: bold;
color: #fff;
}
.el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
margin-left: 110px;
color: #fff;
background: #047470;
}
.el-date-picker__header {
margin: 12px;
text-align: center;
color: #fff !important;
background: #047470;
}
.el-date-picker__header-label {
font-size: 16px;
font-weight: 500;
padding: 0 5px;
line-height: 22px;
text-align: center;
cursor: pointer;
color: #fefefe;
}
.el-date-table td.disabled div {
background-color: #045152b4;
opacity: 1;
cursor: not-allowed;
color: #C0C4CC;
}
.el-popper[x-placement^=bottom],
.el-tooltip__popper[x-placement^=bottom] {
margin-top: 12px;
background: #047470;
}
.el-month-table td.current:not(.disabled) .cell {
color: #07bebb !important;
}
.el-month-table td .cell {
width: 60px;
height: 36px;
display: block;
line-height: 36px;
color: #ffffff;
margin: 0 auto;
border-radius: 18px;
}
.el-month-table td .cell:hover {
width: 60px;
height: 36px;
display: block;
line-height: 36px;
color: #07bebb !important;
margin: 0 auto;
border-radius: 18px;
}
.fontColor {
color: #fff !important;
}
.viewback {
background: #01302a !important;
}
.viewsback {
background: #0c443c !important;
}
}