滚动条(如何修改滚动条的颜色)

.rightBar(类名)::-webkit-scrollbar{width:2px;}

.rightBar(类名)::-webkit-scrollbar-track{background-color: #b7b7b7;

opacity: 0.4;}

.rightBar(类名)::-webkit-scrollbar-thumb{background-color: #b7b7b7;

opacity: 0.4;}

.rightBar(类名)::-webkit-scrollbar-thumb:hover {background-color: #b7b7b7;

opacity: 0.4;}

.rightBar(类名)::-webkit-scrollbar-thumb:active {background-color: #b7b7b7;

opacity: 0.4;}

你可能感兴趣的:(前端,css,html)