微信小程序 view中的image水平垂直居中
生活随笔
收集整理的這篇文章主要介紹了
微信小程序 view中的image水平垂直居中
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
當(dāng)?display: flex?配合?justify-content: center?使用時(shí)可以讓view水平居中
而配合?align-items: center?用時(shí)可以實(shí)現(xiàn)垂直居中效果
?
.card-image-container{ width: 40%; height: 90%; align-items: center; /** 垂直居中*/ display: flex; justify-content: center; /** flex 屬性, 水平居中**/ }轉(zhuǎn)載于:https://www.cnblogs.com/qcjdp/p/11362226.html
總結(jié)
以上是生活随笔為你收集整理的微信小程序 view中的image水平垂直居中的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 虚拟环境的搭建
- 下一篇: Ajax简单的请求数据以表格的形式渲染到