小程序的image组件在页面加载的时候头像会先出现正方形再显示圆形

发布于 6 年前作者 vhou18239 次浏览最后编辑 6 年前来自 ask

.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;

}

1 回复