1 2 3 4 5 6 7 8 9 10 11 12
/**app.wxss**/ page{ background-color: #f6f6f6; } .container { width: 100%; min-height: 100%; padding-bottom: 50px; box-sizing: border-box; font-size: 32rpx; color: #333; }