背景图片居中全屏自适应显示

.bg{  
    background-size: cover;  
    background-image:url(../assets/images/sunshine.png);  
    background-repeat:no-repeat;  
    background-position:center;  
    background-attachment:fixed;  
}  

  

原文地址:https://www.cnblogs.com/luyuefeng/p/8031529.html