| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2025_11_10_01/skin/js/ |
Upload File : |
/********************************************************************public**********************************************************/
/*pc上导航*/
jQuery(".menu").slide({ type: "menu", titCell: ".nli", targetCell: ".sub", effect: "slideDown", delayTime:300, triggerTime: 0,returnDefault: true });
/*pc上导航end*/
<!--手机导航js-->
/*手机导航js*/
$("#menuph").click(function(){
"use strict";/*进入严格模式标语*/
$(this).find(".point").toggleClass("active");
$(".pf_menu").toggleClass('on_1');
$('.pz_top').toggleClass('on')
})
$('#navSlide .nli p').on('click',function(){
if($(this).parent().hasClass('on')){
$(this).parent().removeClass('on');
$(this).next().stop().slideUp();
}else{
$(this).parent().addClass('on');
$(this).next().stop().slideDown();
$(this).parent().siblings().removeClass('on');
$(this).parent().siblings().find('.l2_ul').stop().slideUp()
}
})
$('#navSlide .nli .l2').on('click',function(){
if($(this).hasClass('on')){
$(this).removeClass('on');
$(this).find('.l3_ul').stop().slideUp();
}
else{
$(this).addClass('on');
$(this).find('.l3_ul').stop().slideDown();
$(this).siblings().removeClass('on');
$(this).siblings().find('.l3_ul').stop().slideUp()
}
})
$('.footer_down dt').click(function(){
$(this).next().stop().slideToggle()
$(this).stop().toggleClass('on')
})
<!--手机导航jsend-->
/*内页导航*/
//动画效果
if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
new WOW().init();
};
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animate',
offset: 0,
mobile: false,
live: true
});
wow.init();