|
@@ -2,6 +2,7 @@
|
|
|
function autoFlashHeight(){
|
|
|
var headerHeight = $(".header").height();
|
|
|
var toolsbarHeight = $(".toolsbar").height();
|
|
|
+ var ftoolsbarHeight = $(".toolsbar-f").height();
|
|
|
var bottomContentHeight = $(".bottom-content").height();
|
|
|
var toolsBarHeightQ = $(".tools-bar-height-q").height();
|
|
|
var toolsBarHeightD = $(".tools-bar-height-d").height();
|
|
@@ -10,9 +11,10 @@ function autoFlashHeight(){
|
|
|
$(".main-data-top").height($(window).height()-headerHeight-toolsbarHeight-bottomContentHeight-1);
|
|
|
$(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
|
|
|
$(".main-data-full-fl").height($(window).height()-headerHeight-toolsbarHeight-37);
|
|
|
+ $(".main-data-not").height($(window).height()-headerHeight-1);
|
|
|
$(".main-data-side-search").height($(window).height()-headerHeight-toolsbarHeight-64);
|
|
|
$(".side-content").height($(window).height()-headerHeight );
|
|
|
- $(".poj-list").height($(window).height()-headerHeight-toolsbarHeight);
|
|
|
+ $(".poj-list").height($(window).height()-headerHeight-ftoolsbarHeight);
|
|
|
$(".form-list").height($(window).height()-headerHeight-50 );
|
|
|
};
|
|
|
$(window).resize(autoFlashHeight);
|