微信小程序居中代码

html页面:

{

  text-align:center;

}

wxss页面:

{

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

}

posted @ 2017-10-25 15:40  小蘑菇123  阅读(9459)  评论(0)    收藏  举报