在iPad上無法顯示背景圖片。
<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>