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 -->
<script type="text/javascript" charset="utf-8">
jQuery(function($){
//一分钟刷新一次页面
setTimeout(function () {
location.reload();
},60000);
//monitorWindow();
monitorWindow();
// 窗体改变
$(window).resize(function(){
//监听窗口大小的改变
@ -65,9 +61,9 @@
autoplay: {
//开启自动播放
delay:3000,
//disableOnInteraction: false,
disableOnInteraction: false,
//触摸后不会停止自动滚动
//pauseOnMouseEnter: true,
pauseOnMouseEnter: true,
//鼠标置于swiper时暂停自动切换鼠标离开时恢复自动切换。
},
direction : 'vertical',
@ -77,7 +73,7 @@
//高度随内容变化
slidesPerView:4,
//显示个数
/* pagination: {
pagination: {
//分页器
el: '.swiper-pagination',
type: 'bullets',
@ -109,8 +105,8 @@
}
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: {
crossFade: true,
},