我是一名初级网络开发人员,我的横幅背景图片无法在ios设备上正常显示。这是我的CSS
.banner-section {
height: 100vh;
background: url('../assets/img/paul_bh.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: var(--leo-blue);
}