html改滚动条样式

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 1px rgba(136, 136, 136, 0.3);
  background-color: rgb(238, 241, 245);
}
posted @ 2020-07-29 11:18  xiaochuchun  阅读(1184)  评论(0)    收藏  举报