CSS-如何設置div背景圖

給組件添加背景圖控制只須要兩步:url

<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={code

width:100%;
 height:100%;

}class

相關文章
相關標籤/搜索