//google 统计代码 var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25894124-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('http:' == document.location.protocol ? 'http://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //google 统计代码结束 /*导航下拉隐藏餐单*/ $(function(){ $(".select_sim a").click(function(e){ e.preventDefault(); $(this).parent().find("ul").toggle(); window.setTimeout("method('nvul')",5000); }); $(".select_sim li").click(function(){ var _text= $(this).text(); $(this).parent().hide().siblings("span").text(_text); }); $(function(){ $(".nav").parent().mouseover(function(){ $(this).find(".hide").show(); var _index=$(this).index()+1; $(this).find(".nav").addClass("nav_0"+_index+"_on"); }).mouseout(function(){ $(this).find(".hide").hide(); var _index=$(this).index()+1; $(this).find(".nav").removeClass("nav_0"+_index+"_on"); }); });}); /*导航下拉隐藏餐单*/ var Speed_1 = 10; //速度(毫秒) var Space_1 = 10; //每次移动(px) var PageWidth_1 = 170; //翻页宽度 var interval_1 = 3000; //翻页间隔 var fill_1 = 1; //整体移位 var MoveLock_1 = false; var MoveTimeObj_1; var MoveWay_1="right"; var Comp_1 = 0; var AutoPlayObj_1=null; function GetObj(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}} function AutoPlay_1(){clearInterval(AutoPlayObj_1);AutoPlayObj_1=setInterval('ISL_GoDown_1();ISL_StopDown_1();',interval_1)} function ISL_GoUp_1(){if(MoveLock_1)return;clearInterval(AutoPlayObj_1);MoveLock_1=true;MoveWay_1="left";MoveTimeObj_1=setInterval('ISL_ScrUp_1();',Speed_1);} function ISL_StopUp_1(){if(MoveWay_1 == "right"){return};clearInterval(MoveTimeObj_1);if((GetObj('ISL_Cont_1').scrollLeft-fill_1)%PageWidth_1!=0){Comp_1=fill_1-(GetObj('ISL_Cont_1').scrollLeft%PageWidth_1);CompScr_1()}else{MoveLock_1=false} AutoPlay_1()} function ISL_ScrUp_1(){if(GetObj('ISL_Cont_1').scrollLeft<=0){GetObj('ISL_Cont_1').scrollLeft=GetObj('ISL_Cont_1').scrollLeft+GetObj('List1_1').offsetWidth} GetObj('ISL_Cont_1').scrollLeft-=Space_1} function ISL_GoDown_1(){clearInterval(MoveTimeObj_1);if(MoveLock_1)return;clearInterval(AutoPlayObj_1);MoveLock_1=true;MoveWay_1="right";ISL_ScrDown_1();MoveTimeObj_1=setInterval('ISL_ScrDown_1()',Speed_1)} function ISL_StopDown_1(){if(MoveWay_1 == "left"){return};clearInterval(MoveTimeObj_1);if(GetObj('ISL_Cont_1').scrollLeft%PageWidth_1-(fill_1>=0?fill_1:fill_1+1)!=0){Comp_1=PageWidth_1-GetObj('ISL_Cont_1').scrollLeft%PageWidth_1+fill_1;CompScr_1()}else{MoveLock_1=false} AutoPlay_1()} function ISL_ScrDown_1(){if(GetObj('ISL_Cont_1').scrollLeft>=GetObj('List1_1').scrollWidth){GetObj('ISL_Cont_1').scrollLeft=GetObj('ISL_Cont_1').scrollLeft-GetObj('List1_1').scrollWidth} GetObj('ISL_Cont_1').scrollLeft+=Space_1} function CompScr_1(){if(Comp_1==0){MoveLock_1=false;return} var num,TempSpeed=Speed_1,TempSpace=Space_1;if(Math.abs(Comp_1)TempSpace){Comp_1-=TempSpace;num=TempSpace}else{num=Comp_1;Comp_1=0} GetObj('ISL_Cont_1').scrollLeft+=num;setTimeout('CompScr_1()',TempSpeed)}} function picrun_ini(){ GetObj("List2_1").innerHTML=GetObj("List1_1").innerHTML; GetObj('ISL_Cont_1').scrollLeft=fill_1>=0?fill_1:GetObj('List1_1').scrollWidth-Math.abs(fill_1); GetObj("ISL_Cont_1").onmouseover=function(){clearInterval(AutoPlayObj_1)} GetObj("ISL_Cont_1").onmouseout=function(){AutoPlay_1()} AutoPlay_1(); } $(function(){ $(".machine ul li").hover( function(){$(this).css("border","1px solid red")}, function(){$(this).css("border","1px solid #ccc")} ); $(".peijian ul li").hover( function(){$(this).css("border","1px solid red")}, function(){$(this).css("border","1px solid #ccc")} ); $(".line_img").hover( function(){$(this).css("border","1px solid red")}, function(){$(this).css("border","1px solid #ccc")} ); }); //底部弹出餐单 $(document).ready(function(){ $(".select_pro").hover( function(){$(this).find(".son_ul").stop(true,true).slideDown(300)}, function(){$(this).find(".son_ul").slideUp(300)}) });