/**app.wxss**/ .container { height: 100vh; width: 100vw; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; box-sizing: border-box; }