...
|
...
|
@@ -200,9 +200,12 @@ |
|
|
}
|
|
|
var h=$(".deal_list").height();
|
|
|
if(h>445){
|
|
|
$(".footstyle").addClass("bottom_icon")
|
|
|
$(".footstyle").addClass("bottom_icon");
|
|
|
$(".footstyle").removeClass("foot_icon");
|
|
|
|
|
|
}else if(h<=445){
|
|
|
$(".footstyle").addClass("foot_icon")
|
|
|
$(".footstyle").addClass("foot_icon");
|
|
|
$(".footstyle").removeClass("bottom_icon");
|
|
|
}
|
|
|
// alert($(".deal_list").height())
|
|
|
</script>
|
...
|
...
|
|