欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

css: div下的内容居中

程序员文章站 2022-04-24 22:26:59
...
<view wx:elif="{{map.imgFileInfo!=null}}" style="text-align: center;">
      <image mode="aspectFill" style="width: 98%;" src="{{map.imgFileInfo.location}}"></image>
</view>

//text-align: center   设置内容居中,包括视频和图片