weexteam / article

This repos is a third party collection, and is not developed nor maintained by Apache Weex.
1.22k stars 141 forks source link

<image>标签 在android7.0或者7.1的状态下,border不起效果,直接展示成方的了 #139

Open RedDargon opened 7 years ago

RedDargon commented 7 years ago

所有的圆形图片 ,全部展示成方形的了,求解惑 `

.avatar_border { width: 160px; height: 160px; margin-top: 10px; margin-left: 10px; background-color: #fff; border-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius:100px; border-top-right-radius: 100px; }`