/* pages/list/list.wxss */ .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: 30%; height: 300rpx; margin-left: 20rpx; } #demo1 { background: #00f; } #demo2 { background: #f0f; } #demo3 { background: #0ff; } .demo-text-1 { height: 300rpx; background: #0ff; } .demo-text-2 { height: 300rpx; background: #f00; } .demo-text-3 { height: 300rpx; background: #ff0; }