Safari中背景图片的颜色与其他浏览器中的颜色不同

时间:2019-04-15 15:20:24

标签: css safari background-image

美好的一天! 这是我的代码

<div style="background-size: cover;
background-position: 50% top;
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding-top: 0px;
margin: 0px;
background-image: 
url(https://lenaboldina.com/img/photo/COC1013web2.jpg);"></div>

https://jsfiddle.net/5byLvcxm/5 在野生动物园中的一台计算机上,背景图片看起来比其他浏览器(例如Chrome)亮。 这是什么?我拥有所有浏览器的最新版本。 也许问题出在图像的属性上? 谢谢!

0 个答案:

没有答案