微信小程序爬坑日记之背景图片设置

时间:2018-08-27 21:42:12   收藏:0   阅读:183

1. 不做任何解释,粗暴的先来一波代码;

<image class="bg" 
    style="background:url({{bg.imgUrl}}) center; background-color:{{bg.Color}};background-size: cover;">
</image>

微信小程序目前只支持在行内写bg的各种属性,比如 background-size ,你设置在wxss里是不生效的,只能写在行内,

url  也是,需要在行内写。代码是动态渲染背景图。

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!