| | |
| | | color: #fff; |
| | | border: none; |
| | | outline: none; |
| | | } |
| | | /* 修改下拉面板背景色 */ |
| | | .el-select-dropdown { |
| | | background: rgb(33,72,115); |
| | | border-radius: 2px; |
| | | border: 1px solid #3068A5; |
| | | .el-select-dropdown__item{ |
| | | display: flex; |
| | | align-items: center; |
| | | font-family: PingFangSC, PingFang SC; |
| | | font-weight: 400; |
| | | font-size: 12px; |
| | | color: #FFFFFF; |
| | | line-height: 16px; |
| | | text-align: left; |
| | | font-style: normal; |
| | | background-color: rgb(33,72,115); |
| | | &:hover { |
| | | background-color: rgba(255, 255, 255, 0.1); |
| | | } |
| | | &.selected { |
| | | background-color: rgba(255, 255, 255, 0.2); |
| | | } |
| | | } |
| | | } |