list.wxss 446 B

123456789101112131415161718192021222324252627282930
  1. /* pages/list/list.wxss */
  2. .demo-text-1 {
  3. width: 100vw;
  4. height: 200rpx;
  5. background: #00f;
  6. }
  7. .demo-text-2 {
  8. width: 100vw;
  9. height: 200rpx;
  10. background: #f0f;
  11. }
  12. .demo-text-3 {
  13. width: 100vw;
  14. height: 200rpx;
  15. background: #0ff;
  16. }
  17. .page-section-spacing{
  18. margin-top: 60rpx;
  19. }
  20. .scroll-view_H{
  21. white-space: nowrap;
  22. }
  23. .scroll-view-item{
  24. height: 300rpx;
  25. }
  26. .scroll-view-item_H{
  27. display: inline-block;
  28. width: 100%;
  29. height: 300rpx;
  30. }