| 1234567891011121314151617181920 |
- @import "../item/index-list-item.wxss";
- .list-container {
- width: 100%;
- height: 100px;
- flex: 1;
- /*background-color: white;*/
- }
- .scroll-box {
- width: 100%;
- height: 100%;
- }
- .scroll-list {
- width: 100%;
- display: flex;
- flex-direction: column;
- white-space: nowrap;
- }
|