正在显示
1 个修改的文件
包含
5 行增加
和
2 行删除
@@ -200,9 +200,12 @@ | @@ -200,9 +200,12 @@ | ||
200 | } | 200 | } |
201 | var h=$(".deal_list").height(); | 201 | var h=$(".deal_list").height(); |
202 | if(h>445){ | 202 | if(h>445){ |
203 | - $(".footstyle").addClass("bottom_icon") | 203 | + $(".footstyle").addClass("bottom_icon"); |
204 | + $(".footstyle").removeClass("foot_icon"); | ||
205 | + | ||
204 | }else if(h<=445){ | 206 | }else if(h<=445){ |
205 | - $(".footstyle").addClass("foot_icon") | 207 | + $(".footstyle").addClass("foot_icon"); |
208 | + $(".footstyle").removeClass("bottom_icon"); | ||
206 | } | 209 | } |
207 | // alert($(".deal_list").height()) | 210 | // alert($(".deal_list").height()) |
208 | </script> | 211 | </script> |
-
请 注册 或 登录 后发表评论