修改滚动条的颜色
::-webkit-scrollbar{width:1px;} ::-webkit-scrollbar-track{background-color: #030a14;} ::-webkit-scrollbar-thumb{background-color: #030a14;} ::-webkit-scrollbar-thumb:hover {background-color: #030a14} ::-webkit-scrollbar-thumb:active {background-color: #030a14}