css3 - <img>圆角属性在手机浏览器显示不全
怪我咯
怪我咯 2017-04-17 11:15:08
0
4
619

首先看这张图的对比,同样的网页前端代码出来的效果

再看看我的前端代码,我在上直接加了 border-radius(圆角) 和 border(描边)

想请教大家的是:手机端显示圆角不全的原因是什么?能否在不替换使用圆角属性的情况下解决这个BUG?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(4)
刘奇

I suggest you give it a try:

border-radius: 50%;
PHPzhong

The picture is obviously not square, how could it be round?

小葫芦

The avatar is white-bordered twice

黄舟

Use border-radius:50%;
There is no problem. The author can try a few pictures or change several browsers.
First determine whether the problem is browser compatibility or caused by images

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template