.box { width:600px; height:40px; overflow-y:hidden; overflow-x:auto; white-space:nowrap; margin:100px; background-color:aqua; } .box::-webkit-scrollbar { display:none; } .item { width:384px; height:216px; display:inline-block; }
更新时间:2019-12-30 09:09:40