heyesp

//自适应屏幕高度

$(window).resize(function() {
hightChange();
});

function hightChange(){
  var h = document.documentElement.clientHeight-160;
  $("#i_con").height( h + 38);// iframe id
}

 

分类:

技术点:

相关文章: