.avatar-uploader-icon{width:178px;height:178px;border:1px solid #ccc;font-size:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.avatar-uploader-icon,.imgList{display:-webkit-box;display:-ms-flexbox;display:flex}.imgList{list-style-type:none;padding:0;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.imgList img{width:178px;height:178px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.imgList li{width:178px;height:178px;position:relative;margin-right:10px;margin-bottom:10px}.imgList li:hover .delete{display:-webkit-box;display:-ms-flexbox;display:flex}.imgList .delete{position:absolute;border-radius:6px;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;cursor:pointer;display:none}.imgList .delete img{width:40px;height:40px}