1 .wrap{
2     width: auto;
3     height: 10rem;
4     overflow-y: auto;
5 }
6 
7 .wrap::-webkit-scrollbar{
8    display: none;
9 }

 

相关文章: