小程序的image组件在页面加载的时候头像会先出现正方形再显示圆形
.user_massge .user_icon {
width: 74rpx;
height: 110rpx;
line-height: 74rpx;
text-align: center;
border-radius: 50%;
margin-left: 30rpx;
}
.user_massge image {
width: 74rpx;
height: 74rpx;
border-radius: 50%;
position:relative;
top: 19%;
left: 0;
}