首页 > border-radius:50%的图片,若设置边框,在手机上看会出现异常

border-radius:50%的图片,若设置边框,在手机上看会出现异常


PC浏览器上显示正常
.photo {
display: block;
box-sizing: content-box;
height: 80px;
width: 80px;
margin: 0 auto;
margin-bottom: 10px;
border: 5px solid white;
border-radius: 50%;
}

<img class="photo" src="xxx">

找到问题了,是img标签的问题。改成div块就没问题了。
原因不明。
有谁来讲讲吗??


http://stackoverflow.com/questions/9409632/border-radius-and-padding-n...

http://tt4it.com/exchange/blog/discuss/118/

【热门文章】
【热门文章】