首页 > 技术文章 > 微信小程序居中代码

moguzi12345 2017-10-25 15:40 原文

html页面:

{

  text-align:center;

}

wxss页面:

{

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;

}

推荐阅读