image { width: 100%; height: 100%; } .box { display: flex; flex-direction: column; align-items: center; height: 100vh; } .row { margin-top: 100rpx; display: flex; align-items: center; justify-content: center; font-size: 30rpx; color: #000; } .label { color: #999; margin-right: 10rpx; } #img { width: 400rpx; margin-top: 120rpx; margin-bottom: 60rpx; }