在iPad上无法显示背景图片。
P粉879517403
2023-07-25 11:58:00
<p>我在导航栏下方放置了一张背景图片,当你向下滚动时,导航栏会与你一起向下移动。但是当我在iPad上查看时,发现背景图片呈现为接近黑色的深蓝色。</p>
<pre class="brush:php;toolbar:false;">.background__image {
width: 100%;
background-image: url("https://background-image.jpg");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed ;
background-size: cover;
height: 800px;
text-align: center;
display: flex;
justify-content: center;
}</pre>
<p><br /></p>
雷雷