@import "/css/form2.wxss"; /* 用户头部 */ .user_header { width: 100%; padding: 0 16rpx; box-sizing: border-box; } .user_header_msg { display: flex; justify-content: space-between; width: 100%; height: 130rpx; padding: 0 24rpx; margin-bottom: 40rpx; box-sizing: border-box; } /* 头像 */ .user_headPortrait { width: 130rpx; height: 100%; border-radius: 50%; margin-right: 30rpx; } .user_headPortrait>image { width: 100%; height: 100%; border-radius: 50%; box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.1); } .MRuserImg { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; background-color: #F6F7F8; } .MRuserImg image { width: 60rpx; height: 60rpx; } /* 修改头像 */ .changeImage { font-size: 32rpx; color: #333333; } .fbirthdate { color: #323233 !important; }