html滚动条样式
*::-webkit-scrollbar {width: 10px;
}*::-webkit-scrollbar-thumb {background: #eee; // 滑块颜色border-radius: 5px; // 滑块圆角
}*::-webkit-scrollbar-thumb:hover {background: #ccc;
}
*::-webkit-scrollbar {width: 10px;
}*::-webkit-scrollbar-thumb {background: #eee; // 滑块颜色border-radius: 5px; // 滑块圆角
}*::-webkit-scrollbar-thumb:hover {background: #ccc;
}