| | |
| | | --light-color: #00feff; |
| | | --bg-color: #072d44; |
| | | --el-text-color-placeholder: #4ba1fa; |
| | | --el-fill-color-lighter: #1F3C64; |
| | | --el-fill-color-lighter: #1f3c64; |
| | | --border-light-color: #143a92; |
| | | --filter-input-border-color: rgba(255, 227, 41, 0.2); |
| | | --el-dialog-bg-color: var(--bg-color); |
| | |
| | | --el-tree-node-content-height: 26px; |
| | | --el-tree-node-hover-bg-color: #214865; |
| | | --el-tree-text-color: var(--el-text-color-regular); |
| | | --el-tree-expand-icon-color: #1FCBE1; |
| | | --el-tree-expand-icon-color: #1fcbe1; |
| | | background: none; |
| | | color: #ffffff; |
| | | cursor: default; |
| | |
| | | --el-table-header-text-color: #fff; |
| | | --el-table-row-hover-bg-color: #1a5a8b; |
| | | --el-table-current-row-bg-color: var(--el-color-primary-light-9); |
| | | --el-table-header-bg-color: #1F3C64; |
| | | --el-table-header-bg-color: #1f3c64; |
| | | --el-table-fixed-box-shadow: var(--el-box-shadow-light); |
| | | --el-table-bg-color: var(--bg-color); |
| | | --el-table-tr-bg-color: #0D2B4D; |
| | | --el-table-tr-bg-color: #0d2b4d; |
| | | --el-table-expanded-cell-bg-color: var(--el-fill-color-blank); |
| | | --el-table-index: var(--el-index-normal); |
| | | background-color: var(--bg-color); |
| | |
| | | background: transparent; |
| | | } |
| | | html.blue-theme .ys-title { |
| | | font-family: 'YouSheBiaoTiHei'; |
| | | font-family: "YouSheBiaoTiHei"; |
| | | } |
| | | html.blue-theme .panel-title { |
| | | font-family: 'YouSheBiaoTiHei'; |
| | | font-family: "YouSheBiaoTiHei"; |
| | | font-size: 24px; |
| | | padding-left: 1.4em; |
| | | background: url("@/assets/images/tb1.png") 6px center / auto 82% no-repeat; |
| | | } |
| | |
| | | color: #1fcbe1; |
| | | } |
| | | .el-tabs--border-card > .el-tabs__header.el-tabs__header { |
| | | border-bottom: 1px solid #00fefe; |
| | | border-bottom: 1px solid #1c4975; |
| | | background-color: #00243e; |
| | | } |
| | | .el-tabs--border-card > .el-tabs__header.el-tabs__header .el-tabs__item { |
| | | color: #00fefe; |
| | | color: #fff; |
| | | } |
| | | .el-tabs--border-card > .el-tabs__header.el-tabs__header .el-tabs__item.is-active { |
| | | background-color: #00fefe; |
| | | border-color: #00fefe; |
| | | color: #041f6c; |
| | | background-color: #014886; |
| | | border-color: #014886; |
| | | color: #fff; |
| | | } |
| | | .el-pagination__sizes.el-pagination__sizes, |
| | | .el-pagination__total.el-pagination__total { |
| | |
| | | font-size: 16px; |
| | | } |
| | | .el-pagination .el-select__wrapper.el-select__wrapper { |
| | | background-color: #134BA8; |
| | | background-color: #134ba8; |
| | | color: #fff; |
| | | box-shadow: 0 0 0 1px #436DA8 inset; |
| | | box-shadow: 0 0 0 1px #436da8 inset; |
| | | } |
| | | .el-pagination .el-select__wrapper.el-select__wrapper .el-select__placeholder, |
| | | .el-pagination .el-select__wrapper.el-select__wrapper .el-select__input { |
| | |
| | | color: #fff; |
| | | } |
| | | .el-pagination__jump.el-pagination__jump .el-input__wrapper { |
| | | background-color: #134BA8; |
| | | box-shadow: 0 0 0 1px #436DA8 inset; |
| | | background-color: #134ba8; |
| | | box-shadow: 0 0 0 1px #436da8 inset; |
| | | } |
| | | .el-pagination__jump.el-pagination__jump .el-input__wrapper .el-input__inner { |
| | | color: #fff; |
| | |
| | | } |
| | | .el-transfer .el-checkbox__input.is-indeterminate .el-checkbox__inner, |
| | | .el-transfer .el-checkbox__input.is-checked .el-checkbox__inner { |
| | | background-color: #46CAFE; |
| | | border-color: #46CAFE; |
| | | background-color: #46cafe; |
| | | border-color: #46cafe; |
| | | } |
| | | .el-transfer .el-checkbox__input.is-indeterminate .el-checkbox__inner::before, |
| | | .el-transfer .el-checkbox__input.is-checked .el-checkbox__inner::before { |
| | |
| | | } |
| | | .page-filter { |
| | | display: table; |
| | | border-bottom: 1px solid #304A75; |
| | | border-bottom: 1px solid #304a75; |
| | | margin-top: 8px; |
| | | padding: 6px; |
| | | margin-bottom: 6px; |
| | | } |
| | | .page-filter .el-select__wrapper.el-select__wrapper { |
| | | background-color: #103047; |
| | | color: #48A5D0; |
| | | color: #48a5d0; |
| | | box-shadow: 0 0 0 1px #103047 inset; |
| | | } |
| | | .page-filter .el-select__placeholder { |
| | |
| | | } |
| | | .page-filter .table-row { |
| | | display: table-row; |
| | | table-layout: fixed; |
| | | } |
| | | .page-filter .table-row .table-cell { |
| | | display: table-cell; |
| | | white-space: nowrap; |
| | | color: #48A5D0; |
| | | color: #48a5d0; |
| | | font-size: 16px; |
| | | } |
| | | .page-filter .table-cell.text-right { |
| | | text-align: right; |
| | | padding-right: 10px; |
| | | } |
| | | .page-filter .el-date-editor .el-input__wrapper { |
| | | align-items: center; |
| | | background-color: #103047; |
| | | background-image: none; |
| | | border-radius: var(--el-input-border-radius, var(--el-border-radius-base)); |
| | | box-shadow: 0 0 0 1px #103047 inset; |
| | | cursor: text; |
| | | display: inline-flex; |
| | | flex-grow: 1; |
| | | justify-content: center; |
| | | padding: 1px 11px; |
| | | } |
| | | .page-filter .el-date-editor .el-input__wrapper .el-input__inner { |
| | | color: #48a5d0; |
| | | } |
| | | .page-filter .grid-container { |
| | | display: grid; |
| | | grid-template-columns: repeat(var(--counter), auto 1fr); |
| | | gap: 12px; |
| | | /* 列之间的间距 */ |
| | | padding: 10px; |
| | | } |
| | | .page-filter .grid-container .grid-item { |
| | | color: #48a5d0; |
| | | display: contents; |
| | | /* 使项目内容直接参与网格布局 */ |
| | | } |
| | | .page-filter .grid-container .grid-item .label { |
| | | white-space: nowrap; |
| | | margin-right: -6px; |
| | | margin-left: 1em; |
| | | color: #48a5d0; |
| | | font-size: 16px; |
| | | text-align: right; |
| | | } |
| | | .page-filter .grid-container .grid-item .label::after { |
| | | content: ":"; |
| | | } |
| | | .pos-r { |
| | | position: relative; |
| | |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | background-image: url("@/assets/images/dw_bg.jpg"); |
| | | background: #071426; |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | z-index: 9999; |