适用于chrome
::-webkit-scrollbar{width: 5px; height: 5px;} ::-webkit-scrollbar-button:vertical{display: none;} ::-webkit-scrollbar-track{border-radius: 4px;background-color: #e2e2e2;} ::-webkit-scrollbar-corner{background-color: #e2e2e2;} ::-webkit-scrollbar-thumb{border-radius: 4px; background-color: rgba(0,0,0,.3);} ::-webkit-scrollbar-thumb:vertical:hover{background-color: rgba(0,0,0,.35);} ::-webkit-scrollbar-thumb:vertical:active{background-color: rgba(0,0,0,.38);}