正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
@@ -162,6 +162,12 @@ | @@ -162,6 +162,12 @@ | ||
162 | $('.ce'+{$category}).children('h3').css({color:"red"}); | 162 | $('.ce'+{$category}).children('h3').css({color:"red"}); |
163 | 163 | ||
164 | })*/ | 164 | })*/ |
165 | + $(window).resize(function(){ | ||
166 | + $('.ce1'+{$category}).trigger('click'); | ||
167 | + $('.ce1'+{$category}).children('h2').css({color:"red"}); | ||
168 | + $('.ce'+{$category}).parent().parent().prev().trigger('click'); | ||
169 | + $('.ce'+{$category}).children('h3').css({color:"red"}); | ||
170 | + }); | ||
165 | 171 | ||
166 | //点击产品中心 | 172 | //点击产品中心 |
167 | function chanpin(){ | 173 | function chanpin(){ |
-
请 注册 或 登录 后发表评论