getPhoto.wxss 237 B

123456789101112131415
  1. .photoBox {
  2. width: 100%;
  3. height: 600rpx;
  4. display: flex;
  5. flex-direction: row;
  6. justify-content: center;
  7. white-space: nowrap;
  8. margin-top: 20rpx;
  9. }
  10. .photo {
  11. width: 600rpx;
  12. height: 600rpx;
  13. background-color: yellowgreen;
  14. }