开发场景css样式(持续更新)

2020.10.30

导航条美化样式:

::-webkit-scrollbar {
        width: 10px;
        height: 1px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background: hsl(120,100%,75%);
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
}

 

posted @ 2020-10-30 21:37  土拨鼠v1  阅读(58)  评论(0编辑  收藏  举报