修改滚动条样式 .box { width: 800px; border-radius: 0 0 8px 8px; max-height: 400px; overflow-y: scroll; } .box::-webkit-scrollbar { width: 10px; height: 10px; /**/ }