微信小程序横向滚动
Posted 冷空气的清晰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序横向滚动相关的知识,希望对你有一定的参考价值。
<scroll-view scroll-x="true" style=" white-space: nowrap; display: flex" >
<view class="acvitity" ></view>
<view class="acvitity" ></view>
<view class="acvitity" ></view>
</scroll-view>
.acvitity{
width:250rpx;
height:350rpx;
display: inline-block;
border:1rpx red solid;
margin-left:30rpx;
margin-top:20rpx;
}
以上是关于微信小程序横向滚动的主要内容,如果未能解决你的问题,请参考以下文章