.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,
答案 0 :(得分:0)
请检查媒体查询中div是否具有“高度:自动”样式。没有内容的元素的背景图像只有在高度固定的情况下才能起作用。