滾動條的樣式
阿新 • • 發佈:2018-04-11
滾動 IT 滑塊 corn nbsp thumb rgba 滾動條 -c
::-webkit-scrollbar {
width: 15px;
} /* 這是針對缺省樣式 (必須的) */
::-webkit-scrollbar-track {
background-color: #b46868;
} /* 滾動條的滑軌背景顏色 */
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
} /* 滑塊顏色 */
::-webkit-scrollbar-button {
background-color: #7c2929;
} /* 滑軌兩頭的監聽按鈕顏色 */
::-webkit-scrollbar-corner {
background-color: black;
} /* 橫向滾動條和縱向滾動條相交處尖角的顏色 */
滾動條的樣式