如何将微信小程序页面内容充满整个屏幕

时间:2018-02-01 13:09:07   收藏:0   阅读:2171

技术分享图片

修改该页面的wxss文件

/* pages/weather/weather.wxss */

.weather{

position: fixed;

height: 100%;

width: 100%;

display:flex;

flex-direction:column; /*纵向显示*/

align-items:center;/*垂直居中*/

justify-content: center;/*水平居中*/

background: #f2f2f8;

}

?

文章来源:刘俊涛的博客

地址:http://www.cnblogs.com/lovebing

欢迎关注,有问题一起学习欢迎留言、评论。

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!