/*清除滚动条 - 适配安卓*/
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
/*清除滚动条 - 适配IOS*/
::-webkit-scrollbar {
display: none;
}








![【LeetCode】数据结构题解(11)[用队列实现栈]](https://img-blog.csdnimg.cn/a5c4695c00b94865831cb79d75a45b32.png)











