.dialog-user-avatar{
    padding: 24px 32px 0 24px;
    display: flex;
    flex-direction: row;
}
.dialog-user-avatar-change{
    padding-right: 36px;
    border-right: 1px solid #EFEFEF;
    .avatar-cropper{
        width: 290px;
        height: 290px;
        .avatar-cropper-wrapper{
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
        }
    }
}
.avatar-cropper-btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,0.75);
    .avatar-cropper-btns-item{
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        padding: 0 14px;
        cursor: pointer;
        &::after{
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -8px;
            width: 1px;
            height: 16px;
            background: rgba(0,0,0,0.10);
            content: '';
        }
        &:last-child::after{
            display: none;
        }
        .f-icon{
            color: rgba(0,0,0,0.25);
            
        }
        .avatar-cropper-btns-item-scale{
            padding: 0 10px;
        }
        .avatar-cropper-scale{
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
        }
    }

}
.dialog-user-avatar-tips{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px 24px;
    margin-top: 10px;
    
    .dialog-user-avatar-upload{
        margin-right: 14px;
    }
    .dialog-user-avatar-tip-content{
        font-size: 12px;
    color: rgba(0,0,0,0.45);
    }
}
.dialog-user-avatar-view{
    padding-left: 36px;
}
.dialog-user-avatar-view .avatar-view-title{
    font-size: 14px;
    color: rgba(0,0,0,0.75);
    text-align: center;
    margin-bottom: 15px;
}
.dialog-user-avatar-view .avatar-view-size{
    margin-bottom: 32px;
}
.dialog-user-avatar-view .avatar-view-size:last-child{
    margin-bottom: 0;
}
.dialog-user-avatar-view .avatar-view-size .img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #EFEFEF;
}
.dialog-user-avatar-view .avatar-view-size .avatar-view-size-text{
    font-size: 12px;
    color: rgba(0,0,0,0.45);
    display: block;
    text-align: center;
    margin-top: 10px;
}
.dialog-user-avatar-view .avatar-view-size.avatar-view-size-small .img{
    width: 50px;
    height: 50px;
}