| | |
| | | ::-webkit-scrollbar { |
| | | width: 8px; |
| | | height: 8px; |
| | | background-color: #409eff; |
| | | background-color: #a9a9a9; |
| | | opacity: 0.6; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-track { |
| | |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | background: #409eff; |
| | | background: #a9a9a9; |
| | | border-radius: 100px; |
| | | opacity: 0.6; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb:hover { |
| | | background: #409eff; |
| | | background: #a9a9a9; |
| | | opacity: 0.6; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-corner { |
| | | background: #409eff; |
| | | background: #606266; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-button { |
| | | width: 0px; |
| | | |
| | | height: 0px; |
| | | |
| | | background: #606266; |
| | | border-radius: 10px; |
| | | } |
| | | |
| | | .box_div { |
| | | background: #F4F8FF; |
| | |
| | | } |
| | | |
| | | /*分割线样式*/ |
| | | .dividing-line{ |
| | | .dividing-line { |
| | | width: 100%; |
| | | height: 1px; |
| | | background-color: #dcdfe6; |
| | | } |
| | | |
| | | .el-divider--horizontal { |
| | | margin:24px 0 0; |
| | | margin: 24px 0 0; |
| | | } |
| | | |
| | | .el-select-dropdown.is-multiple .el-select-dropdown__item.selected { |
| | | background-color: transparent; |
| | | } |
| | | |
| | | .el-select-dropdown.is-multiple .el-select-dropdown__item.selected:hover { |
| | | background: transparent; |
| | | } |