| | |
| | | color: white !important; |
| | | } |
| | | </style> |
| | | <style> |
| | | .el-select-dropdown { |
| | | background: rgba(8, 75, 66, 1) !important; |
| | | color: white !important; |
| | | } |
| | | |
| | | .el-picker-panel__body { |
| | | color: white !important; |
| | | } |
| | | |
| | | .el-picker-panel__body div { |
| | | background: transparent !important; |
| | | } |
| | | |
| | | .el-picker-panel { |
| | | background: rgba(8, 75, 66, 1) !important; |
| | | } |
| | | |
| | | .el-select-dropdown__item { |
| | | color: white !important; |
| | | font-size: 12px !important; |
| | | } |
| | | |
| | | .el-date-table th { |
| | | color: white !important; |
| | | } |
| | | |
| | | .el-select-dropdown__item.hover, |
| | | .el-select-dropdown__item:hover { |
| | | color: #409eff !important; |
| | | } |
| | | |
| | | .el-input__wrapper { |
| | | background: rgba(8, 75, 66, 1) !important; |
| | | border: 2px solid #437a74 !important; |
| | | box-shadow: none !important; |
| | | } |
| | | |
| | | .el-select__wrapper { |
| | | background: rgba(8, 75, 66, 1) !important; |
| | | border: 2px solid #437a74 !important; |
| | | box-shadow: none !important; |
| | | } |
| | | |
| | | .level-list { |
| | | display: flex; |
| | | margin-top: 10px; |
| | | flex-wrap: wrap; |
| | | |
| | | .level-item { |
| | | width: 150px; |
| | | height: 30px; |
| | | line-height: 30px; |
| | | text-align: center; |
| | | background: rgba(8, 75, 66, 1); |
| | | color: white; |
| | | margin-right: 10px; |
| | | margin-bottom: 10px; |
| | | cursor: pointer; |
| | | border-radius: 5px; |
| | | |
| | | &.active { |
| | | background: #11b6a6; |
| | | } |
| | | } |
| | | } |
| | | </style> |