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