|
|
|
|
@ -526,3 +526,73 @@ ul.h100 li:nth-of-type(n+6) .pmbar span {
|
|
|
|
|
.el-step__title.is-process{ |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-select-dropdown__item { |
|
|
|
|
background: #254277 !important; |
|
|
|
|
border: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
color: #fff; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-select--small .el-select__wrapper{ |
|
|
|
|
background: #254277 !important; |
|
|
|
|
border: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.el-input__wrapper) { |
|
|
|
|
background: linear-gradient(90deg, #0b3571, rgba(11, 53, 113, 0) 100%); |
|
|
|
|
box-shadow: 0 0 0 0 var(--el-input-border-color, var(--el-border-color)) inset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-select:hover:not(.el-select--disabled) .el-input__wrapper) { |
|
|
|
|
box-shadow: 0 0 0 0 var(--el-select-input-focus-border-color) inset !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-select .el-input.is-focus .el-input__wrapper) { |
|
|
|
|
box-shadow: 0 0 0 0 var(--el-select-input-focus-border-color) inset !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-select:hover:not(.el-select--disabled) .el-input__wrapper) { |
|
|
|
|
background: #0b3571; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-select .el-input__wrapper) { |
|
|
|
|
background: #0b3571; |
|
|
|
|
} |
|
|
|
|
.el-popper.is-light.blueBack { |
|
|
|
|
background-color: #254277 !important; |
|
|
|
|
border: 1px solid #254277 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.blueBack.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before { |
|
|
|
|
background: #254277 !important; |
|
|
|
|
border: 1px solid #254277 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.blueBack.el-popper[data-popper-placement^=top] .el-popper__arrow::before { |
|
|
|
|
background: #254277 !important; |
|
|
|
|
border: 1px solid #254277 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.blueBack { |
|
|
|
|
.el-select-dropdown__item.hover, |
|
|
|
|
.el-select-dropdown__item:hover { |
|
|
|
|
background: #2A77C6 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-select-dropdown__item { |
|
|
|
|
color: #fff !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-select-dropdown__item.selected { |
|
|
|
|
background: #2A77C6 !important; |
|
|
|
|
} |
|
|
|
|
} |