一行代码搞定 .box::-webkit-scrollbar { display: none; } .box是你要取消滚动条的盒子 如果需要取消系统默认自带的滚动条 html{ overflow: hidden; }