| | |
| | | /* 滚动条样式 */ |
| | | |
| | | ::-webkit-scrollbar{ |
| | | width:8px; |
| | | height:8px; |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 8px; |
| | | height: 8px; |
| | | background-color: #409eff; |
| | | } |
| | | ::-webkit-scrollbar-track{ |
| | | |
| | | ::-webkit-scrollbar-track { |
| | | background: #eee; |
| | | } |
| | | ::-webkit-scrollbar-thumb{ |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | background: #409eff; |
| | | border-radius:100px; |
| | | border-radius: 100px; |
| | | } |
| | | ::-webkit-scrollbar-thumb:hover{ |
| | | |
| | | ::-webkit-scrollbar-thumb:hover { |
| | | background: #409eff; |
| | | } |
| | | ::-webkit-scrollbar-corner{ |
| | | |
| | | ::-webkit-scrollbar-corner { |
| | | background: #409eff; |
| | | } |
| | | |
| | |
| | | .box_div { |
| | | background: #F4F8FF; |
| | | } |
| | | |
| | | |
| | | .subpage_Div { |
| | | border: 1px solid #dcdfe6; |
| | | } |
| | |
| | | } |
| | | |
| | | .el-tree { |
| | | background: transparent; |
| | | background: transparent !important; |
| | | } |
| | | .el-tree { |
| | | background: transparent !important; |
| | | } |
| | | |
| | | .el-tree-node.is-current>.el-tree-node__content { |
| | |
| | | .el-tree-node__content :hover { |
| | | |
| | | background-color: transparent !important; |
| | | } |
| | | |
| | | .el-pager li { |
| | | |
| | | background: transparent; |
| | | } |
| | | |
| | | .btn-prev { |
| | | background: transparent !important; |
| | | } |
| | | |
| | | .btn-next { |
| | | background: transparent !important; |
| | | } |