.box { /* 去除滚动条- 兼容火狐和IE10+ */ scrollbar-width: none; -ms-overflow-style: none; } .box::-webkit-scrollbar { /* Chrome去除滚动条 */ display: none; }