在iPad上無法顯示背景圖片。
P粉879517403
2023-07-25 11:58:00
<p>我在導航欄下方放置了一張背景圖片,當你向下滾動時,導航欄會與你一起向下移動。但是當我在iPad上查看時,發(fā)現(xiàn)背景圖片呈現(xiàn)為接近黑色的深藍色。</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>