<!--背景图-->
<view class="bg_img">
<image src="../img/bg@3x.png"></image>
</view>
css:
page{
width:100%;
height: 100%;
}
image {
width: 100%;
height: 100%;
}
.bg_img {
position: absolute;
top:0rpx;
width: 100vw;
height: 101vh;
z-index: -1;
}
我已经设置了百分百了,还是可以下拉然后出现一点白色,想知道如何解决
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
img font-size:0;