码迷,mamicode.com
首页 > 其他好文 > 详细

页面中如何实现背景图100%铺满全屏

时间:2020-09-18 01:18:19      阅读:31      评论:0      收藏:0      [点我收藏+]

标签:背景   osi   index   class   如何   highlight   url   width   z-index   

.box{
    width:100%;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

  

页面中如何实现背景图100%铺满全屏

标签:背景   osi   index   class   如何   highlight   url   width   z-index   

原文地址:https://www.cnblogs.com/xi-jie/p/13667880.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!