/**app.wxss**/ page{ height: 100%; background-color: #000000; } .container { /* height: 88%; */ display: flex; flex-direction: column; align-items: center; /* justify-content: space-between; */ /* padding: 200rpx 0; */ box-sizing: border-box; overflow:hidden; background-color: #000000; }