如何將微信小程序頁面內容充滿整個屏幕


修改該頁面的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

歡迎關注,有問題一起學習歡迎留言、評論。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM