如下图图一,此处的background-image在google,opera,firefox浏览器正常显示,但在edge浏览器正常显示,请问问题在哪?
在google,opera,firefox浏览器正常显示,如下图图二
html如下
<figure class="author-image">
<a class="img01" href="#" style="background-image: url(dist/image/meng_j_lee.png);"><span class="hidden">
Meng J Lee's Picture</span>
</a>
</figure>
css如下
.author-image .img01 {
position: relative;
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center 30%;
border-radius: 100%;
}