do-element
Version:
Secondary encapsulation of basic element-ui
1 lines • 921 B
CSS
.d-upload .d-upload-inner{overflow:hidden;position:relative;width:100px;height:100px;line-height:98px;background:#fafafa;border-radius:4px;border:1px solid #ccc}.d-upload .d-upload-inner i{font-size:34px;color:#ccc}.d-upload .el-upload-list__item.is-ready,.d-upload .el-upload-list__item.is-uploading{display:none}.d-upload .el-upload-list{line-height:0}.d-upload .el-upload--picture-card,.d-upload .el-upload-list--picture-card .el-upload-list__item{width:100px;height:100px;border:0;margin:0 8px 0 0}.d-upload .el-upload-list__item img{-o-object-fit:cover;object-fit:cover}.d-upload .d-image-url{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.d-upload .d-new-upload{position:absolute;left:0;bottom:0;width:100%;height:20px;line-height:20px;background:rgba(0,0,0,.6);border-radius:0 0 4px 4px;font-size:12px;font-family:NotoSansHans-Regular,NotoSansHans;color:#fff}