.img-upload .upload{width:80px;height:80px;border:1px dashed #ccc;background:#f7f7f7;border-radius:6px;cursor:pointer;line-height:80px;text-align:center}.img-upload .upload:after{content:"+";font-size:40px;font-weight:100;color:#ccc}.img-upload .img-container{width:80px;height:80px;position:relative;border:1px solid #dcdcdc;border-radius:6px;overflow:hidden}.img-upload .img-container .mask{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s}.img-upload .img-container .mask i{font-size:20px;color:#fff;cursor:pointer}.img-upload .img-container .mask .el-icon-delete{margin-left:5px}.img-upload .img-container .mask .el-icon-delete:hover{color:#ff7b7b}.img-upload .img-container:hover .mask{opacity:1}.img-upload .img-container img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover}.img-upload .preview{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:2001;display:flex;justify-content:center;align-items:center;overflow:auto}