我使用 vw 作为字体大小的单位,以便在调整浏览器大小时看起来不错。但是,当我在 Safari 上浏览它时,内容运行,有谁知道如何解决它?谢谢
CSS
.flatNav {
background-image: url(../img/navBar.png);
background-repeat: repeat-x;
width: 90%;
margin-right: auto;
margin-left: auto;
font-size: 0.8vw;
height: 48px;
position: relative;
top: 28px;
background-position: center;
}
.flatNav ul {
list-style-type: none;
height: 48px;
width: 75%;
margin-right: 1.46vw;
margin-left: 1.46vw;
position: relative;
top: -47px;
}