$(function (){ $(document).scroll(function (){ const top = $(window).scrolltop(); const headtop = $(".header-top"); if (top >= 100) { headtop.addclass('fixed') } else if(top < 10){ headtop.removeclass('fixed') } }) }) function addscript(url){ document.write(""); } const swipercom = { // swiperpublicusesection ...swipercom autoplay: { delay: 3000, stoponlastslide: false, disableoninteraction: true, }, speed: 1000, loop: true, observer: true, observeparents: true, } function plan(v) { // v:definedswipervariable v.el.onmouseover = function () { v.autoplay.stop() } v.el.onmouseleave = function () { v.autoplay.start() } } /* *author:mr.zhu *title:tab切换封装 *describe:el:挂载;c:对应;p:参数 例 active or on;e:事件 click or mouseover *date:2022/5/7 15:46 */ function tab(el, c, p, e) { $(el).on(e, function () { $(this).addclass(p).siblings().removeclass(p) const i = $(this).index(); $(c).eq(i).addclass(p).siblings().removeclass(p); }) } const canvi = new canvi({ content: '.canvi-content', width: '100%', openbutton: '.icon-daohang', pushcontent: false, position: 'right', }); $(".mobile-sublist").hide(); $(".mobile-list > li").each(function (index,item){ const children_ = $(this).children('ul').length; if(!children_){ $(this).children('a').children('i').removeclass('icon-jiahao') }else { $(this).click(function (){ const son = $(this).children('ul'); if(!son.hasclass('show')){ son.addclass('show').stop(true).slidedown(500); $(this).children('a').children('i').removeclass('icon-jiahao').addclass('icon-jianhao') }else { son.removeclass('show').stop(true).slideup(500); $(this).children('a').children('i').removeclass('icon-jianhao').addclass('icon-jiahao') } }) } })