我在这个网站https://www.comercialoregon.cl上工作,并意识到在Safari上,某些元素无法正常显示,主要的是背景颜色属性设置为#11a004e0,而不是灰色背景。任何想法为什么会发生这种情况?
这是导航栏上div的css,应该是绿色的(适用于chrome和mozilla)。感谢
.boton_nav {
border-radius: 4px;
background-color: #11a004e0;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 15px;
padding: 10px;
width: 220px;
margin-left: 2em;
animation-name: boton_nav;
animation-duration: 4s;
animation-timing-function: ease-in;
animation-iteration-count: infinite;
animation-delay: 3s;
}