代码: 全选
::-webkit-scrollbar:not(input) {
width: 6px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 3px !important;
background-color: #73A !important;
}
::-webkit-scrollbar-track {
background: #aee !important;
}
代码: 全选
::-webkit-scrollbar:not(input) {
width: 6px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 3px !important;
background-color: #73A !important;
}
::-webkit-scrollbar-track {
background: #aee !important;
}
代码: 全选
::-webkit-scrollbar{
width: 6px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 3px !important;
background-color: #73A !important;
}
::-webkit-scrollbar-track {
background: #aee !important;
}