去除滚动条
css
* {
-ms-overflow-style:none; /* Edge */
scrollbar-width: none; /* Firefox */
}
::-webkit-scrollbar {
display: none; /* Chrome */
}