//-------弹出对话框 function prompt_fun(a){ $(a).after("
"); if($('body').height()>$(window).height()){ $('#Layer1').height($('body').height()); }else{ $('#Layer1').height($(window).height()); } $('#Layer1').width($('body').width()); $(a).css({left:($('body').width()-$(a).width())/2,top:$(window).scrollTop()+($(window).height()-$(a).height())/2}); $('#Layer1').fadeTo("fast",0.5); $(a).fadeIn("slow"); $('#Layer1').click(function(){ close_prompt_fun(a); }) } function close_prompt_fun(a){ $(a).fadeOut("fast"); $('#Layer1').fadeOut("slow",function(){ $('#Layer1').remove(); }); } //--------最新动态 /*var notice=0; function notice_fun(){ notice++; if(notice<$('.notice').find('li').length/2){ $('.notice').find('ul').animate({scrollTop: notice*45}, "slow"); }else{ $('.notice').find('ul').animate({scrollTop: notice*45}, "slow",function(){ jQuery('.notice').find('ul').scrollTop(0); notice=0; }); } }*/ //-------- var ourUserNum=0; function ourUser(){ ourUserNum++; if(ourUserNum<$('.ourUser').find('li').length/2){ $('.ourUser').find('.list').animate({scrollLeft: ourUserNum*225}, "slow"); }else{ $('.ourUser').find('.list').animate({scrollLeft: ourUserNum*225}, "slow",function(){ $('.ourUser').find('.list').scrollLeft(0); }); ourUserNum=0; } } //-------- var footLinkNum=0; function footLinks(){ footLinkNum++; if(footLinkNum<$('.footLinks').find('li').length/2){ $('.footLinks').find('.list').animate({scrollLeft: footLinkNum*225}, "slow"); }else{ $('.footLinks').find('.list').animate({scrollLeft: footLinkNum*225}, "slow",function(){ $('.footLinks').find('.list').scrollLeft(0); }); footLinkNum=0; } } //--------学生风采 var studentImgNum=0; function studentImg(){ studentImgNum++; if(studentImgNum<$('.studentImg').find('li').length/2){ $('.studentImg').find('.list').animate({scrollLeft: studentImgNum*200}, "slow"); }else{ $('.studentImg').find('.list').animate({scrollLeft: studentImgNum*200}, "slow",function(){ $('.studentImg').find('.list').scrollLeft(0); }); studentImgNum=0; } } //--------院友风采 var ResidentsNum=0; function Residents(){ ResidentsNum++; if(ResidentsNum<$('.Residents').find('li').length/2){ $('.Residents').find('.list').animate({scrollLeft: ResidentsNum*153}, "slow"); }else{ $('.Residents').find('.list').animate({scrollLeft: ResidentsNum*153}, "slow",function(){ $('.Residents').find('.list').scrollLeft(0); }); ResidentsNum=0; } } function sNavHide(){ $('.sNav').hide(); $('.sNava').find('a').removeClass('a_now1'); } //-----------------焦点图 var indexFlash_num=0; function indexFlash_fun(){ if(indexFlash_num<$('.indexFlash').find('li').length-1){ indexFlash_num++; }else{ indexFlash_num=0; } $('.notice').find('li').hide(); $('.notice').find('li').eq(indexFlash_num).show(); $('.indexFlash').find('li').fadeOut('slow'); $('.indexFlash').find('li').eq(indexFlash_num).fadeIn(1000); //$('.indexFlash').find('ul').animate({scrollTop: $('.indexFlash').find('li').height()*indexFlash_num}, "slow"); $('.indexFlash').find('.btnDiv').find('span').removeClass('span_now'); $('.indexFlash').find('.btnDiv').find('span').eq(indexFlash_num).addClass('span_now'); /*if(indexFlash_num==$('.indexFlash').find('li').length/2){ $('.indexFlash').find('ul').animate({scrollTop: $('.indexFlash').find('li').height()*indexFlash_num}, "slow",function(){ $('.indexFlash').find('ul').scrollTop('0px'); }); indexFlash_num=0; $('.indexFlash').find('.btnDiv').find('span').removeClass('span_now'); $('.indexFlash').find('.btnDiv').find('span').eq(indexFlash_num).addClass('span_now'); }*/ } //-------- var link2Num=0; function Links2(){ link2Num++; if(link2Num<$('.links2').find('li').length/2){ $('.links2').find('.list').animate({scrollLeft: link2Num*150}, "slow"); }else{ $('.links2').find('.list').animate({scrollLeft: link2Num*150}, "slow",function(){ $('.links2').find('.list').scrollLeft(0); }); link2Num=0; } } //-------列表自动滚动 var scrollListNum=0; var scrollListHeight=29; function scrollList_fun(){ scrollListNum++; if(scrollListNum<$('.scrollList').find('li').length/2){ $('.scrollList').animate({scrollTop: scrollListNum*scrollListHeight}, "slow"); }else{ $('.scrollList').animate({scrollTop: scrollListNum*scrollListHeight}, "slow",function(){ jQuery('.scrollList').scrollTop(0); scrollListNum=0; }); } } //--------- var imgShowNum=0; function imgShowFun(){ imgShowNum++; if(imgShowNum<$('.imgShow').find('li').length/2){ $('.imgShow').find('.list').animate({scrollLeft: imgShowNum*600}, "slow"); }else{ $('.imgShow').find('.list').animate({scrollLeft: imgShowNum*600}, "slow",function(){ $('.imgShow').find('.list').scrollLeft(0); }); imgShowNum=0; } $('.studentAbout').hide(); $('.studentAbout').eq(imgShowNum).show(); }