/**app.wxss**/ .container { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 20px; box-sizing: border-box; }