给jsp或者html设置背景图片根据屏幕大小填充

body{      
        background-image: url(image/backg.jpg);      
        background-size:cover;    
     }

你可能感兴趣的:(前端)