uniapp - 横向滚动
html
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
css
.bookshelf-content {
white-space: nowrap; // 滚动必须加的属性
width: 100%;
height: 65rpx;
background-color: #fff;
padding: 0 25rpx;
box-sizing: border-box;
.item {
display: inline-block;
}
}