小程序不兼容背景图片,只能新加一个image来解决问题

<view class="" style="position: relative;">
    <image src="xxbg.jpg" style="width: 750rpx;height: 320rpx;position: absolute;"></image>
    <view class="" style="position: relative;">
        // do something
    </view>
</view>

标签: none

添加新评论