view class=all view class=weather image src=iconsweatherjpg mode= view view class=content input type=text view查询天气view view view 微信小程序背景图占满
屏幕的方法是在全局样式中设置:
page {
background-image: url('your-image-url');
background-size: cover;
}
其中,your-image-url需要替换成你自己的图片地址。设置background-size属性为cover可以让背景图占满整个屏幕。
原文地址: https://www.cveoy.top/t/topic/hjiP 著作权归作者所有。请勿转载和采集!