|
@@ -13,9 +13,9 @@ $(function () {
|
|
|
function autoFlashHeight(){
|
|
|
// var header = $(".header").height();
|
|
|
var softwareDetailTop = $(".software-detail-top").height();
|
|
|
- $(".autoHeightL1").height($(window).height()-80-16);
|
|
|
+ $(".autoHeightL1").height($(window).height()-80);
|
|
|
$(".autoHeightL2").height($(window).height()-80-198);
|
|
|
- $(".autoHeightL3").height($(window).height()-80-softwareDetailTop-62);
|
|
|
+ $(".autoHeightL3").height($(window).height()-80-softwareDetailTop-46);
|
|
|
$(".autoHeightL4").height($(window).height()-80-119);
|
|
|
// console.log($(window).height());
|
|
|
console.log($(document).height());
|