小程序的image组件在页面加载的时候头像会先出现正方形再显示圆形
发布于 5 年前 作者 vhou 18061 次浏览 来自 问答

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

}

回到顶部