css 整页背景图片

Posted

tags:

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

.cover {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

css 整页背景图像

css 整页背景

css 整页背景

css 整页背景图像

CSS 完美的整页背景图像

mPDF:为整页使用背景图像