在 Chrome , Firefox , IE 上看过都没问题
.container{
/* 设置自动滚动 */
overflow: auto;
}
.container::-webkit-scrollbar {
/* WebKit */
width:0;height:0;
}
.container{
/* 设置自动滚动 */
overflow: auto;
}
.container::-webkit-scrollbar {
/* WebKit */
width:0;height:0;
}