Browse Source

轮播图添加图片

master
congzc 1 year ago
parent
commit
0afcd6ef91
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      index.html

+ 9
- 1
index.html View File

@@ -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…
Cancel
Save