/*chrome 滚动条*/
::-webkit-scrollbar{ 6px;height:6px;}
::-webkit-scrollbar-button{display:none;}
::-webkit-scrollbar-track{background-color:black;border-radius: 6px;}
::-webkit-scrollbar-track-piece{background-color: #F5F5F5;}
::-webkit-scrollbar-thumb{margin-right:10px; background-color: #999;border-radius: 6px;}
::-webkit-scrollbar-thumb:vertical{height: 6px;}
::-webkit-scrollbar-corner{background-color:#F5F5F5;}
::-webkit-scrollbar-resizer{background-color:#F5F5F5;}
放在在初始化样式里