|
|
@@ -6,7 +6,7 @@ function autoFlashHeight(){
|
|
|
var lockHeight = $(".lockCate").height();
|
|
|
var contactTab = $(".contactTab").height();
|
|
|
var seCensor = $(".seCensor").height();
|
|
|
- var btnList = $(".btnList").height();
|
|
|
+ var btnList = $(".reportButton").height();
|
|
|
$(".autoHeight").height($(window).height());
|
|
|
$(".autoHeightL1").height($(window).height()-lockHeight-53);
|
|
|
$(".autoHeightL2").height($(window).height()-cateHeight-86);
|