/**index.wxss**/ page { height: 100vh; } /**app.wxss**/ .container { height: 100%; display: flex; flex-direction: column; justify-content: center; row-gap: 50rpx; }