.custom-scroll ::-webkit-scrollbar { width: 8px; /* 滚动条宽度 */ display:none; } .custom-scroll ::-webkit-scrollbar-track { background-color: #282c34; display:none; } .custom-scroll ::-webkit-scrollbar-thumb { background-color: #444; border-radius: 8px; display:none; } .custom-scroll ::-webkit-scrollbar-thumb:hover { background-color: #666; display:none; }