.el-card.is-always-shadow {
|
box-shadow: none;
|
border: none !important;
|
}
|
|
.el-menu {
|
border-right: none;
|
}
|
|
.el-message__icon,
|
.el-message__content {
|
display: inline-block;
|
}
|
|
.el-date-editor .el-range-input,
|
.el-date-editor .el-range-separator {
|
height: auto;
|
overflow: hidden;
|
}
|
|
.el-dialog__wrapper {
|
z-index: 2048;
|
}
|
|
.el-col {
|
margin-bottom: 8px;
|
}
|
|
.el-main {
|
padding: 0 !important;
|
}
|
|
.el-dropdown-menu__item--divided:before,
|
.el-menu,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
|
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
|
background-color: transparent;
|
}
|
|
.el-dropdown-menu__item--divided:before,
|
.el-menu,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
|
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
|
background-color: transparent !important;
|
}
|
|
.el-collapse-item__header {
|
height: auto;
|
overflow: hidden;
|
}
|
|
.el-button.is-text:not(.is-disabled):active {
|
background-color: transparent;
|
}
|
|
.el-button.is-text:not(.is-disabled):focus,
|
.el-button.is-text:not(.is-disabled):hover {
|
background-color: transparent;
|
}
|
|
.avue-icon i,
|
.avue-icon svg {
|
line-height: 20px;
|
}
|
|
.avue--detail .el-form-item {
|
background-color: #fafafa;
|
}
|
|
// 查看按钮
|
.ztzf-view {
|
min-width: 53px;
|
height: 27px;
|
background: #001f4e !important;
|
border-radius: 0px 0px 0px 0px;
|
border: 1px solid #51a8ff !important;
|
font-size: 14px;
|
color: #ffffff;
|
text-align: center;
|
line-height: 27px;
|
cursor: pointer;
|
}
|
|
.ztzf-check {
|
.el-checkbox__inner {
|
background: none !important;
|
border: 1px solid #3194ef !important;
|
}
|
}
|
|
// table表格
|
.ztzf-table {
|
.el-table__inner-wrapper:before {
|
height: 0 !important;
|
}
|
|
.el-table .warning-row {
|
--el-table-tr-bg-color: rgba(22, 43, 74, 0.79);
|
}
|
|
.el-table .warning-row::after {
|
position: absolute;
|
content: "";
|
left: 0;
|
width: 100%;
|
border-bottom: 1px solid;
|
|
border-image: linear-gradient(
|
90deg,
|
rgba(25, 162, 255, 0) 10%,
|
rgba(20, 125, 202, 1) 50%,
|
rgba(25, 162, 255, 0) 90%
|
)
|
2 2 2 2;
|
}
|
|
.el-table .success-row {
|
--el-table-tr-bg-color: #0b1d38;
|
}
|
|
.el-table .success-row::after {
|
position: absolute;
|
content: "";
|
left: 0;
|
width: 100%;
|
border-bottom: 1px solid;
|
|
border-image: linear-gradient(
|
90deg,
|
rgba(25, 162, 255, 0) 10%,
|
rgba(20, 125, 202, 1) 79%,
|
rgba(25, 162, 255, 0) 90%
|
)
|
2 2 2 2;
|
}
|
|
.el-table {
|
color: #fff;
|
--el-table-border-color: var(--el-border-color-lighter);
|
--el-table-border: none !important;
|
--el-table-text-color: #fff !important;
|
--el-table-header-text-color: #fff !important;
|
--el-table-row-hover-bg-color: none !important;
|
--el-table-current-row-bg-color: none !important;
|
--el-table-header-bg-color: none !important;
|
--el-table-fixed-box-shadow: none !important;
|
--el-table-bg-color: none !important;
|
--el-table-tr-bg-color: none !important;
|
--el-table-expanded-cell-bg-color: none !important;
|
--el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
|
--el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
|
}
|
|
.el-table__header {
|
width: 0 !important;
|
}
|
|
.el-table__body {
|
border-collapse: collapse;
|
}
|
|
.el-table .el-table__cell {
|
padding: 0 !important;
|
text-align: center !important;
|
}
|
|
.el-table thead {
|
border-bottom: 1px solid !important;
|
border: 1px solid !important;
|
border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1 !important;
|
color: var(--el-table-header-text-color) !important;
|
background: #102441 !important;
|
}
|
}
|
|
// 分页
|
.ztzf-pagination {
|
--text-color: #8eb8ea;
|
--border: 1px solid #1479ef;
|
|
button {
|
background: center center no-repeat none !important;
|
color: var(--text-color);
|
}
|
|
.el-select__wrapper {
|
background-color: #021022;
|
box-shadow: none;
|
border: var(--border);
|
}
|
|
.el-select__placeholder {
|
color: #ffffff;
|
}
|
|
.el-pagination__total {
|
color: var(--text-color);
|
}
|
|
.el-pager li {
|
background: none !important;
|
color: var(--text-color);
|
|
&.is-active {
|
background: #021022 !important;
|
border-radius: 0;
|
border: var(--border);
|
color: var(--text-color);
|
}
|
}
|
|
.el-pagination__goto {
|
color: var(--text-color);
|
}
|
|
.el-pagination__classifier {
|
color: var(--text-color);
|
}
|
|
.el-input__wrapper {
|
background: #021022 !important;
|
box-shadow: none !important;
|
border: var(--border);
|
color: #fff !important;
|
}
|
|
.el-input__inner {
|
color: #fff !important;
|
}
|
}
|
|
// 分页下拉框
|
.ztzf-pagination-popper {
|
background: #012a50 !important;
|
border-radius: 0px 0px 8px 8px;
|
// border: 0.5px solid;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
|
|
.el-select-dropdown__item {
|
color: #fff !important;
|
}
|
|
.el-select-dropdown__item.selected {
|
color: #479dff !important;
|
}
|
|
.el-select-dropdown__item:hover {
|
background: none !important;
|
}
|
|
.el-select__popper.el-popper,
|
.el-select__popper.el-popper .el-popper__arrow:before {
|
border: none !important;
|
}
|
|
.el-select-dropdown__item.is-hovering {
|
background: none !important;
|
}
|
|
.el-popper__arrow::before {
|
background: #0d3556 !important;
|
border: 1px solid #012350 !important;
|
}
|
}
|
|
//时间日期选择器
|
.ztzf-date-picker {
|
box-shadow: none !important;
|
background: #012a50;
|
border: 1px solid #51a8ff;
|
border-radius: 5px;
|
|
.el-input__wrapper {
|
box-shadow: none !important;
|
background-color: transparent !important;
|
|
&.is-focus {
|
box-shadow: none !important;
|
}
|
}
|
|
.el-range-input {
|
color: #fff;
|
|
&::placeholder {
|
color: #8ac3fd;
|
}
|
}
|
|
.el-range-separator {
|
color: #ffffff;
|
}
|
}
|
|
// 日期下拉框
|
.ztzf-date-picker-popper {
|
background: #012350 !important;
|
border: 1px solid !important;
|
border-radius: 0px 0px 8px 8px;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
|
|
.el-picker-panel {
|
.el-picker-panel__body-wrapper {
|
.el-picker-panel__body {
|
background: #012350 !important;
|
color: #fff !important;
|
|
.el-date-picker__time-header {
|
border: none;
|
|
.el-date-picker__editor-wrap {
|
.el-time-panel {
|
background: #012a50 !important;
|
border-radius: 0px 0px 8px 8px;
|
border: 1px solid !important;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
|
|
// 将 time-picker-popper 的样式移到这里
|
.el-time-panel__header {
|
background: #012350 !important;
|
color: #ffffff !important;
|
border-bottom: 1px solid rgba(71, 157, 255, 0.3) !important;
|
}
|
|
.el-time-panel__content {
|
.el-time-spinner__item {
|
color: #e6e6e6 !important;
|
|
&:hover {
|
background: rgba(71, 157, 255, 0.3) !important;
|
}
|
|
&.active {
|
color: #479dff !important;
|
font-weight: bold;
|
}
|
}
|
}
|
|
.el-time-panel__footer {
|
background: #012350 !important;
|
border-top: 1px solid rgba(71, 157, 255, 0.3) !important;
|
|
.el-button {
|
color: #fff !important;
|
|
&:hover {
|
color: #479dff !important;
|
}
|
}
|
|
.el-time-panel__btn.cancel {
|
color: #fff !important;
|
|
&:hover {
|
color: #fff !important;
|
}
|
}
|
}
|
}
|
}
|
}
|
|
.el-picker-panel__content {
|
.el-date-range-picker__header {
|
.el-picker-panel__icon-btn {
|
color: #fff !important;
|
|
&:hover {
|
color: var(--el-color-primary) !important;
|
}
|
|
.el-icon {
|
&::before {
|
color: inherit !important;
|
}
|
}
|
}
|
|
& > div {
|
span {
|
color: #fff !important;
|
}
|
}
|
}
|
|
.el-date-table {
|
th {
|
color: #fff !important;
|
}
|
|
td.disabled div {
|
background-color: #00193b !important;
|
color: #505050 !important;
|
cursor: not-allowed;
|
}
|
|
// td:hover,
|
// td.current:not(.disabled) {
|
// background: rgba(60, 121, 202) !important;
|
// color: white !important;
|
// }
|
|
td.start-date span,
|
td.start-date span,
|
td.end-date span {
|
background-color: #012350 !important;
|
}
|
|
td.in-range div,
|
td.in-range div:hover,
|
&.is-week-mode .el-date-table__row.current div,
|
&.is-week-mode .el-date-table__row:hover div {
|
background-color: rgba(60, 121, 202) !important;
|
}
|
}
|
}
|
}
|
}
|
}
|
|
.el-popper__arrow {
|
&::before {
|
background: #0d3556 !important;
|
border: 1px solid #0d3556 !important;
|
box-sizing: border-box;
|
}
|
}
|
|
.el-picker-panel__sidebar {
|
background: #012350;
|
color: #fff;
|
|
.el-picker-panel__shortcut {
|
color: #ffffff;
|
}
|
}
|
|
.el-picker-panel__body {
|
.el-input.is-disabled .el-input__wrapper {
|
background: #012350;
|
box-shadow: 0 0 0 0.1rem#409eff;
|
color: #fff;
|
|
.el-input__inner {
|
color: #fff !important;
|
}
|
}
|
|
.el-button.is-disabled,
|
.el-button.is-disabled:hover {
|
background: #012350;
|
}
|
|
.el-input__wrapper {
|
background: #012350;
|
box-shadow: 0 0 0 0.1rem#409eff;
|
color: #fff;
|
|
.el-input__inner {
|
color: #fff !important;
|
}
|
}
|
}
|
|
.el-picker-panel__footer {
|
background: #012350;
|
color: #fff;
|
border-top: none;
|
|
.el-button--small {
|
box-shadow: 0 0 0 0.1rem#409eff;
|
background-color: #012350;
|
color: #fff;
|
border: none;
|
|
&:hover {
|
background-color: #012350;
|
color: #fff;
|
border-color: #409eff;
|
}
|
}
|
}
|
}
|
|
:deep() {
|
.el-select__wrapper {
|
background: #012a50;
|
box-shadow: none !important;
|
border: 1px solid #51a8ff;
|
}
|
|
.el-select__placeholder {
|
&.is-transparent {
|
color: #8ac3fd !important;
|
}
|
|
&.el-select__selected-item {
|
color: #ffffff;
|
}
|
}
|
}
|
|
//下拉
|
// :teleported="false"(修改下拉框样式,在el-select添加)别删
|
.ztzf-select {
|
.el-select__input {
|
color: #8ac3fd !important;
|
}
|
|
.el-select__wrapper {
|
background: #012a50;
|
box-shadow: none !important;
|
border: 1px solid #51a8ff;
|
width: 100%;
|
}
|
|
.el-select__placeholder {
|
&.is-transparent {
|
color: #8ac3fd !important;
|
}
|
|
&.el-select__selected-item {
|
color: #ffffff;
|
}
|
}
|
|
// .el-tag {
|
// background: rgba(71, 157, 255, 0.2) !important;
|
// border-color: #479dff !important;
|
// color: #fff !important;
|
|
// .el-tag__close {
|
// color: #fff !important;
|
// &:hover {
|
// background: #479dff !important;
|
// }
|
// }
|
// }
|
|
.el-select {
|
--el-select-border-color-hover: rgb(0, 162, 255) !important;
|
}
|
|
.el-input {
|
--el-border-color: rgb(0, 162, 255);
|
}
|
|
.el-select .el-input__wrapper {
|
background-color: #012350 !important;
|
}
|
|
.el-input__wrapper {
|
--el-input-text-color: #012350 !important;
|
}
|
}
|
|
.ztzf-select-popper.el-select__popper {
|
border: rgba(0, 27, 63) !important;
|
|
.el-select-dropdown {
|
overflow-x: hidden !important;
|
|
.el-scrollbar {
|
.el-select-dropdown__wrap {
|
background: linear-gradient(180deg, rgba(13, 53, 86, 0.85) 0%, rgba(1, 35, 80, 0.85) 100%);
|
border-radius: 0px 0px 8px 8px;
|
border: 1px solid;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1;
|
overflow-x: hidden !important;
|
margin-right: 0 !important;
|
|
.el-select-dropdown__list {
|
padding: 0 !important;
|
|
.el-select-dropdown__item {
|
background: #012350 !important;
|
color: white;
|
|
&.hover {
|
background-color: rgba(0, 120, 233, 0.63) !important;
|
color: white;
|
}
|
|
&.selected {
|
color: #8ac3fd !important;
|
font-weight: 700;
|
}
|
}
|
}
|
}
|
}
|
|
.el-select-dropdown__empty {
|
background: #012a50;
|
border-radius: 0px 0px 8px 8px;
|
border: 1px solid;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1;
|
}
|
}
|
|
.el-popper__arrow::before {
|
background: #0d3556 !important;
|
border: 1px solid #0d3556 !important;
|
}
|
}
|
|
.ztzf-input {
|
.el-input__wrapper {
|
padding: 0 8px !important;
|
background: #012a50;
|
box-shadow: none !important;
|
border: 1px solid #51a8ff;
|
|
.el-input__inner {
|
color: #ffffff;
|
|
&::placeholder {
|
color: #8ac3fd;
|
}
|
}
|
}
|
|
&.is-disabled {
|
.el-input__wrapper {
|
background-color: #012a50;
|
}
|
}
|
}
|
|
.ztzf-input-number {
|
border: 1px solid #51a8ff;
|
border-radius: 4px;
|
overflow: hidden;
|
|
.el-input-number__decrease,
|
.el-input-number__increase {
|
background: #1c3366;
|
color: #fff;
|
border: none;
|
border-radius: 0;
|
}
|
|
.el-input__wrapper {
|
background: #012a50;
|
box-shadow: none !important;
|
|
.el-input__inner {
|
color: #ffffff;
|
|
&::placeholder {
|
color: #8ac3fd;
|
}
|
}
|
}
|
}
|
|
// 弹框-dialog
|
.ztzf-dialog {
|
background: #0f1929;
|
box-shadow: inset 0px -50px 50px 0px rgba(27, 148, 255, 0.13);
|
border-radius: 20px 0px 0px 0px;
|
border: 2px solid;
|
padding: 0 !important;
|
|
border-image: linear-gradient(
|
180deg,
|
rgba(81, 168, 255, 0),
|
rgba(48, 111, 202, 1),
|
rgba(255, 255, 255, 1),
|
rgba(27, 148, 255, 1)
|
)
|
2 2;
|
|
.el-dialog__header {
|
width: 100%;
|
height: 47px;
|
padding: 0;
|
margin-bottom: 14px;
|
background: url("/src/assets/images/home/homeLeft/inspection-vector.png") no-repeat center;
|
background-size: 100% 100%;
|
font-weight: bold;
|
font-size: 16px;
|
line-height: 47px;
|
}
|
|
.el-dialog__title {
|
width: 112px;
|
|
font-family: Segoe UI, Segoe UI;
|
font-weight: bold;
|
font-size: 16px;
|
|
text-shadow: 0px 0px 5px rgba(154, 218, 255, 0.6);
|
text-align: left;
|
font-style: normal;
|
text-transform: none;
|
background: linear-gradient(90deg, #fbfdff 0%, #86d4ff 100%);
|
margin-left: 16px;
|
-webkit-background-clip: text;
|
-webkit-text-fill-color: transparent;
|
}
|
|
.el-dialog .el-dialog__header {
|
padding: 0px !important;
|
padding-left: 0px !important;
|
}
|
|
.el-scrollbar__thumb {
|
background: #13c6ff !important;
|
}
|
}
|
|
/* 时间选择器下拉面板 */
|
.ztzf-time-picker-popper {
|
background: #012a50 !important;
|
border-radius: 0px 0px 8px 8px;
|
border: 1px solid !important;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
|
|
.el-popper__arrow::before {
|
background: #0d3556 !important;
|
border: 1px solid #479dff !important;
|
}
|
|
.el-time-panel__header {
|
background: #012350 !important;
|
color: #ffffff !important;
|
border-bottom: 1px solid rgba(71, 157, 255, 0.3) !important;
|
}
|
|
.el-time-panel__content {
|
// background: #012350 !important;
|
|
.el-time-spinner__item {
|
color: #e6e6e6 !important;
|
|
&:hover {
|
background: rgba(71, 157, 255, 0.3) !important;
|
}
|
|
&.active {
|
color: #479dff !important;
|
font-weight: bold;
|
}
|
}
|
}
|
|
.el-time-panel__footer {
|
background: #012350 !important;
|
border-top: 1px solid rgba(71, 157, 255, 0.3) !important;
|
|
.el-button {
|
color: #fff !important;
|
|
&:hover {
|
color: #479dff !important;
|
}
|
}
|
|
.el-time-panel__btn.cancel {
|
color: #fff !important;
|
|
&:hover {
|
color: #fff !important;
|
}
|
}
|
}
|
}
|
// 日期选择时分秒禁用
|
.ztzf-data-pick-disabled {
|
.el-picker-panel
|
.el-picker-panel__body-wrapper
|
.el-picker-panel__body
|
.el-date-picker__time-header
|
.el-date-picker__editor-wrap
|
.el-time-panel
|
.el-time-panel__content
|
.el-time-spinner__item.is-disabled {
|
cursor: not-allowed;
|
color: #505050 !important;
|
background: rgba(0, 25, 59, 0.4) !important;
|
}
|
}
|
// 树形选择
|
.ztzf-tree-select-popper {
|
background: linear-gradient(180deg, rgba(13, 53, 86, 0.85) 0%, rgba(1, 35, 80, 0.85) 100%) !important;
|
border-radius: 0px 0px 8px 8px;
|
// border: 1px solid;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
|
//z-index: 999 !important;
|
|
.el-popper__arrow::before {
|
background: #0d3556 !important;
|
border: 1px solid #012350 !important;
|
}
|
|
.el-tree {
|
background: transparent !important;
|
color: #fff !important;
|
|
.el-tree-node__content:hover {
|
background: none !important;
|
}
|
|
.el-tree-node__content:hover {
|
background: none !important;
|
}
|
|
.el-tree-node.is-current > .el-tree-node__content {
|
color: #479dff !important;
|
}
|
}
|
|
.el-select-dropdown__item {
|
background: none !important;
|
color: #fff !important;
|
|
input {
|
color: #fff !important;
|
|
&::placeholder {
|
color: #fff !important;
|
}
|
}
|
}
|
|
.el-tree {
|
--el-tree-node-hover-bg-color: none !important;
|
color: #fff !important;
|
|
.el-checkbox__inner {
|
background: none !important;
|
border: 1px solid #3194ef !important;
|
}
|
}
|
|
.el-select-dropdown__item.is-selected {
|
color: var(--el-color-primary) !important;
|
}
|
|
.el-popper.is-light {
|
background: #012a50 !important;
|
box-shadow: none !important;
|
border: none !important;
|
border-radius: 4px !important;
|
margin-top: 2px;
|
|
.el-select__selection {
|
max-width: 240px !important;
|
|
.el-select__selected-item {
|
.el-tag {
|
background: #0b1d38 !important;
|
color: white;
|
}
|
}
|
}
|
|
.el-popper__arrow::before {
|
background: #012a50 !important;
|
border: 1px solid #012a50 !important;
|
}
|
}
|
}
|
|
.el-table .abnormal-color {
|
color: red !important;
|
|
&:nth-child(2n) {
|
color: red !important;
|
}
|
}
|
|
.territory-dialog-popup {
|
margin: 0;
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
padding: 0;
|
min-height: 260px;
|
background: #0f1d33;
|
box-shadow: inset 0px -50px 50px 0px rgba(27, 148, 255, 0.13);
|
border-radius: 50px 0px 0px 0px;
|
border: 2px solid;
|
border-image: linear-gradient(
|
180deg,
|
rgba(81, 168, 255, 0),
|
rgba(48, 111, 202, 1),
|
rgba(255, 255, 255, 1),
|
rgba(27, 148, 255, 1)
|
)
|
2 2;
|
|
.el-dialog__header {
|
display: none;
|
}
|
|
.dialog-header {
|
width: 100%;
|
height: 60px;
|
background: url("@/assets/images/task/t-header.png") center center no-repeat;
|
background-size: 100% 100%;
|
color: #fff;
|
display: flex;
|
align-items: center;
|
|
.title-img {
|
margin-left: 30px;
|
}
|
|
.close {
|
position: absolute;
|
right: 20px;
|
cursor: pointer;
|
}
|
|
.dialog-title {
|
font-size: 24px;
|
margin-left: 8px;
|
font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
|
text-shadow: 0px 4px 1px rgba(19, 80, 143, 0.66), 0px 0px 18px rgba(130, 165, 255, 0.4),
|
inset 0px 0px 2px rgba(255, 255, 255, 0.8);
|
|
background: linear-gradient(180deg, #ffffff 23%, #e9f8ff 46%, #77baff 76%);
|
-webkit-background-clip: text;
|
color: transparent;
|
background-clip: text;
|
}
|
}
|
|
.dialog-content {
|
padding: 20px;
|
|
.flexs {
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: flex-start;
|
|
.el-form-item {
|
width: 50%;
|
padding: 0px 10px;
|
}
|
}
|
|
.multiplePhoto {
|
display: flex;
|
|
.el-form-item {
|
flex: 1;
|
padding: 0px 10px;
|
}
|
|
.addDel {
|
display: flex;
|
align-items: end;
|
padding-bottom: 22px;
|
width: 80px;
|
|
img {
|
height: 25px;
|
width: 25px;
|
margin: 0px 5px;
|
}
|
}
|
}
|
|
.el-form-item {
|
.el-form-item__label {
|
color: #ffffff;
|
font-size: 17px;
|
font-weight: bold;
|
}
|
|
.el-input-number {
|
width: 100%;
|
|
input {
|
text-align: left;
|
}
|
|
&__decrease,
|
&__increase {
|
background-color: transparent;
|
color: #c0c4cc;
|
}
|
}
|
|
.el-input {
|
width: 100%;
|
}
|
|
::-webkit-input-placeholder {
|
font-size: 14px;
|
}
|
|
.el-select {
|
width: 100%;
|
}
|
|
.drone-img {
|
display: flex;
|
justify-content: center;
|
|
img {
|
width: 60%;
|
}
|
}
|
|
.payload-select {
|
width: 200px;
|
margin: 0 auto;
|
border: 1px solid #346994;
|
background: url("@/assets/images/newcon_box.png") no-repeat center / 100% 100%;
|
|
.title {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-size: 17px;
|
|
span {
|
display: inline-block;
|
width: 7px;
|
height: 7px;
|
border-radius: 50%;
|
background-color: orange;
|
margin-right: 5px;
|
}
|
}
|
|
.el-select {
|
.el-input {
|
input {
|
text-align: center;
|
}
|
|
.el-input__suffix {
|
display: none;
|
}
|
}
|
}
|
}
|
}
|
|
.dialog-btns {
|
display: flex;
|
justify-content: center;
|
flex-wrap: wrap;
|
gap: 10px;
|
padding: 10px;
|
color: #ffffff;
|
|
.btn-item {
|
cursor: pointer;
|
width: 80px;
|
height: 32px;
|
line-height: 32px;
|
text-align: center;
|
border: 1px solid #51a8ff;
|
color: #8ac3fd;
|
}
|
}
|
}
|
|
.action-list {
|
width: 100%;
|
display: flex;
|
flex-wrap: wrap;
|
gap: 10px;
|
}
|
|
.footer {
|
display: flex;
|
justify-content: center;
|
margin: 30px 0px 10px;
|
|
.el-button {
|
background-color: transparent !important;
|
}
|
|
.btn-item-cancel {
|
width: 96px;
|
height: 32px;
|
line-height: 32px;
|
background: rgba(96, 208, 233, 0.1);
|
box-shadow: inset 0px -3px 7px 0px rgba(96, 196, 233, 0.52);
|
border-radius: 2px 2px 2px 2px;
|
border: 1px solid #60d4e9;
|
text-align: center;
|
cursor: pointer;
|
margin-right: 18px;
|
color: #ffffff;
|
}
|
|
.btn-item-submit {
|
width: 96px;
|
height: 32px;
|
line-height: 32px;
|
background: rgba(28, 149, 255, 0.1);
|
box-shadow: inset 0px -3px 7px 0px rgba(75, 170, 255, 0.52);
|
border-radius: 2px 2px 2px 2px;
|
border: 1px solid #39b1fb;
|
text-align: center;
|
cursor: pointer;
|
color: #ffffff;
|
}
|
}
|
}
|
|
.ztzf-message-box {
|
padding: 0;
|
border: 0;
|
width: 398px;
|
height: 183px;
|
box-shadow: inset 0px -50px 50px 0px rgba(27, 148, 255, 0.13);
|
color: #fff;
|
background: url("@/assets/images/global/tipsBg.png") no-repeat center / 100% 100%;
|
|
.el-message-box__header {
|
height: 60px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0 0 0 20px;
|
}
|
|
.el-message-box__container {
|
padding: 0 10px;
|
justify-content: center;
|
}
|
|
.el-message-box__headerbtn {
|
position: relative;
|
width: 50px;
|
height: 100%;
|
}
|
|
.el-message-box__content {
|
margin: 25px 0 15px 0;
|
}
|
|
.el-message-box__title {
|
display: flex;
|
align-items: center;
|
|
&:before {
|
content: "";
|
margin-right: 10px;
|
display: block;
|
width: 30px;
|
}
|
}
|
|
.el-message-box__title,
|
.el-message-box__close,
|
.el-message-box__message {
|
color: #fff;
|
}
|
|
.el-message-box__btns {
|
justify-content: center;
|
|
.el-button {
|
background: url("@/assets/images/common/cancelBg.png") no-repeat center / 100% 100%;
|
color: #fff;
|
border: none;
|
}
|
|
.el-button--primary {
|
background: url("@/assets/images/common/saveBg.png") no-repeat center / 100% 100%;
|
border: none;
|
}
|
}
|
}
|
|
.ztzf-fly-message-box {
|
padding: 0;
|
border: 0;
|
width: 398px;
|
height: 183px;
|
box-shadow: inset 0px -50px 50px 0px rgba(27, 148, 255, 0.13);
|
color: #fff;
|
background: url("@/assets/images/global/tipsBg.png") no-repeat center / 100% 100%;
|
|
.el-message-box__header {
|
height: 60px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0 0 0 20px;
|
}
|
|
.el-message-box__container {
|
padding: 0 10px;
|
justify-content: center;
|
}
|
|
.el-message-box__headerbtn {
|
position: relative;
|
width: 50px;
|
height: 100%;
|
}
|
|
.el-message-box__content {
|
margin: 10px 0 15px 0;
|
}
|
|
.el-message-box__title {
|
display: flex;
|
align-items: center;
|
|
&:before {
|
content: "";
|
margin-right: 10px;
|
display: block;
|
width: 30px;
|
}
|
}
|
|
.el-message-box__title,
|
.el-message-box__close,
|
.el-message-box__message {
|
color: #fff;
|
}
|
|
.el-message-box__btns {
|
justify-content: center;
|
margin-top: -10px;
|
|
.el-button {
|
background: url("@/assets/images/common/cancelBg.png") no-repeat center / 100% 100%;
|
color: #fff;
|
border: none;
|
}
|
|
.el-button--primary {
|
background: url("@/assets/images/common/saveBg.png") no-repeat center / 100% 100%;
|
border: none;
|
}
|
}
|
}
|
|
.ztzf-message-box-grey {
|
padding: 0;
|
border: 0;
|
width: 356px;
|
height: 173px;
|
color: #fff;
|
background: rgba(0, 0, 0, 0.4);
|
backdrop-filter: blur(5px);
|
border-radius: 8px 8px 8px 8px;
|
|
.el-message-box__header {
|
position: relative;
|
height: 50px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0 0 0 20px;
|
|
&:before {
|
position: absolute;
|
top: 25px;
|
content: "";
|
display: block;
|
width: 324px;
|
height: 15px;
|
background: url("@/assets/images/taskManagement/taskIntermediateContent/txt-broadcast.png") no-repeat center /
|
100% 100%;
|
}
|
}
|
|
.el-message-box__container {
|
padding: 0 10px;
|
justify-content: center;
|
|
.el-message-box-icon--warning {
|
width: 18px;
|
height: 18px;
|
background: black;
|
background: url("@/assets/images/common/whiteWarning.svg") no-repeat center / 100% 100%;
|
|
svg {
|
width: 0;
|
height: 0;
|
visibility: hidden;
|
}
|
}
|
}
|
|
.el-message-box__headerbtn {
|
position: relative;
|
width: 50px;
|
height: 100%;
|
}
|
|
.el-message-box__content {
|
margin: 25px 0 15px 0;
|
}
|
|
.el-message-box__title {
|
padding-left: 20px;
|
font-size: 14px;
|
display: flex;
|
align-items: center;
|
}
|
|
.el-message-box__title,
|
.el-message-box__close,
|
.el-message-box__message {
|
color: #fff;
|
}
|
|
.el-message-box__btns {
|
justify-content: center;
|
|
.el-button {
|
color: #ffffff;
|
width: 66px;
|
height: 32px;
|
background: rgba(58, 58, 58, 0.75);
|
box-shadow: 0 4px 72px 0 rgba(0, 0, 0, 0.25);
|
border-radius: 8px 8px 8px 8px;
|
border: 1px solid transparent;
|
|
&:hover {
|
color: black;
|
background: #ffffff;
|
}
|
}
|
|
.el-button--primary {
|
color: #ffffff;
|
width: 66px;
|
height: 31px;
|
background: #3a3a3a;
|
box-shadow: 0 4px 72px 0 rgba(0, 0, 0, 0.25);
|
border-radius: 8px 8px 8px 8px;
|
border: 1px solid rgba(255, 255, 255, 0.99);
|
|
&:hover {
|
color: black;
|
background: #ffffff;
|
}
|
}
|
}
|
}
|
|
.ztzf-message-box-height-240 {
|
height: 240px;
|
background: url("@/assets/images/global/tipsBg_244.png") no-repeat center / 100% 100%;
|
}
|
|
.showFullScreenDlg {
|
display: flex;
|
justify-content: space-between;
|
|
.el-dialog {
|
position: relative;
|
padding: 0;
|
overflow: hidden;
|
|
.el-dialog__body {
|
width: 100%;
|
height: 100%;
|
|
iframe {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
.el-dialog__header {
|
height: 0;
|
overflow: hidden;
|
padding: 0;
|
|
.el-dialog__headerbtn {
|
position: absolute;
|
left: 0;
|
top: 14px;
|
|
.el-dialog__close {
|
color: #fff;
|
font-size: 35px;
|
z-index: 99;
|
}
|
}
|
}
|
}
|
}
|
|
.reasonNotFly {
|
width: 300px;
|
font-size: 16px;
|
}
|
|
.ztzf-tooltip-box {
|
line-height: 24px;
|
color: #dfe9fe !important;
|
background: rgba(3, 13, 33, 0.4) !important;
|
border: none !important;
|
backdrop-filter: blur(4px);
|
|
.el-popper__arrow {
|
&::before {
|
// border-color: rgba(3, 13, 33, .4) !important;
|
width: 0 !important;
|
height: 0 !important;
|
border-top: 10px solid rgba(3, 13, 33, 0.4) !important;
|
border-right: 10px solid transparent;
|
border-left: 10px solid rgba(3, 13, 33, 0.4) !important;
|
border-bottom: 10px solid transparent;
|
background: transparent !important;
|
}
|
}
|
|
.hms-info-item {
|
cursor: pointer;
|
}
|
}
|
|
.ztzf-tooltip-box1 {
|
color: #dfe9fe !important;
|
background: #030d21 !important;
|
border: none !important;
|
backdrop-filter: blur(4px);
|
font-size: 14px !important;
|
|
.el-popper__arrow {
|
&::before {
|
// width: 0 !important;
|
// height: 0 !important;
|
border-top: 0.5rem solid #012a50 !important;
|
border-right: 0.5rem solid transparent;
|
border-left: 0.5rem solid #012a50 !important;
|
border-bottom: 0.5rem solid transparent;
|
background: transparent !important;
|
}
|
}
|
}
|
|
.ztzf-dropdown-popper {
|
background: #012350 !important;
|
border: 1px solid !important;
|
border-radius: 0px 0px 8px 8px;
|
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
|
|
.el-popper__arrow {
|
&::before {
|
background: #012350 !important;
|
border: 1px solid #0d3556 !important;
|
box-sizing: border-box;
|
}
|
}
|
}
|
|
.ztzf-custom-qrcode-popover {
|
background: url("@/assets/images/home/eventOverviewDetail/qrCodeBg.png") no-repeat center center !important;
|
background-size: cover !important;
|
border: none !important;
|
border-radius: 0 !important;
|
box-shadow: none !important;
|
padding: 5px;
|
min-width: 173px !important;
|
height: 180px !important;
|
|
/* 隐藏默认箭头 */
|
.el-popper__arrow {
|
display: none !important;
|
}
|
|
/* 调整二维码内容区域样式 */
|
.qrcode-content {
|
background: #fff;
|
padding: 5px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
width: 146px;
|
height: 130px;
|
margin-top: 12px;
|
|
.close-btn {
|
position: absolute;
|
top: 3px;
|
right: 3px;
|
width: 20px;
|
height: 20px;
|
|
color: white;
|
border-radius: 50%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
cursor: pointer;
|
z-index: 100;
|
}
|
}
|
}
|
|
.ztzf-radio {
|
.el-radio__input .el-radio__inner {
|
background: none !important;
|
border: 1px solid #1b5d9a !important;
|
}
|
|
.el-radio__inner:after {
|
background: #65b5ff !important;
|
}
|
|
.el-radio__label {
|
color: #fff !important;
|
}
|
}
|
|
.airspace-detail-dialog {
|
position: absolute !important;
|
top: 0 !important;
|
left: 0 !important;
|
right: 0 !important;
|
bottom: 0 !important;
|
margin: auto !important;
|
|
font-family: Source Han Sans CN, Source Han Sans CN;
|
width: 280px;
|
height: 348px;
|
padding: 0;
|
|
display: flex;
|
flex-direction: column;
|
|
.el-dialog__header {
|
margin: 0 !important;
|
}
|
|
.el-dialog__body {
|
padding: 0 !important;
|
height: 0;
|
flex: 1;
|
|
.content {
|
height: 100%;
|
padding: 20px;
|
color: #fff;
|
overflow-y: auto;
|
|
> div {
|
display: flex;
|
line-height: 32px;
|
|
> div:first-child {
|
width: 72px;
|
}
|
|
> div:last-child {
|
flex: 1;
|
}
|
}
|
}
|
}
|
}
|