.qq-uploader {
    position: relative;
    min-height: 200px;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    padding: 20px;
}
.qq-thumbnail-selector {
    vertical-align: middle;
    margin-right: 12px;
    max-height: 150px;
}

.qq-upload-list li.qq-upload-success {
    background-color: #fff;
    color: #424242;
    border: none;
}
.img-uploader-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
div.pic {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #42a1a0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.4);
    margin-left: 15px;
}

div.pic img {
    border-radius: 60px;
    height: 54px;
    width: auto;
}