浏览器右侧的滑动条在哪个文件修改
2023-02-12 19:11 来自 左右不逢缘 发布@ Discuz!问题求助
29998
最近回归 重启网站 想着美化下网站 结果忘了在哪个文件改了 只有代码
::-webkit-scrollbar { width: 10px; height: 1px;}
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: skyblue; background-image: -webkit-linear-gradient( 45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent );}::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgb(0 0 0 / 20%); background: #ededed; border-radius: 10px;}只
最近回归 重启网站 想着美化下网站 结果忘了在哪个文件改了 只有代码
::-webkit-scrollbar { width: 10px; height: 1px;}
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: skyblue; background-image: -webkit-linear-gradient( 45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent );}::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgb(0 0 0 / 20%); background: #ededed; border-radius: 10px;}只



