统一设置滚动条样式

::-webkit-scrollbar{
width:12px;
height:12px;
}
::-webkit-scrollbar-thumb{
border-radius: 1em;
background-color: rgba(150, 50, 50, 0.47);
} /* 滑块颜色 */
::-webkit-scrollbar-track{
//border-radius: 1em;
background-color: rgba(55, 55, 55, 0.61);
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-button {
background-color: transparent;
height: 0px;
width: 0px
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
background-color: transparent;
height: 0px;
width: 0px;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
posted @ 2018-03-26 18:12  你的名字~  阅读(356)  评论(0编辑  收藏  举报