现金回收
打款截图
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
游戏装备
top
立即充值享受璀璨人生
//btn_hover $('.btn').each(function(){ var btnW = $(this).width(); $(this).hover(function(){ $(this).find('a').stop().animate({'opacity':1},500); $(this).find('.jindu').stop().animate({'width':btnW+'px'},500); },function(){ $(this).find('a').stop().animate({'opacity':0},300); $(this).find('.jindu').stop().animate({'width':'0px'},300); }); }); //news function tabHover($tabLi,$tabCont){ $tabLi.eq(0).addClass('on'); $tabCont.eq(0).show(); $tabLi.each(function(i){ $(this).mouseover(function(){ $tabLi.removeClass('on'); $tabLi.eq(i).addClass('on'); $tabCont.hide(); $tabCont.eq(i).show(); }); }); } tabHover($('.tab_news li'),$('.tab_cont_news')); tabHover($('.sai_ul li'),$('.tab_cont_event')); $('.top_nav div').each(function(){ $(this).hover(function(){ $(this).find("p").show(); },function(){ $(this).find("p").hide(); }) });