$(function(){ /*图alt替换*/ $("* img").attr({alt:"威尼斯娱人城官网3788.v",title:"威尼斯娱人城官网3788.v"}); /*首页滚动swipoer*/ $require(['swiper'], function () { var honoRBox = new Swiper ('.honoRBox', { speed: 1500, autoplay: true, loop: true, slidesPerView :2, spaceBetween : 20, watchSlidesVisibility: true, centerInsufficientSlides: true, autoplayDisableOnInteraction : false, navigation: { nextEl: '.honoRBoxBB .swiper-button-next', prevEl: '.honoRBoxBB .swiper-button-prev', }, breakpoints: { 768: { slidesPerView :4, spaceBetween : 20 } } }); }); /* 导航滑下变色固定*/ $(window).scroll(function () { if ($(window).scrollTop() > 0) { $('#c_navigation_006_P_350-1676536378112').addClass('active') } else { $('#c_navigation_006_P_350-1676536378112').removeClass('active') } }) $('#c_navigation_006_P_350-1676536378112').mouseenter(function () { $('#c_navigation_006_P_350-1676536378112').addClass('active') }).mouseleave(function () { if ($(window).scrollTop() == 0) { $('#c_navigation_006_P_350-1676536378112').removeClass('active') } }); /* 循环体a标签选中高亮,多用于分类*/ var Url = window.location.pathname + window.location.search; $(".p_list a").each(function () { //判断分类导航里面的rel和url地址是否相等 if ((Url).indexOf($(this).attr('href')) > -1&&$(this).attr('href')!='') { $(this).addClass('active'); urlstatus = true; } else { $(this).removeClass('active'); } }); /* 分类选中高亮,多用于分类*/ var urlName = window.location.pathname; $('.NavList_a1 .swiper-slide a').each(function(){ var urlHref = $(this).attr('href'); if (urlName.indexOf(urlHref)>=0){ $(this).addClass('active'); } }); var windName = window.location.pathname; var time = setInterval(function () { var m = $(".p_loopitem a").attr("href"); if (m) { console.log(m); $(".p_loopitem a").each(function () { var l_m = $(this).attr("href") if (l_m == windName) { $(this).parents('.p_loopitem').addClass("active") } }); clearInterval(time); } }, 100); /*表格手机端页面内滚动条*/ $("#c_introl_detail_005_P_002-1672157907933 .e_richText-5 table").each(function() { $(this).wrap("
"); }); });