赞
踩
css设置滚动条透明的方法是,给滚动条添加样式【::-webkit-scrollbar {height: 0;width: 0;color: transparent;}】就可以了。
windows10系统、css 3、thinkpad t480电脑。
body:hover{ overflow:scroll; } ::-webkit-scrollbar { width: 20px !important; } ::-webkit-scrollbar-thumb { border-radius: 10px; border-style: dashed; border-color: transparent; border-width: 3px; background-clip: padding-box; background-color: rgba(157, 165, 183, 0.5); }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。