修改滾動條樣式

/*滾動條樣式*/::-webkit-scrollbar { /*滾動條總體樣式*/    width: 10px; /*高寬分別對應橫豎滾動條的尺寸*/    height: 10px;}::-webkit-scrollbar-thumb { /*滾動條裏面小方塊*/    background: #e5e5e5;    -webkit-border-radius: 15px;    -moz-border-radius: 15px;    border-radius: 15px;}::-webkit-scrollbar-thumb:hover { /*滾動條裏面小方塊*/    background: #cfcfcf;    -webkit-border-radius: 15px;    -moz-border-radius: 15px;    border-radius: 15px;}::-webkit-scrollbar-track { /*滾動條裏面軌道*/    background: #F4F4F4;}/*::-webkit-scrollbar-button { !* 滾動條兩端的按鈕 *!    width: 10px;    }*/
相關文章
相關標籤/搜索