文档地址:https://developers.weixin.qq.com/miniprogram/dev/component/open-data.html
//头像
//昵称
.tl-card-right{
height: 140rpx;
display: flex;
justify-content: flex-start;
align-items: center;
.tl-position-r{
position: relative;
}
.tl-p-right{
position: absolute;
top: -6rpx;
right: -18rpx;
width: 34rpx;
height: 22rpx;
background: #F23034;
opacity: 1;
border-radius: 12rpx;
color: #fff;
font-size: 18rpx;
text-align: center;
}
}
.userinfo-avatar {
overflow:hidden;
display: block;
width: 104rpx;
height: 104rpx;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}