修改該頁面的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
歡迎關注,有問題一起學習歡迎留言、評論。
