【微信小程序】3D效果轮播图

效果图:
【微信小程序】3D效果轮播图_第1张图片

<view class='swiper-container'>
  <swiper class='swiper-block' autoplay='true' circular='true' previous-margin='90rpx' next-margin='90rpx' current='0' bindchange='swiperChange' interval='5000' duration='1000'>
    <block wx:key='unique' wx:for='{
    {swiperImgUrls}}'>
      

你可能感兴趣的:(小程序,微信小程序)