index-list.wxss 282 B

1234567891011121314151617181920
  1. @import "../item/index-list-item.wxss";
  2. .list-container {
  3. width: 100%;
  4. height: 100px;
  5. flex: 1;
  6. /*background-color: white;*/
  7. }
  8. .scroll-box {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .scroll-list {
  13. width: 100%;
  14. display: flex;
  15. flex-direction: column;
  16. white-space: nowrap;
  17. }