/* pages/list/list.wxss */ .demo-text-1 { width: 100vw; height: 200rpx; background: #00f; } .demo-text-2 { width: 100vw; height: 200rpx; background: #f0f; } .demo-text-3 { width: 100vw; height: 200rpx; background: #0ff; } .page-section-spacing{ margin-top: 60rpx; } .scroll-view_H{ white-space: nowrap; } .scroll-view-item{ height: 300rpx; } .scroll-view-item_H{ display: inline-block; width: 100%; height: 300rpx; }