一个藏袍 就是最好的教程
下面是代码:
html {
overflow: auto;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow-y: scroll;
overflow-x: hidden;
}
/*滚动条宽度*/
::-webkit-scrollbar {
width: 8px;
}
/* 轨道样式 */
::-webkit-scrollbar-track {
}
/* Handle样式 */
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgba(0,0,0,0.2);
}
/*当前窗口未激活的情况下*/
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0,0,0,0.1);
}
/*hover到滚动条上*/
::-webkit-scrollbar-thumb:vertical:hover{
background-color: rgba(0,0,0,0.3);
}
/*滚动条按下*/
::-webkit-scrollbar-thumb:vertical:active{
background-color: rgba(0,0,0,0.7);
}
4 Comments
天行键
在android中是否可以用同样的方法开发呢
clover
可以的 android的浏览器也是webkit内核
皇家元林
你好,看到你弄的点点主题,问下,你的点点主题审核几次通过的?
clover
3-N次 平均4次吧