/* pages/life/life.wxss */ page { background-color: #d9e8f0; font-size: 35rpx; } .life { /* 水平垂直居中 */ display: flex; justify-content: center; align-items: center; } .life > image { width: 400rpx; height: 500rpx; }