cld-custom.js 267 B

123456
  1. function autoFlashHeight(){
  2. // var infoHeight = $(".contactInfo").height();
  3. $(".sheet-panel-content").height($(window).height()-138);
  4. $(".modal-search-height").height($(window).height()-226);
  5. $(".sheet-panel-righttop").height($(window).height()-542);
  6. };