1. 上下滚动效果
设置 <scroll-view> 的方向 scroll-y 属性
设置 <scroll-view> 的 class 样式 height
2.横向滚动效果
设置 <scroll-view> 的方向 scroll-x 属性
设置 <scroll-view> 的 class 样式 height ,white-space: nowrap 不换行
设置 <scroll-view> 内部元素的 class 样式 display: inline-block 将元素设置成块
参考学习:
https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html
https://uniapp.dcloud.io/component/scroll-view