|
@@ -0,0 +1,447 @@
|
|
|
+.card {
|
|
|
+ position: fixed;
|
|
|
+ top: 120px;
|
|
|
+ right: 20px;
|
|
|
+ width: 383px;
|
|
|
+ background: rgba(0, 0, 0, .3);
|
|
|
+ border: none;
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 8px;
|
|
|
+ padding: 24px 13px;
|
|
|
+}
|
|
|
+
|
|
|
+.content {
|
|
|
+ height: 100%;
|
|
|
+ height: calc(100% - 59px);
|
|
|
+}
|
|
|
+
|
|
|
+.home_card {
|
|
|
+ /* width: 412px;
|
|
|
+ height: 240px; */
|
|
|
+ /* position: absolute; */
|
|
|
+ /* top: 80px;
|
|
|
+ right: 40px; */
|
|
|
+ /* color: #fff;
|
|
|
+ background: rgba(0, 0, 0, 0.3);
|
|
|
+ border-radius: 8px;
|
|
|
+ padding: 20px 10px;
|
|
|
+ backdrop-filter: blur(5px);
|
|
|
+ z-index: 110;
|
|
|
+ font-size: 16px; */
|
|
|
+ /* border: 1px solid #145387; */
|
|
|
+}
|
|
|
+
|
|
|
+.home_card .header {
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.home_card .header img {
|
|
|
+ margin-right: 10px;
|
|
|
+ vertical-align: -7%;
|
|
|
+}
|
|
|
+
|
|
|
+.el-popper.is-light {
|
|
|
+ border-image: linear-gradient(180deg, transparent, #1a7ccd, #1a7ccd, transparent) 2 1 !important;
|
|
|
+ border: 1px solid #002767 !important;
|
|
|
+ background: linear-gradient(278deg, #002767, transparent) !important;
|
|
|
+ border-radius: 5px;
|
|
|
+ backdrop-filter: blur(5px);
|
|
|
+}
|
|
|
+
|
|
|
+.el-menu {
|
|
|
+ z-index: 9999 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-menu--popup {
|
|
|
+ min-width: 140px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-menu-item:hover {
|
|
|
+ background: linear-gradient(91deg, #1C99FF, transparent) !important;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.el-menu-item.is-active{
|
|
|
+ background: linear-gradient(91deg, #1C99FF, transparent) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-menu-item {
|
|
|
+ height: 38px !important;
|
|
|
+ line-height: 38px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-menu-item-group__title {
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog {
|
|
|
+ background: #0C0F15 !important;
|
|
|
+ border: 1px solid #003277;
|
|
|
+ border-radius: 4px !important;
|
|
|
+ box-shadow: 0 0 22px rgba(0, 70, 199, 0.20) inset !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog--center .el-dialog__body,
|
|
|
+.el-dialog__body {
|
|
|
+ padding: 16px 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.parcel-box .el-dialog__body {
|
|
|
+ padding: 0px 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog__header {
|
|
|
+ padding: 15px 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, .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, .2);
|
|
|
+ border: 1px solid #2A374F;
|
|
|
+ border-radius: 12.5px;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #B3B3B3;
|
|
|
+}
|
|
|
+
|
|
|
+.station .el-input__inner {
|
|
|
+ max-width: 190px;
|
|
|
+ height: 25px;
|
|
|
+ background: rgba(67, 81, 107, .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, .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-menu-item-group__title {
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-table{
|
|
|
+ font-family: '思源黑体'!important;
|
|
|
+ background-color: transparent!important;
|
|
|
+ font-size: 12px !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;
|
|
|
+}
|
|
|
+
|
|
|
+.el-table .el-table__row--striped {
|
|
|
+ background-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
|
|
|
+ background-color: rgba(83, 89, 104, 0.2) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.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: rgba(0, 70, 199, 0.2) !important;
|
|
|
+ color: #1C99FF !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.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: rgba(0, 70, 199, 0.2) !important;
|
|
|
+ color: rgba(28, 153, 255, 1) !important;
|
|
|
+}
|
|
|
+
|
|
|
+/* .el-table .el-table__cell{
|
|
|
+ padding: 3px 0!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.is-checked {
|
|
|
+ background-color: rgba(0, 70, 199, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.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) !important;
|
|
|
+ border: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog__header {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog__headerbtn .el-dialog__close {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-select__popper.is-light {
|
|
|
+ background: #141A25 !important;
|
|
|
+ border: 1px solid #2A374F !important;
|
|
|
+ border-radius: unset !important;
|
|
|
+ top: 100px !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;
|
|
|
+}
|
|
|
+.el-sub-menu__title i{
|
|
|
+ font-size: 18px!important;
|
|
|
+ color: rgba(186, 197, 216, 1)!important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-sub-menu__title i.icon-State-monitoring {
|
|
|
+ font-size: 22px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-popper.is-light .el-popper__arrow::before {
|
|
|
+ background: linear-gradient(278deg, #002767, transparent) !important;
|
|
|
+ border-color: #002767 !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;
|
|
|
+}
|
|
|
+.dialog-body {
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.dialog-body .dialog-img {
|
|
|
+ position: absolute;
|
|
|
+ right: -20px;
|
|
|
+ bottom: 50px;
|
|
|
+}
|