[html]自定义滚动条风格时间:2023-03-09 07:08:10 webkit: <style type="text/css"> *{ margin: 0; padding: 0; } ::-webkit-scrollbar { width: 10px; height: 5px; background-color: #01084c; } ::-webkit-scrollbar-thumb:vertical{ background-color: #498dff; } </style>