(编辑:jimmy 日期: 2024/10/30 浏览:2)
给组件添加背景图控制只需要两步:
<View className="gifts" style={{ background: `url(${baseUrl}starMove/exclusiveEntrance/card.png) no-repeat`, backgroundSize: '100% 100%', }} > <View classname="gift-lists"></View> </View>
设置background和backgroundSize。
style={ width:100%; height:100%; }
ps:下面给大家介绍下css文件 如何使背景图片大小适应div的大小
对背景图片设置属性:background-size:cover;可以实现背景图片适应div的大小。
background-size有3个属性:
总结