抵制不良游戏 拒绝盗版游戏 注意自我保护 谨防上当受骗 适度游戏益脑 沉迷游戏伤身 合理安排时间 享受健康生活
All rights reserved. 版权所有 本游戏由【 苍月·之渊】独家开发运营
var swiper = new Swiper('.sw', {
slidesPerView: 3,
spaceBetween:0,
centeredSlides: true,
loop: true,
autoplay:true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
$('.gzshow .photoshow').roundabout({
btnNext: '.gzshow .move_rights',
autoplay: true,
autoplayDuration: 3000,
autoplayPauseOnHover: true,
btnPrev: '.gzshow .move_lefts',
duration: 300
});
$(function () {
$('.shutter').shutter({
shutterW: 1041, // 容器宽度
shutterH: 686, // 容器高度
isAutoPlay: true, // 是否自动播放
playInterval: 2000, // 自动播放时间
curDisplay: 1, // 当前显示页
fullPage: false // 是否全屏展示
});
});
document.querySelectorAll('.m6piccon li').forEach(function(li) {
li.addEventListener('mouseenter', function() {
this.querySelector('.glow-effect').style.opacity = '1';
});
li.addEventListener('mouseleave', function() {
this.querySelector('.glow-effect').style.opacity = '0';
});
});