现象:苹果手机页面可以左右滑动

引起原因:部分元素超出屏幕
.ad-finger{
    width: 152rpx;
    height: 75rpx;
    position: absolute;
    top: 156rpx;
    right:-8rpx;
}
// 或者下面的情况
.ad-test{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10rpx;
    background-color: #ffffff;
}
解决办法:给最外面的盒子
view {
  width:100%;
  overflow-x:hidden;
}
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐