css设置页面全屏背景

.background {
    background: url(xxx.png);
    background-size: 100% 100%;
    height: 100%;
    position: fixed;
    width: 100%
  }
posted @ 2019-07-08 10:28  不忘编码  阅读(1887)  评论(0)    收藏  举报