环球体育荷拉齐奥帮助中心
环球体育携手拉齐奥
环球体育荷拉齐奥帮助中心

阳光公示 Announcements

探索更多

环球体育携手拉齐奥

招生政策 Policies



环球体育荷拉齐奥帮助中心
记录拾光
环球体育携手拉齐奥
环球体育荷拉齐奥帮助中心
环球体育携手拉齐奥
环球体育携手拉齐奥
环球体育荷拉齐奥帮助中心
'; htmlString += '
' + current.toString().padStart(2, '0') + '
'; htmlString += '
'; return htmlString; } }, // pagination: { // el: ".swiper-pagination", // clickable: true, // renderBullet: function (index, className) { // return '' + (index + 1) + ""; // }, // }, navigation: { nextEl: '.js-swiper-navigation-button-next', prevEl: '.js-swiper-navigation-button-prev', }, }); // INITIALIZATION OF MEGA MENU // ======================================================= const megaMenu = new HSMegaMenu('.js-mega-menu', { desktop: { position: 'left' } }) // INITIALIZATION OF HEADER // ======================================================= new HSHeader('#header').init(); var swiper2 = new Swiper(".mySwiper2", { navigation: { nextEl: ".js-swiper-card-grid-button-next", prevEl: ".js-swiper-card-grid-button-prev", }, autoplay: { delay: 5000, disableOnInteraction: false, } }); var swiper3 = new Swiper(".lightshadowswiper", { navigation: { nextEl: ".lightshadow-next", prevEl: ".lightshadow-prev", }, effect: "creative", creativeEffect: { prev: { shadow: true, origin: "left center", translate: ["-5%", 0, -200], rotate: [0, 100, 0], }, next: { origin: "right center", translate: ["5%", 0, -200], rotate: [0, -100, 0], }, }, autoplay: { delay: 5000, disableOnInteraction: false, }, pagination: { el: '.ls-pagination-fraction-element', clickable: false, type: 'custom', renderCustom: function (swiper, current, total) { htmlString = "" + current.toString().padStart(2, '0') + "" + "/" + total.toString().padStart(2, '0'); return htmlString; } }, }); //自写的accordion const accordionItems = document.querySelectorAll('.first_right_news li'); const allBodys = document.querySelectorAll(".first_right_news li .item-body"); accordionItems.forEach(item => { const header = item.querySelector('.item-header'); // const content = item.querySelector('.item-body'); header.addEventListener('click', () => { if (item.classList.contains("active")) { //已经展开的,就点击跳转, //这是按用户要求的新加功能 let href = $(item).attr("myhref"); //window.open(href);,'_self' window.locations.href = href; return false; } accordionItems.forEach(body => { body.classList.remove('active'); }); item.classList.toggle('active'); }); }); })();
正文、栏目列表与相关阅读构成完整路径,适合按主题持续查阅。