Skip to content

Instantly share code, notes, and snippets.

View shuiRong's full-sized avatar
👻
Working

shuirong shuiRong

👻
Working
View GitHub Profile
/* 滚动条 */
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
width: 5px;
background-color: #CCCCCC;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
background-color: #fff; /*滚动条的背景颜色*/
-webkit-border-radius: 0; /*滚动条的圆角宽度*/
}