如何设置div背景图

给组件添加背景图控制只需要两步:

<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%;

}


div如何居中:

  • margin:0 auto;
  • 行内元素的垂直居中把height和line-height的值设置成一样的即可。

文本居中:
text-align:center;

https://www.cnblogs.com/demod...


dabaiaijianshen
18 声望6 粉丝

« 上一篇
vue文档学习
下一篇 »
前端异常捕获