/* customize scrollbar */
::-webkit-scrollbar {
  width:  .6em;
  height: .6em;
}

::-webkit-scrollbar-thumb {
background: rgba(155, 155, 155, 0.4);
border-radius: .6em;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(155, 155, 155, .6);
}

::-webkit-scrollbar-track {
background: transparent;
background: rgba(200, 200, 200, .2);
}

是那个代码搬运工
3 声望0 粉丝