::-webkit-scrollbar {/* 隐藏滚动条 (设置滚动条样式)*/
width: 0;
height: 0;
color: transparent;
}
详看:
https://blog.csdn.net/fareast_mzh/article/details/81975306