| | |
| | | // ------------------------------------------------------------------ |
| | | |
| | | .el-pagination.is-background .el-pager li:not(.disabled).active { |
| | | background-color: $table-body-tr-n-color; |
| | | background-color: #184fca; |
| | | color: #ffffff !important; |
| | | } |
| | | |
| | | .el-pagination.is-background .btn-next, |
| | | .el-pagination.is-background .btn-prev, |
| | | .el-pagination.is-background .el-pager li { |
| | | background-color: rgba(0, 92, 169, 1.0); |
| | | background-color: #184fca; |
| | | color: #fff; |
| | | } |
| | | |
| | |
| | | .el-select-dropdown { |
| | | // border: 1px solid rgba(0, 92, 169, 1.0); |
| | | border: 1px solid $table-body-tr-n-color; |
| | | background: transparent !important; |
| | | } |
| | | |
| | | .el-select-dropdown__item { |
| | |
| | | color: #fff; |
| | | font-weight: 200; |
| | | // background-color: $table-body-tr-n-color!important; |
| | | background-color: rgba(9, 53, 182, 0.93) !important; |
| | | background-color: rgba(8, 56, 185, .9) !important; |
| | | } |
| | | |
| | | .el-select-dropdown__list { |
| | |
| | | } |
| | | |
| | | .el-select-dropdown__item:hover { |
| | | background-color: rgba(0, 92, 169, 0.3) !important; |
| | | background-color: #2d5cc8 !important; |
| | | } |
| | | |
| | | .el-select-dropdown__item:onBlur { |
| | | // background-color: rgba(0, 92, 169, 0.3); |
| | | background-color: $table-body-tr-n-color; |
| | | background-color: #2d5cc8 !important; |
| | | } |
| | | |
| | | .el-select-dropdown__empty { |
| | |
| | | |
| | | /* 日历样式 */ |
| | | .el-picker-panel { |
| | | background-color: rgba(8, 56, 185, 1); |
| | | background-color: rgba(8, 56, 185, .9); |
| | | color: #ffffff; |
| | | border: 1px solid #93bee7 !important; |
| | | } |
| | |
| | | } |
| | | |
| | | .el-picker-panel .el-input__inner { |
| | | background-color: #19466f; |
| | | background-color: rgba(8, 56, 185, .9); |
| | | border: #75ebf2; |
| | | color: #e8fdff; |
| | | } |