page{ width: 100%; height: 100%; } .box{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; background: #F4F4F4; } .box .title{ font-size:32rpx; font-family:PingFang SC; color:rgba(42,42,42,1); width: 660rpx; margin: 35rpx 0rpx; } .box image{ width: 660rpx; height: 320rpx; margin-top: 40rpx; }