::-webkit-scrollbar {
width: 10px;//y軸上的滾動條寬度
height: 10px;//x軸上滾動條高度
}
::-webkit-scrollbar-track {
border-radius: 3px; /*滾動條的背景區域的圓角*/
/*滾動條的背景顏色*/
}
::-webkit-scrollbar-thumb {
border-radius: 3px; /*滾動條的圓角*/
/*滾動條的背景顏色*/
}web
::-webkit-scrollbar-thumb:hover {
}it
::-webkit-scrollbar-thumb:active {
cursor: pointer;
}webkit