view实现垂直居中效果

当 display: flex 配合 justify-content: center 使用时可以让view水平居中  而配合 align-items: center 用时可以
 
{
  
  align-items: center;  /** 垂直居中*/
  display: flex;
  justify-content: center;   /** flex 属性, 水平居中**/
}
posted @ 2021-04-27 16:33  教练我想打篮球  阅读(1326)  评论(0编辑  收藏  举报