自定義webkit瀏覽器滾動條樣式

     ::-webkit-scrollbar {
          width: 5px;
          height: 5px;
        }
        ::-webkit-scrollbar-track {
          background-color: transparent;
        } /* 滾動條的滑軌背景顏色 */

        ::-webkit-scrollbar-thumb {
              background-color: #666;
              padding:0px 2px;
              border-radius: 5px;
        } /* 滑塊顏色 */

        ::-webkit-scrollbar-button {
              background-color: transparent;
              height: 0px;
              width: 0px
        } /* 滑軌兩頭的監聽按鈕顏色 */

        ::-webkit-scrollbar-corner {
              background-color: transparent;
              height: 0px;
              width: 0px;
        } /* 橫向滾動條和縱向滾動條相交處尖角的顏色 */

  

相關文章
相關標籤/搜索