12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031 |
- .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--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, 183, 90, 0.16) !important;
- color: #b3b3b3;
- border-color: transparent;
- }
- .el-button:last-of-type {
- background-color: rgba(5, 187, 76, 0.3);
- border: 1px solid #3b6c53;
- 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: #fff !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: #2c64a8;
- --el-tag-border-color: #286292;
- --el-tag-font-color: #fff;
- 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: #081410;
- border: 1px solid #083d22;
- 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-title1.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: #1974ff !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 #1974ff;
- border-left: 1px solid #1974ff;
- border-right: 1px solid #1974ff;
- 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(@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-icon-success {
- color: #fff !important;
- }
- &.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;
- border-color: rgb(33, 105, 195);
- background-color: fade(rgb(33, 105, 195), 20);
- color: rgb(33, 105, 195);
- .el-message__content {
- color: #fff;
- }
- }
- &.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;
- }
- }
|