|
@@ -11,9 +11,11 @@ $(function () {
|
|
|
$('[data-toggle="tooltip"]').tooltip();
|
|
|
});
|
|
|
function autoFlashHeight(){
|
|
|
+ // var header = $(".header").height();
|
|
|
+ var softwareDetailTop = $(".software-detail-top").height();
|
|
|
$(".autoHeightL1").height($(window).height()-80-16);
|
|
|
$(".autoHeightL2").height($(window).height()-80-198);
|
|
|
- $(".autoHeightL3").height($(window).height()-80-112);
|
|
|
+ $(".autoHeightL3").height($(window).height()-80-softwareDetailTop-62);
|
|
|
$(".autoHeightL4").height($(window).height()-80-119);
|
|
|
// console.log($(window).height());
|
|
|
console.log($(document).height());
|