body,html{
height:100%;
width:100%;
background:#1A1A1A;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
h5实现类ios下拉回弹效果
最新推荐文章于 2024-05-23 16:15:41 发布
body,html{
height:100%;
width:100%;
background:#1A1A1A;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}