/* * @Author: zhangfeifei zff_607@163.com * @Date: 2023-03-28 16:01:00 * @LastEditors: zhangfeifei zff_607@163.com * @LastEditTime: 2023-04-03 15:17:39 * @FilePath: \institute-of-technology\JS\index.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ // 层叠样式表 $(function () { $(".accordion-list").mouseover(function (e) { $(this).addClass("show-accordion-list"); $(this).siblings().removeClass("show-accordion-list"); $(this).siblings().children("a").children(".show-module").addClass("show-img-accordion"); $(this) .siblings() .children("a") .children(".show-conetnt-model") .removeClass("show-img-accordion accordion_action"); $(this) .siblings() .children("a") .children(".show-module-text") .removeClass("show-module-text-big show-module-text-small"); $(this).children("a").children(".show-module").removeClass("show-img-accordion"); $(this).children("a").children(".show-conetnt-model").addClass("show-img-accordion"); $(this).children("a").children(".show-module-text").addClass("show-module-text-big"); setTimeout( (that) => { $(that).children("a").children(".show-conetnt-model").addClass("accordion_action"); $(this).children("a").children(".show-module-text").addClass("show-module-text-small"); }, 200, this ); }); $(".accordion-list").mouseout(function (e) { $(this).children("a").children(".show-module").removeClass("show-accordion-list"); }); }); let academicNum = 0; // 师生活动teacher-list_warp $(function () { $(".teacher-list_warp").mouseover(function () { $(this).addClass("teacher_action"); }); $(".teacher-list_warp").mouseout(function () { $(this).removeClass("teacher_action"); }); }); // 通知公告List_warp $(function () { $(".notice-warp-List_warp ").mouseover(function () { $(this).children(".List_warp").addClass("notice_actions"); }); $(".notice-warp-List_warp ").mouseout(function () { $(this).children(".List_warp").removeClass("notice_actions"); }); }); // 学术动态轮播图 academicList $(function () { $("#academic-swiper .swiper-slide").mouseover(function () { $(this).addClass("academic_actions"); }); $("#academic-swiper .swiper-slide").mouseout(function () { $(this).removeClass("academic_actions"); }); }); // 学院新闻 college-news swiper-slide swiper-slide-active $(function () { $(".college-news .swiper-slide").mouseover(function () { $(this).addClass("college-news-active"); }); $(".college-news .swiper-slide").mouseout(function () { $(this).removeClass("college-news-active"); }); }); // 首屏切换 const div1 = document.querySelector("#view-body-01"); const div2 = document.querySelector("#view-body-02"); // 下滑 div1.addEventListener("wheel", function (event) { if (event.deltaY > 0) { $(this).siblings().children(".public_nav").removeClass("topTO"); $(this) .removeClass("body_view") .siblings('.body_B') .removeClass('body-b-bottom') .addClass("body_view"); setTimeout( (that) => { $(that).children(".public_nav").removeClass("show_nav"); $(that).siblings().children(".public_nav").addClass("show_nav"); $(".college-news .swiper-slide.swiper-slide-active").removeClass( "swiper-slide-active" ); }, 600, this ); document.documentElement.scrollTop = 10 } }); // 上滑 div2.addEventListener("wheel", handleWheelEvent); function handleWheelEvent(event) { if (event.deltaY < 0 && document.documentElement.scrollTop === 0) { $(this).addClass("body-b-bottom"); setTimeout( (that) => { $(that).removeClass("body_view").siblings('.body_home').addClass("body_view"); }, 400, this ); $(this).children(".public_nav").addClass("topTO").removeClass("show_nav"); $(this).siblings('.body_home').children(".public_nav").addClass("show_nav"); } } // 上导航 $(function () { $(".top_LI").mouseover(function () { // let Num_LI = "show_tow-nav" + $(this).index(); $(this).addClass("top_LI_action"); // $(this).siblings(".top_LI").removeClass("show_tow-nav"); $(this).children(".nav-tow").addClass('show_tow-nav'); // if ($(this).children(".show_tow-nav")[0] && !$(this).is("._action_phone")) { // $(this).children(".nav-tow")[0].style.height = $(this).children(".nav-tow")[0].clientHeight + 'px' // } }); $(".top_LI").mouseout(function () { // let Num_LI = "show_tow-nav" + $(this).index(); $(this).removeClass("top_LI_action"); $(this).children(".nav-tow").removeClass('show_tow-nav'); // $(this).children(".nav-tow")[0].setAttribute('style', ''); $(".top_LI .nav-tow > div").removeClass("nav-tow_action"); }); $(".top_LI").click(function () { $(this).siblings().removeClass("_action_"); $(this).addClass("_action_"); }); $(".top_LI .nav-tow > div").mouseover(function () { $(this).siblings().removeClass("nav-tow_action"); $(this).addClass("nav-tow_action"); }); $(".top_LI .nav-tow > div").mouseout(function () { $(this).removeClass("nav-tow_action"); }); }); // 下 $(function () { $(".bottom_LI").mouseover(function () { // let Num_LI = "show_tow-nav" + $(this).index(); console.log('3333'); $(this).addClass("top_LI_action"); $(this).siblings(".bottom_LI"); $(this).children(".nav-tow").addClass("show_tow-nav"); // if ($(this).children(".show_tow-nav")[0]) { // $(this).children(".nav-tow")[0].style.height = $(this).children(".nav-tow")[0].clientHeight + 'px' // } }); $(".bottom_LI").mouseout(function () { // let Num_LI = "show_tow-nav" + $(this).index(); $(this).removeClass("top_LI_action"); $(this).children(".nav-tow").removeClass("show_tow-nav"); // $(this).children(".nav-tow")[0].setAttribute('style', ''); }); $(".bottom_LI").click(function () { $(this).siblings().removeClass("_action_"); $(this).addClass("_action_"); }); $(".bottom_LI .nav-tow > div").mouseover(function () { $(this).siblings().removeClass("nav-tow_action"); $(this).addClass("nav-tow_action"); }); $(".bottom_LI .nav-tow > div").mouseout(function () { $(this).removeClass("nav-tow_action"); }); }); $(function () { $(".dean-link").mouseover(function () { $(this).addClass("dean-link-select"); }); $(".dean-link").mouseout(function () { $(this).removeClass("dean-link-select"); }); $(".Secretary-link").mouseover(function () { $(this).addClass("Secretary-link-select"); }); $(".Secretary-link").mouseout(function () { $(this).removeClass("Secretary-link-select"); }); }); // 友情链接 $(function () { $(".friendly-link-list").mouseover(function () { $(this).addClass("college-news-active"); }); $(".friendly-link-list").mouseout(function () { $(this).removeClass("college-news-active"); }); }); // 移动端 $(function () { $(".phone_nav_icon").click(function (e) { e.stopPropagation() $(".top_LI").removeClass('_action_phone') $(".nav-tow").removeClass('show-nav-tow') $(".nav-tow-icon-phone").removeClass('nav-action-phone') if ($(this).hasClass("pack-up-icon")) { $('body').removeClass('phone-nav-show') $(this).removeClass("pack-up-icon"); $(".nav_container").css("display", "none"); $(".nav_foot").css("display", "none"); } else { $('body').addClass('phone-nav-show') $(this).addClass("pack-up-icon"); $(".nav_container").css("display", "block"); $(".nav_foot").css("display", "block"); } }); $(".nav-tow-icon-phone").click(function (e) { // $(this).siblings() let iconkey = $(this).hasClass("nav-action-phone") if(iconkey){ // 没显示二级菜单 $(this).removeClass('nav-action-phone') $(this).siblings('.nav-tow').removeClass("show-nav-tow") }else{ // $(this).addClass('nav-action-phone') $(this).parent().siblings().children().removeClass("show-nav-tow nav-action-phone") $(this).siblings('.nav-tow').addClass("show-nav-tow") } }) $(".top_LI").click(function (e) { e.stopPropagation() $(this).siblings().removeClass("_action_phone"); $(this).addClass("_action_phone"); }); });