123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899 |
- .modal {
- &.el-dialog {
- background: fade(#121d1c, 95);
- border: 1px solid fade(@green, 50);
- box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
- .el-dialog__header {
- padding: 10px 0;
- border-bottom: 1px solid #323b3c;
- margin: 0 24px;
- .el-dialog__title {
- font-size: 16px;
- color: fade(@white, 75);
- }
- }
- &.el-dialog--center .el-dialog__body,
- .el-dialog__body {
- padding: 16px 24px;
- }
- &.hide-header {
- .el-dialog__header {
- border: none;
- .el-dialog__title {
- display: none;
- }
- }
- }
- }
- }
- .title-select .el-select .el-input__inner {
- width: 133px;
- max-width: 190px;
- height: 25px;
- background: rgba(67, 81, 107, 0.2);
- border: 0px solid #2a374f;
- border-radius: 0px;
- font-size: 13px;
- color: #b3b3b3;
- }
- .title-select .el-input__suffix {
- display: none;
- }
- .el-overlay {
- .card {
- position: fixed;
- top: 120px;
- right: 20px;
- width: 383px;
- background: rgba(0, 0, 0, 0.3);
- border: none;
- color: #fff;
- border-radius: 8px;
- padding: 24px 13px;
- }
- .content {
- height: 100%;
- height: calc(100% - 59px);
- }
- .home_card .header {
- margin-bottom: 10px;
- }
- .home_card .header img {
- margin-right: 10px;
- vertical-align: -7%;
- }
- .el-menu {
- z-index: 2002 !important;
- }
- .el-menu .el-menu-item:hover {
- background-color: transparent !important;
- color: rgba(28, 153, 255, 1);
- }
- .el-menu-item-group .el-menu-item.is-active {
- color: #999999 !important;
- }
- .el-menu .el-menu-item .router-link-exact-active,
- .el-sub-menu .el-sub-menu__title .router-link-active {
- color: rgba(28, 153, 255, 1) !important;
- }
- .el-sub-menu__title i,
- .el-menu-item a {
- font-size: 18px !important;
- color: rgba(186, 197, 216, 1) !important;
- }
- .el-menu-item a .icon-State-monitoring {
- font-size: 21px !important;
- }
- .el-menu-item:hover a {
- color: rgba(28, 153, 255, 1) !important;
- }
- .el-sub-menu.is-opened::before {
- content: "";
- position: absolute;
- display: block;
- width: 5px;
- height: 40px;
- background: rgba(28, 153, 255, 1);
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- top: 8px;
- right: 0;
- }
- .el-input__inner {
- background: rgba(83, 98, 104, 0.2) !important;
- border-radius: 12.5px !important;
- border: 0px solid #3b6c53 !important;
- }
- .tanchuc .el-dropdown-menu__item:hover {
- background: rgba(0, 70, 199, 0.3) !important;
- }
- .station .el-input-number__decrease {
- background: rgba(67, 81, 107, 0.2) !important;
- border-radius: 13px 0px 0px 13px !important;
- }
- .station .el-input-number__increase {
- background: rgba(67, 81, 107, 0.2) !important;
- border-radius: 0px 13px 13px 0px !important;
- }
- .tables .el-switch__core {
- background: none;
- }
- .station .el-input-number__decrease,
- .station .el-input-number__increase {
- // top: 9px !important;
- }
- .el-picker__poppe {
- z-index: 999;
- }
- .station .el-picker-panel__footer {
- background: blue !important;
- }
- .elDatePicker {
- /*border: 1px solid #094493 !important;*/
- border: none;
- }
- .metse .el-table th {
- background: rgba(83, 89, 104, 0.1) !important;
- }
- .elDatePicker .el-date-picker__time-header {
- border-bottom: 1px solid #323b3c;
- }
- .elDatePicker .el-input__inner {
- height: 26px !important;
- line-height: 26px !important;
- }
- .elDatePicker .el-picker-panel {
- border: 1px solid #094493 !important;
- background: #090e19 !important;
- }
- .elDatePicker .el-date-table th {
- border-bottom: 1px solid #2a374f;
- }
- .elDatePicker .el-picker-panel .el-time-panel {
- background: #141a25 !important;
- }
- .elDatePicker .el-time-spinner__item.active:not(.disabled) {
- color: #ffffff !important;
- }
- .elDatePicker .el-time-panel__footer {
- background: #141a25 !important;
- border-top: 1px solid #323b3c;
- }
- .elDatePicker .el-popper__arrow {
- display: none;
- }
- .elDatePicker .el-date-table td.next-month,
- .elDatePicker .el-date-table td.prev-month {
- color: #909399;
- }
- .elDatePicker .el-date-table td.current:not(.disabled) span {
- background: #0046c7;
- }
- .elDatePicker .el-time-panel {
- border: 1px solid #003277 !important;
- }
- .elDatePicker .el-picker-panel__footer {
- margin-top: -10px;
- padding-bottom: 10px;
- background: #090e19 !important;
- border-top: 1px solid transparent;
- }
- .elDatePicker .el-picker-panel .el-picker-panel__footer .el-button {
- min-height: 22px !important;
- width: 80px;
- background-color: rgba(0, 70, 199, 0.2) !important;
- color: #b3b3b3;
- border-radius: 20px;
- border-color: transparent;
- }
- .elDatePicker
- .el-picker-panel
- .el-picker-panel__footer
- .el-button:last-of-type {
- background: rgba(0, 70, 199, 0.4) !important;
- }
- .tables .el-input-number__increase,
- .tables .el-input-number__decrease {
- border: none !important;
- }
- .tables .el-input-number__increase,
- .tables .el-input-number__decrease {
- background: rgba(67, 81, 107, 0.2);
- }
- .tables .el-input-number span {
- height: 14.5px !important;
- color: #999a9d;
- }
- .metse .el-input-number span {
- height: 12px !important;
- color: #999a9d;
- }
- .metse .el-input-number.is-controls-right .el-input-number__decrease {
- top: 16px;
- }
- .metse .el-input-number__increase {
- top: 3px;
- }
- .changeButton .el-button--default {
- background: rgba(0, 70, 199, 0.4) !important;
- border: none !important;
- color: #ffffff;
- }
- .changeButton .el-switch.is-disabled {
- background: red !important;
- }
- .el-popper .el-menu--popup {
- min-width: 140px !important;
- /*padding: 20px 0!important;*/
- }
- .el-popper .el-menu--popup .el-menu-item-group .el-menu-item {
- height: 35px !important;
- line-height: 35px !important;
- font-size: 13px !important;
- }
- .el-popper
- .el-menu--popup
- .el-menu-item-group
- .router-link-active
- .el-menu-item {
- background: linear-gradient(91deg, #1c99ff, transparent) !important;
- color: #fff !important;
- }
- .el-popper.is-pure .el-menu-item:hover {
- background: linear-gradient(91deg, #1c99ff, transparent) !important;
- color: #fff !important;
- }
- .el-popper.is-light {
- color: #d1d1d1 !important;
- background-color: rgb(0, 0, 0, 0.9) !important;
- border-color: #555555 !important;
- border-radius: unset;
- }
- .el-popper.is-light .el-popper__arrow::before {
- background-color: rgb(0, 0, 0, 0.8) !important;
- /*border-left: 1px solid #555555 !important;*/
- /*border-bottom: 1px solid #555555 !important;*/
- }
- .el-popper.is-pure {
- border-image: linear-gradient(
- 180deg,
- transparent,
- #1a7ccd,
- #1a7ccd,
- transparent
- )
- 2 1;
- border: 1px solid #002767;
- background: linear-gradient(278deg, #002767, transparent) !important;
- border-radius: 5px !important;
- backdrop-filter: blur(5px);
- }
- .el-dialog {
- background: #0c0f15 !important;
- border: 1px solid #003277;
- border-radius: 4px !important;
- box-shadow: 0 0 22px rgba(0, 70, 199, 0.2) inset !important;
- }
- .el-dialog--center .el-dialog__body,
- .el-dialog__body {
- padding: 25px 24px;
- }
- .parcel-box .el-dialog__body {
- padding: 0px 15px;
- }
- .el-dialog__header {
- padding: 20px 0 !important;
- border-bottom: 1px solid #323b3c;
- margin: 0 24px;
- }
- /* .matrix-body .el-dialog__header {
- padding: 0 0 !important;
- border-bottom: 0px solid #323b3c;
- margin: 0 24px;
- } */
- .el-dialog__title {
- font-size: 16px !important;
- color: #ffffff !important;
- }
- .el-dialog__body::before,
- .el-dialog__body::after {
- content: "";
- display: block;
- width: 5px;
- height: 5px;
- border-radius: 50%;
- background: rgba(16, 73, 126, 1);
- position: absolute;
- }
- .el-dialog__body::before {
- bottom: 9px;
- left: 9px;
- }
- .el-dialog__body::after {
- bottom: 9px;
- right: 9px;
- }
- .el-select .el-select__tags .el-tag {
- background-color: rgba(30, 90, 163, 0.5);
- color: #ffffff;
- }
- /* .el-icon-close {
- background-color: rgba(30,90,163, .5);
- } */
- .el-select .el-input__inner {
- width: 190px;
- max-width: 190px;
- height: 25px;
- background: rgba(67, 81, 107, 0.2);
- border: 1px solid #2a374f;
- border-radius: 12.5px;
- font-size: 13px;
- color: #b3b3b3;
- }
- .title-select .el-select .el-input__inner {
- width: 133px;
- max-width: 190px;
- height: 25px;
- background: rgba(67, 81, 107, 0.2);
- border: 0px solid #2a374f;
- border-radius: 0px;
- font-size: 13px;
- color: #b3b3b3;
- }
- .title-select .el-input__suffix {
- display: none;
- }
- .station .el-input__inner {
- max-width: 190px;
- height: 25px;
- background: rgba(67, 81, 107, 0.2);
- border: 1px solid #2a374f;
- border-radius: 12.5px;
- font-size: 13px;
- color: #b3b3b3;
- width: 150px;
- }
- .search-input {
- width: 160px;
- }
- .search-input .el-date-editor {
- --el-date-editor-width: 120px;
- }
- .search-input .el-input__inner {
- max-width: 190px;
- height: 25px;
- background: rgba(67, 81, 107, 0.2);
- border: 1px solid #2a374f;
- border-radius: 12.5px;
- font-size: 13px;
- color: #b3b3b3;
- width: 150px;
- }
- .el-select .el-input__icon {
- height: 40px;
- position: relative;
- top: -7px;
- }
- .el-icon-full-screen {
- position: absolute;
- right: 20px;
- top: 10px;
- color: #909399;
- }
- .s {
- min-width: 300px !important;
- }
- .el-message--warning {
- background: #090e19 !important;
- box-shadow: 0 0 22px rgba(0, 70, 199, 0.2) inset !important;
- border: 1px solid #094493 !important;
- }
- .el-message--warning .el-message__content {
- color: #ffffff !important;
- }
- .el-message .el-icon-warning {
- font-size: 16px;
- color: #ffd02b !important;
- }
- .el-menu-item-group__title {
- padding: 0 !important;
- }
- .economicTable1 .has-gutter .el-table__cell {
- padding: 0 !important;
- }
- .economicTable1 .el-table__row .el-table__cell {
- padding: 5px 0 !important;
- }
- .el-table {
- font-family: "MicrosoftYaHei" !important;
- background-color: transparent !important;
- /*font-size: 14px !important;*/
- }
- /*.el-table .el-table__row {*/
- /* color: rgba(149, 149, 149, 1);*/
- /*}*/
- // .el-table thead {
- // color: rgba(255, 255, 255, 1) !important;
- // }
- // .el-table thead .cell {
- // font-weight: normal !important;
- // }
- // .el-table tr {
- // background-color: transparent !important;
- // }
- // .add .el-table tr {
- // background-color: red !important;
- // }
- // .add .el-table .el-table__row--striped {
- // background-color: red !important;
- // }
- // .el-table .el-table__row--striped {
- // background-color: transparent;
- // }
- // .el-table--striped
- // .el-table__body
- // tr.el-table__row--striped
- // td.el-table__cell {
- // background-color: rgba(96, 103, 105, 0.2) !important;
- // }
- // .el-table__body tr.hover-row.current-row > td,
- // .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
- // .el-table__body tr.hover-row.el-table__row--striped > td,
- // .el-table__body tr.hover-row > td {
- // background: transparent !important;
- // color: #05bb4c !important;
- // }
- // .bodys .el-table th.el-table__cell > .cell {
- // height: 50px;
- // color: #b3b3b3;
- // }
- // .bodyed .el-table th.el-table__cell > .cell {
- // color: #b3b3b3;
- // }
- // .el-table th.el-table__cell {
- // background-color: rgba(83, 89, 104, 0.3) !important;
- // border-right: 1px solid rgba(0, 0, 0, 0.8);
- // border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
- // }
- // .el-table td.el-table__cell {
- // border-bottom: none !important;
- // }
- // .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
- // background-color: transparent !important;
- // color: #05bb4c !important;
- // }
- .el-checkbox__inner {
- background-color: transparent !important;
- border-color: #959595 !important;
- }
- .el-checkbox__input.is-checked + .el-checkbox__label {
- color: rgba(255, 255, 255, 1) !important;
- }
- .el-checkbox__label {
- color: #959595 !important;
- font-size: 13px !important;
- }
- .el-checkbox__input {
- display: inline-block;
- }
- .el-checkbox__label {
- padding-left: 0;
- }
- .el-checkbox__input.is-checked .el-checkbox__inner {
- border-color: rgba(0, 70, 199, 1) !important;
- }
- .el-button.is-round {
- padding: 0px 30px !important;
- }
- .el-button {
- min-height: 30px !important;
- }
- /* .el-button--default {
- background-color: rgba(0, 70, 199, 0.2) !important;
- border: none !important;
- color: #B3B3B3 !important;
- } */
- .el-button--primary {
- background-color: rgba(0, 70, 199, 0.4);
- border: none !important;
- }
- .mentues .el-table__cell {
- padding: 0 !important;
- }
- .footerButton .el-button:last-of-type {
- background: rgba(0, 70, 199, 0.4) !important;
- }
- .mentuese .el-table__fixed-header-wrapper .el-table__cell .cell {
- color: #ffffff !important;
- }
- .met .el-table__body {
- font-size: 13px !important;
- }
- .mentuese .cell {
- text-overflow: ellipsis !important;
- white-space: nowrap !important;
- }
- .mentuese .el-table__cell {
- padding: 0 !important;
- }
- .met .has-gutter .el-table__cell .cell {
- line-height: 50px;
- color: #ffffff !important;
- }
- .metse .el-table__body .cell {
- line-height: 36px !important;
- }
- .metse .el-table__fixed-header-wrapper .cell {
- line-height: 45px !important;
- }
- .metse .el-input--small .el-input__inner {
- height: 26px !important;
- line-height: 26px !important;
- }
- .mentuese .el-table__cell .cell {
- line-height: 50px;
- /*color: #FFFFFF;*/
- }
- /*.el-table__cell{*/
- /* color: ;*/
- /*}*/
- .el-switch__action {
- background: transparent !important;
- }
- .mentues .el-table__body .el-table__cell {
- padding: 5px 0 !important;
- }
- .el-dialog__header {
- font-size: 16px;
- color: #fff;
- }
- .el-select__popper.is-light {
- background: #141a25 !important;
- border: 1px solid #2a374f !important;
- border-radius: unset !important;
- /* top: 100px !important; */
- }
- // .el-dialog--center .el-dialog__body,
- // .el-dialog__body {
- // padding: 20px !important;
- // }
- .el-select-dropdown__item.hover,
- .el-select-dropdown__item:hover {
- background-color: rgba(0, 70, 199, 0.4) !important;
- color: #fff !important;
- }
- .el-select-dropdown__item.selected {
- color: #fff !important;
- font-weight: normal !important;
- }
- .el-select-dropdown__item {
- color: #b3b3b3 !important;
- height: 36px !important;
- line-height: 36px !important;
- font-size: 12px !important;
- }
- .el-select__popper .el-popper__arrow::before {
- display: none;
- }
- .table-fixed .el-table__fixed-left {
- height: 100% !important;
- }
- .table-fixed .el-table__fixed {
- height: 100% !important;
- }
- .el-table__fixed-right::before,
- .el-table__fixed::before {
- background-color: transparent !important;
- }
- .is-opened .el-sub-menu__title i {
- color: rgba(28, 153, 255, 1) !important;
- }
- .el-tabs__nav-wrap::after {
- height: 1px !important;
- background-color: #3a3f43 !important;
- }
- .el-tabs__item.is-active {
- color: #1c99ff !important;
- background: linear-gradient(
- 0deg,
- rgba(0, 70, 199, 0.8),
- rgba(0, 70, 199, 0.2),
- rgba(0, 70, 199, 0)
- );
- }
- .el-tabs__nav {
- padding-bottom: 10px;
- }
- .el-tabs__item {
- height: 28px !important;
- line-height: 28px !important;
- padding: 0 17px !important;
- margin-right: 30px;
- color: #b3b3b3 !important;
- }
- .el-tabs__item.is-active::after {
- content: "";
- display: block;
- width: 100%;
- height: 7px;
- border-bottom: 1px solid #1c99ff;
- border-left: 1px solid #1c99ff;
- border-right: 1px solid #1c99ff;
- position: absolute;
- bottom: 0;
- left: 0px;
- box-sizing: border-box;
- }
- .el-tabs__nav-wrap {
- padding: 0 25px;
- }
- .el-tabs__header::before,
- .el-tabs__header::after {
- content: "";
- display: inline-block;
- width: 10px;
- height: 1px;
- background: #ffffff;
- position: absolute;
- bottom: 0px;
- z-index: 99;
- }
- .el-tabs__header::after {
- right: 0;
- }
- .el-tabs__active-bar {
- height: 1px !important;
- }
- .el-dialog__body::before,
- .el-dialog__body::after {
- content: "";
- display: block;
- width: 5px;
- height: 5px;
- border-radius: 50%;
- background: rgba(16, 73, 126, 1);
- position: absolute;
- }
- .el-dialog__body::before {
- bottom: 9px;
- left: 9px;
- }
- .el-dialog__body::after {
- bottom: 9px;
- right: 9px;
- }
- .dialog-title {
- position: relative;
- }
- .dialog-title .dialog-title-img {
- position: absolute;
- left: -25px;
- top: -15px;
- }
- .dialog-title .title {
- margin-left: 20px;
- color: #1c99ff;
- // color: #05bb4c;
- }
- .dialog-body {
- position: relative;
- }
- .dialog-body .dialog-img {
- position: absolute;
- right: -20px;
- bottom: 50px;
- }
- .economicTable .el-table__header-wrapper tr {
- background: rgba(83, 89, 104, 0.3) !important;
- }
- .economicTable .el-table__header-wrapper tr th {
- vertical-align: top !important;
- }
- .economicTable .el-table__header-wrapper tr .cell {
- color: #b3b3b3;
- font-family: MicrosoftYaHei;
- font-size: 14px;
- }
- .economicTable .el-table__body-wrapper tr .cell {
- color: #d8d8d9;
- font-family: ArialMT;
- font-size: 13px;
- height: 25px !important;
- }
- .economicTable .el-table__body-wrapper tr .cell .el-checkbox {
- height: 25px;
- }
- .el-message-box {
- background: fade(#121d1c, 95);
- border: 1px solid fade(@green, 50);
- box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
- }
- .el-message-box__header {
- .el-message-box__title {
- color: @gray;
- }
- }
- .el-message-box__content {
- color: @white;
- }
- .el-message-box__btns {
- .el-button {
- height: 30px;
- flex: 0 0 auto;
- background: transparent;
- border: 1px solid @gray;
- padding: 0 1.481vh;
- color: @gray;
- font-size: 1.296vh;
- cursor: pointer;
- &.el-button--primary {
- border-color: @green;
- color: @green;
- background: fade(@green, 20);
- }
- }
- }
- }
- .el-message {
- &.el-message--info {
- border-color: @gray;
- background-color: fade(@gray, 20);
- color: @gray;
- }
- &.el-message--success {
- border-color: @green;
- background-color: fade(@green, 20);
- color: @green;
- }
- &.el-message--warning {
- border-color: @yellow;
- background-color: fade(@yellow, 20);
- color: @yellow;
- }
- &.el-message--error {
- border-color: @red;
- background-color: fade(@red, 20);
- color: @red;
- }
- }
|