1 // zepto.js
2 // 设置中间模块高度
3 var _Height=$(window).height()-$('.header').height()-$('.footer').height();
4 $('.container').height(_Height);

 

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-12-15
  • 2021-05-21
  • 2021-04-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-05-24
  • 2022-01-20
相关资源
相似解决方案