zl程序教程

您现在的位置是:首页 >  前端

当前栏目

h5 - 子div 在 父div水平垂直居中

H5 div 水平 居中 垂直
2023-09-14 09:06:39 时间

 

 <view wx:else style="height: 80vh;" class="viewVcenter">
   <div style="width: 100%;text-align: center;">
    <p>
      哈哈哈哈666
    </p>
   </div>
.viewVcenter{
  align-items:center;
  display:flex; 
}