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