手动给手机屏幕设置高度

// 手动给任务列表盒子设置高

// var screenHeight = window.screen.height;

// var screenHeight = window.screen.availHeight;

// console.log("screenHeight===" + screenHeight)

// console.log("header===" + $("#header").outerHeight(true))

// console.log("tab-box===" + $(".tab-box").outerHeight(true))

// console.log("ipt-box===" + $(".ipt-box").outerHeight(true))

// console.log("bottom_tab===" + $(".bottom_tab").outerHeight(true))


 

// var ulsHeight = screenHeight - $("#header").outerHeight(true) - $(".tab-box").outerHeight(true) - $(".ipt-box").outerHeight(true) - $(".bottom_tab").outerHeight(true);

// // var ulsHeight = screenHeight - $("#header").height() - $(".tab-box").height() - 57.6 - $(".bottom_tab").height();

// $(".tab-content .list").height(ulsHeight);

// console.log("ulsHeight===" + ulsHeight)

// 手动给任务列表盒子设置高

猜你喜欢

转载自blog.csdn.net/amyloverice/article/details/83064641