身体上的背景图像被容器 - 流体类部分隐藏

时间:2016-01-20 19:40:20

标签: html5 css3

我在身体上使用了背景图像来覆盖全屏,但它部分地被来自bootstrap3的容器流体类隐藏。

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

截图

Screenshot

0 个答案:

没有答案