item-image.wxss 342 B

123456789101112131415161718192021222324
  1. .image-list-container {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .image-scroll-box {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .image-scroll-list {
  10. height: 100%;
  11. width: auto;
  12. display: flex;
  13. flex-direction: row;
  14. white-space: nowrap;
  15. justify-content: flex-start;
  16. }
  17. .item-img {
  18. width: 120rpx;
  19. height: 120rpx;
  20. padding: 5rpx 5rpx 5rpx 5rpx;
  21. }