圆形图片和圆形其它控件一样
这里写图片描述
home.wxss
.profile{
width: 50rpx;
height: 50rpx;
border: 0 solid #ff0000;
border-radius: 100rpx;
background-color: #f10b2e;
}
home.wxml
<image src=http://www.yiyongtong.com/archives/"/res/icon_tab_fighting.png" class="profile"></image>