/* 修改滚动条样式 */
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background-color: #eeeeee;
}
::-webkit-scrollbar-thumb {
background-color: #eeeeee;
}
::-webkit-scrollbar-thumb:hover {
background-color: #999999
}
::-webkit-scrollbar-thumb:active {
background-color: #999999
}