乾物!モバイル側構成!

1955 ワード

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

//          ! 
   function IndexBannerHeightAuto() {
            if ($(window).width() + 17 < 1023) {
                if ($(".index_us_banner")) {
                    $(".index_us_banner").css("height", ($(window).height() - $(".header-wrap").height() + 16) + "px");
                }
            } else {
               //$(".index_us_banner").css("height","894px");
               $(".index_us_banner").css("height", ($(window).height() - $(".header-wrap").height()) + 45 + "px");
            }
        }