小程序使用微信头像open-data

.wxml

  
    
  

.wxss
.box_shadow{
 width: 160rpx;
 height: 160rpx;
 border-radius: 50%;
 border: 4rpx solid #FFFFFF;
 box-shadow: 0rpx 0rpx 16rpx #dddddd;
 margin-left: 10rpx;
 display: flex;
 justify-content: center;
 align-items: center;
}
.avatar-logo-image{
 width: 150rpx;
 height: 150rpx;
 overflow: hidden;
 border-radius: 50%;
}

你可能感兴趣的:(小程序使用微信头像open-data)