scroll-view去掉滚动条属性(个人笔记)

::-webkit-scrollbar {
       width: 0;
       height: 0;
       color: transparent;
    }