123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020 |
- .modal {
- &.el-dialog {
- background: fade(#121d1c, 95);
- border: 1px solid fade(@darkBlue, 50);
- box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
- &.el-dialog--center .el-dialog__body,
- .el-dialog__body {
- padding: 16px 24px;
- }
- &.hide-header {
- .el-dialog__header {
- border: none;
- .el-dialog__title {
- display: none;
- }
- }
- }
- }
- }
- .parcel-box {
- padding: 0 30px;
- }
- .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;
- }
- .footerButton {
- justify-content: right;
- .el-button:first-child {
- width: 108px;
- background-color: rgba(84, 135, 183, 0.16) !important;
- color: #b3b3b3;
- border-color: transparent;
- }
- .el-button:last-of-type {
- background-color: rgba(5, 90, 187, 0.3);
- border: 1px solid #3b506c;
- color: #b3b3b3;
- font-size: 14px;
- border: none;
- width: 108px;
- // min-height: 25px !important;
- &:hover {
- background-color: rgba(5, 187, 76, 0.6);
- color: #ffffff;
- }
- }
- }
- .el-overlay {
- ul li {
- list-style: none;
- }
- .wind-comp-form {
- padding-left: 30px;
- .el-form-item {
- margin-bottom: 20px !important;
- width: 310px !important;
- }
- }
- .custom-comp-form {
- .el-select {
- width: 100% !important;
- max-width: 100% !important;
- .el-input__inner {
- width: 100% !important;
- max-width: 100% !important;
- }
- }
- .first-row {
- .el-form-item {
- .el-form-item__content {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- }
- }
- .el-switch {
- display: block;
- }
- .first-row-second-col {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .el-form-item {
- flex: 1;
- padding-right: 5px;
- }
- }
- }
- .second-row {
- .operator {
- display: grid;
- grid-template-columns: auto auto auto auto auto;
- }
- .buttons {
- background-color: rgba(5, 187, 76, 0.2);
- border: 1px solid #3b6c53;
- color: #b3b3b3;
- font-size: 14px;
- width: 60px;
- height: 50px;
- margin-bottom: 10px;
- &.is-round {
- padding: 0 !important;
- }
- &:hover {
- background-color: rgba(5, 187, 76, 0.5);
- color: #ffffff;
- }
- }
- .el-button+.el-button {
- margin-left: 0;
- }
- .el-form-item {
- .el-form-item__content {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- }
- }
- }
- .el-tabs {
- .el-tabs__item {
- margin-right: 25px !important;
- }
- .el-tabs__header::before,
- .el-tabs__header::after {
- background: transparent;
- }
- .el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item {
- margin-left: 0;
- }
- &.el-tabs--border-card {
- background: transparent !important;
- border-color: rgba(83, 98, 104, 0.2) !important;
- }
- &.el-tabs--border-card>.el-tabs__header {
- background: transparent !important;
- border-color: rgba(83, 98, 104, 0.2) !important;
- }
- &.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active,
- &.el-tabs--border-card>.el-tabs__header .el-tabs__item:hover {
- color: #05bb4c !important;
- background: transparent !important;
- border-right-color: transparent !important;
- border-left-color: transparent !important;
- }
- &.el-tabs--border-card>.el-tabs__content {
- padding: 5px;
- }
- }
- .el-tag {
- margin-bottom: 5px;
- --el-tag-background-color: #1f4f2e;
- --el-tag-border-color: #1f4f2e;
- --el-tag-font-color: #05bb4c;
- font-size: 14px;
- }
- }
- .el-radio-group {
- height: 28px;
- .el-radio-button__original-radio+.el-radio-button__inner {
- background-color: rgba(5, 187, 76, 0.2);
- border: 1px solid #3b6c53;
- color: #b3b3b3;
- font-size: 14px;
- // background-color: rgba(5, 187, 76, 0.5);
- // color: #ffffff;
- }
- .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
- box-shadow: unset;
- }
- .el-radio-button__inner:hover {
- border: 1px solid #3b6c53;
- }
- .el-radio-button__original-radio:checked+.el-radio-button__inner {
- // background-color: rgba(5, 187, 76, 0.2);
- // border: 1px solid #3b6c53;
- // color: #b3b3b3;
- // font-size: 14px;
- box-shadow: unset;
- background-color: rgba(5, 187, 76, 0.5);
- color: #ffffff;
- }
- }
- .el-drawer.rtl {
- height: 100%;
- background-color: #161816 !important;
- .el-drawer__header {
- font-size: 18px;
- color: #d8dde3;
- }
- .el-drawer__body {
- height: calc(100% - 70px);
- .drawer-form {
- display: flex;
- align-items: center;
- margin-bottom: 15px;
- }
- .table-wrapper {
- height: calc(100% - 70px - 33px);
- }
- .select-item {
- margin-right: 10px;
- white-space: nowrap;
- display: flex;
- align-items: center;
- }
- .btns {
- align-items: center;
- display: flex;
- .buttons {
- background-color: rgba(5, 187, 76, 0.2);
- border: 1px solid #3b6c53;
- color: #b3b3b3;
- font-size: 14px;
- &:hover,
- &.active {
- background-color: rgba(5, 187, 76, 0.5);
- color: #ffffff;
- }
- }
- }
- .el-pagination {
- display: flex;
- justify-content: flex-end;
- padding-bottom: 15px;
- padding-top: 15px;
- }
- }
- }
- .el-dialog {
- &:not(.cDialog) {
- background: #080d14;
- border: 1px solid #08213d;
- border-top: 0px;
- box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
- border-radius: 12px 12px 6px 6px;
- }
- }
- .el-dialog__header {
- padding: 20px 0 !important;
- // border-bottom: 1px solid #323b3c;
- background: url("~@/assets/imgs/dialog-title2.png") no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- .dialog-title {
- text-align: center;
- font-size: 18px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #ffffff;
- }
- .el-dialog__headerbtn {
- &:hover,
- &:active {
- .el-dialog__close {
- color: #fff;
- }
- }
- }
- .el-checkbox__input.is-checked .el-checkbox__inner {
- border-color: #05bb4c !important;
- }
- .el-date-editor--daterange {
- background: transparent;
- border: 1px solid #2a374f;
- border-radius: 30px;
- height: 25px;
- .el-range-input {
- background: transparent;
- color: #fff;
- }
- .el-range-separator {
- width: 10%;
- color: #fff;
- position: relative;
- }
- }
- .el-tabs__item.is-active::after {
- content: "";
- display: block;
- width: 100%;
- height: 7px;
- border-bottom: 1px solid #05bb4c;
- border-left: 1px solid #05bb4c;
- border-right: 1px solid #05bb4c;
- position: absolute;
- bottom: 0;
- left: 0px;
- box-sizing: border-box;
- }
- .el-tabs__item.is-active {
- color: #05bb4c !important;
- background: linear-gradient(0deg,
- rgb(0 199 80 / 80%),
- rgb(0 199 80 / 20%),
- rgb(0 199 80 / 0%));
- }
- .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;
- }
- .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;
- }
- .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--center .el-dialog__body,
- .el-dialog__body {
- padding: 25px 24px;
- }
- .parcel-box .el-dialog__body {
- padding: 0px 15px;
- }
- .el-select .el-select__tags .el-tag {
- background-color: #343a39;
- 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-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-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;
- }
- .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: ;*/
- /*}*/
- .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__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__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;
- // top: -25px;
- // }
- // .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(@darkBlue, 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: @darkBlue;
- color: @darkBlue;
- background: fade(@darkBlue, 20);
- }
- }
- }
- }
- .el-message {
- &.el-message--info {
- border-color: @gray;
- background-color: fade(@gray, 20);
- color: @gray;
- }
- &.el-message--success {
- border-color: @darkBlue;
- background-color: fade(@darkBlue, 20);
- color: @darkBlue;
- }
- &.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;
- }
- }
|