/**app.wxss**/ .container { height: 100%; display: flex; flex-direction: column; box-sizing: border-box; } page { background-color: #f9fafb; }