其一:
给html和body添加
-webkit-overflow-scrolling: touch;
其二:
给需要滑动的div添加
overflow-y:auto; height:100%;
其三:
隐藏掉侧边栏
div::-webkit-scrollbar { 0; height:0; }