具体实现
实现代码
::-webkit-scrollbar {
width: 4px;
height: 4px;
border-radius: 2px;
}
/*滚动区域背景*/
::-webkit-scrollbar-track-piece {
background-color: #fcf9f8;
-webkit-border-radius: 6px;
}
/*竖向滚动条*/
::-webkit-scrollbar-thumb:vertical {
height: 5px;
width: 5px;
background-color: #D9E0FF;
border-radius: 3px;
-webkit-border-radius: 6px;
}
/*横向滚动条*/
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
height: 5px;
border-radius: 2px;
background-color: #D9E0FF;
-webkit-border-radius: 6px;
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。