@ -1628,21 +1628,13 @@ picker {
right: 24rpx;
width: 32rpx;
height: 32rpx;
color: white;
color: transparent;
font-size: 20rpx;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
opacity: 0;
transform: scale(0.5);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.identity-option.selected::before {
opacity: 1;
transform: scale(1);
/* 微信风格的上传区域 */