chrome用为类来自定义滚动条

2015-12-14 0 186
chrome用为类来自定义滚动条
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

body::-webkit-scrollbar-track-piece {
  background-color: white;
}

::-webkit-scrollbar-track-piece:no-button {}

::-webkit-scrollbar-thumb {
  background-color: #3994EF;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #A4EEF0;
}

::-webkit-scrollbar-thumb:active {
  background-color: #666;
}

::-webkit-scrollbar-button:vertical { width: 9px; }
::-webkit-scrollbar-button:horizontal { width: 9px; }
::-webkit-scrollbar-button:vertical:start:decrement { background-color: white; }
::-webkit-scrollbar-button:vertical:end:increment { background-color: white; }
::-webkit-scrollbar-button:horizontal:start:decrement { background-color: white; }
::-webkit-scrollbar-button:horizontal:end:increment { background-color: white; }

遇见资源网 css chrome用为类来自定义滚动条 http://www.ox520.com/13954.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务