我的滑块图像未在移动浏览器中显示,但在桌面中显示

时间:2018-10-03 09:32:06

标签: html css

.slide-4 {
    background: url("images/slider2/10.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 99999;
}
.slide-5 {
    background: url("images/slider2/12.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 99999;
}

这是我的css代码,它们显示在移动浏览器中,但现在没有显示在移动浏览器中,并且所有图像大小均小于1mb,最大图像大小为804kb,

1 个答案:

答案 0 :(得分:0)

请检查媒体查询中div是否具有“高度:自动”样式。没有内容的元素的背景图像只有在高度固定的情况下才能起作用。