您可以使用CSS的scrollbar-width属性来设置滚动条的大小。将滚动条的宽度设置为10px,高度自适应浏览器窗口大小的CSS代码如下:,,“css,::-webkit-scrollbar { width: 10px; },::-webkit-scrollbar-track { background-color: #f1f1f1; },::-webkit-scrollbar-thumb { background-color: #888; border-radius: 5px...
阅读更多