瀏覽代碼

轮播图添加图片

master
congzc 2 年之前
父節點
當前提交
0afcd6ef91
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. +9
    -1
      index.html

+ 9
- 1
index.html 查看文件

@@ -50,6 +50,9 @@
<div class="swiper-slide"><img class="concentrationBox"
src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/shouye/banner_1.png" alt="">
</div>
<div class="swiper-slide"><img class="concentrationBox"
src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/shouye/banner_2.png" alt="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
@@ -416,6 +419,11 @@
<script>
certifySwiper = new Swiper('#certify', {
loop: true,
autoplay: true,
// autoplay: true,
// autoplayDisableOnInteraction: false,
// preventLinksPropagation: true,
autoplay: {
disableOnInteraction: false,
},
})
</script>

Loading…
取消
儲存