.ImgToolComponent {
    display: inline-block;
}
.ImgToolComponent .imgItem {
    width: 90px;
    height: 90px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 25px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.ImgToolComponent .uploadImgRight{
    float: left;
}
.ImgToolComponent .imgItem img{
    width: 90px;
    height: 90px;
    border-radius: 10px;

}
.ImgToolComponent .imgItem .closeBtn{
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fe785b;
    font-weight: 500;
    color: #ffffff;
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top: -16px;
    right: -16px
}