/* 設(shè)置滾動(dòng)條的樣式*/
/* 背景*/
::-webkit-scrollbar {
? ? width:8px;
? ? background-color:#eaeaea;
}
/* 滾動(dòng)槽*/
::-webkit-scrollbar-track {
? ?border-radius:8px;
}
/* 滾動(dòng)條滑塊*/
::-webkit-scrollbar-thumb {
? ? border-radius:6px;
? ? background:#78aef9;
}