Browse Source

首页新增滚动图片

master
liaoxinyu 2 years ago
parent
commit
ffb23453bc
  1. 19
      pages/base/home.vue

19
pages/base/home.vue

@ -415,6 +415,25 @@
</a>
</view>
<view class="index_partners__3BIDL">
<view class="rfm-marquee-container">
<view class="rfm-marquee">
<view class="rfm-initial-child-container">
<view class="rfm-child" v-for="(item,index) in imgList" :key="index+'a'">
<view class="ant-image">
<img :src="item" class="ant-image-img index_scrollItem__RJv5K">
</view>
</view>
<view class="rfm-child" v-for="(item,index) in imgList" :key="index+'b'">
<view class="ant-image">
<img :src="item" class="ant-image-img index_scrollItem__RJv5K">
</view>
</view>
</view>
</view>
</view>
</view>
<view class="box_width">
<view style="padding: 0px 36rpx;">
<view style="font-size: 56rpx;color: #fff;font-weight: bold;text-align: center;">{{ $t("homeNewText.hh29") }}</view>

Loading…
Cancel
Save