滾動條樣式

只對谷歌生效,火狐及其餘不生效web

::-webkit-scrollbar{
        width: 3px;
        height: 8px;
        background-color: #f5f5f5;
    }
    ::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }

    ::-webkit-scrollbar-thumb{
        height: 20px;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
        background-color: rgb(60, 168, 96);
    }
複製代碼

相關文章
相關標籤/搜索