|
|
|
|
@ -362,6 +362,11 @@ var articleSwiper = new Swiper("#articleSwiper", {
|
|
|
|
|
cssMode: true,
|
|
|
|
|
keyboard: true,
|
|
|
|
|
slidesPerView: slidesPerView,
|
|
|
|
|
loop: true,
|
|
|
|
|
autoplay: {
|
|
|
|
|
delay: 3000,
|
|
|
|
|
disableOnInteraction: false
|
|
|
|
|
},
|
|
|
|
|
navigation: {
|
|
|
|
|
nextEl: "#article-swiper-button-next",
|
|
|
|
|
prevEl: "#article-swiper-button-prev"
|
|
|
|
|
@ -375,6 +380,11 @@ var tourSwiper = new Swiper("#tourSwiper", {
|
|
|
|
|
cssMode: true,
|
|
|
|
|
keyboard: true,
|
|
|
|
|
slidesPerView: slidesPerView,
|
|
|
|
|
loop: true,
|
|
|
|
|
autoplay: {
|
|
|
|
|
delay: 3000,
|
|
|
|
|
disableOnInteraction: false
|
|
|
|
|
},
|
|
|
|
|
navigation: {
|
|
|
|
|
nextEl: "#tour-swiper-button-next",
|
|
|
|
|
prevEl: "#tour-swiper-button-prev"
|
|
|
|
|
|