首页 > 微信 > 详细

小程序做横向滑动 滑块 使用swiper

时间:2020-08-10 12:37:53      阅读:148      评论:0      收藏:0      [点我收藏+]
  <scroll-view scroll-x="true" class=imgy style="white-space: nowrap;">
    <view wx:for={{15}} wx:key=index wx:for-item=buyerItem style=" display: inline-block;width:104rpx;height:104rpx;border-radius:50%;margin-right: 30rpx;">
      <image class=helpy src="http://i.pravatar.cc/128"></image>
    </view>
  </scroll-view>
.helpy {
  width: 100rpx;
  height: 100rpx;
  border: 1px dashed #999;
  line-height: 100rpx;
  text-align: center;
  font-size: 60rpx;
  border-radius: 50%;
  color: #999;

}

 

小程序做横向滑动 滑块 使用swiper

原文:https://www.cnblogs.com/xiaoxiaoxun/p/13468616.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!