.photoBox { width: 100%; height: 600rpx; display: flex; flex-direction: row; justify-content: center; white-space: nowrap; margin-top: 20rpx; } .photo { width: 600rpx; height: 600rpx; background-color: yellowgreen; }