css 设置body背景图片铺满

Posted 凉面好好吃

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 设置body背景图片铺满相关的知识,希望对你有一定的参考价值。

     background-image: url(../../../assets/images/workflow/work.png); 
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;

 

以上是关于css 设置body背景图片铺满的主要内容,如果未能解决你的问题,请参考以下文章