master
wangxinglong 2022-05-06 14:24:37 +08:00
parent 51fd663352
commit 6b3a5dffe3
1 changed files with 6 additions and 10 deletions

View File

@ -45,11 +45,7 @@
<!-- 自定义js --> <!-- 自定义js -->
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
jQuery(function($){ jQuery(function($){
//一分钟刷新一次页面 monitorWindow();
setTimeout(function () {
location.reload();
},60000);
//monitorWindow();
// 窗体改变 // 窗体改变
$(window).resize(function(){ $(window).resize(function(){
//监听窗口大小的改变 //监听窗口大小的改变
@ -65,9 +61,9 @@
autoplay: { autoplay: {
//开启自动播放 //开启自动播放
delay:3000, delay:3000,
//disableOnInteraction: false, disableOnInteraction: false,
//触摸后不会停止自动滚动 //触摸后不会停止自动滚动
//pauseOnMouseEnter: true, pauseOnMouseEnter: true,
//鼠标置于swiper时暂停自动切换鼠标离开时恢复自动切换。 //鼠标置于swiper时暂停自动切换鼠标离开时恢复自动切换。
}, },
direction : 'vertical', direction : 'vertical',
@ -77,7 +73,7 @@
//高度随内容变化 //高度随内容变化
slidesPerView:4, slidesPerView:4,
//显示个数 //显示个数
/* pagination: { pagination: {
//分页器 //分页器
el: '.swiper-pagination', el: '.swiper-pagination',
type: 'bullets', type: 'bullets',
@ -109,8 +105,8 @@
} }
return '<span class="' + className + '">' + text + '</span>'; return '<span class="' + className + '">' + text + '</span>';
}, },
},*/ },
// effect : 'slide',//轮播的动效 默认为"slide"(普通位移切换),还可设置为"fade"(淡入)、"cube"(方块)、"coverflow"3d流、"flip"3d翻转、"cards"(卡片式)、"creative"(创意性)。 effect : 'slide',//轮播的动效 默认为"slide"(普通位移切换),还可设置为"fade"(淡入)、"cube"(方块)、"coverflow"3d流、"flip"3d翻转、"cards"(卡片式)、"creative"(创意性)。
fadeEffect: { fadeEffect: {
crossFade: true, crossFade: true,
}, },