/* 滚动条样式 */ ::-webkit-scrollbar { width: 0px; height: 10px; } ::-webkit-scrollbar-thumb { background-color: #606266; border-radius: 3px; }