css中自定義滾動條樣式

50.jpg

51.jpg

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 6px;
    }
    ::-webkit-scrollbar-track {
        background-color: #f5f5f5;
        border-radius: 6px;
    }

單處給某一個div修改滾動條樣式web

52.jpg

相關文章
相關標籤/搜索