| 123456789101112131415161718192021222324 |
- .image-list-container {
- height: 100%;
- width: 100%;
- }
- .image-scroll-box {
- width: 100%;
- height: 100%;
- }
- .image-scroll-list {
- height: 100%;
- width: auto;
- display: flex;
- flex-direction: row;
- white-space: nowrap;
- justify-content: flex-start;
- }
- .item-img {
- width: 120rpx;
- height: 120rpx;
- padding: 5rpx 5rpx 5rpx 5rpx;
- }
|