真机调试图片出不来,工具调试可以?
发布于 5 年前 作者 sunming 14646 次浏览 来自 官方Issues
<view style="background-image:url('../../static/images/downtime.jpg');width:100%;height:388rpx;line-height: 304px;background-size:cover;position: fixed;top: 0;bottom: 0;left: 0;right: 0;margin: auto;    text-align: center;">
   <text style="color: #fff;font-size: 43rpx;">引爆点</text>
</view>

左边是工具,右边是真机调试

1 回复

本地图片不支持设置背景,建议网络图片或使用image标签,base64也行

回到顶部