.word-uploader { align-items: center; display: flex; flex-direction: column; justify-content: center; .imageicon { background-color: #F7F8FA; background-repeat: no-repeat; background-position: center center; border-radius: 4px; border: 1px dashed #CACCD0; display: block; width: 68px; height: 68px; object-fit: cover; margin: 0 auto 8px; &.icon-word { background-image: url(../../../../assets/components/upload/ico_word.png); background-size: 30px 30px; } &.icon-pic-v { background-image: url(../../../../assets/components/upload/ico_pic_v.png); background-size: 40px 30px; } &.icon-pic-h { background-image: url(../../../../assets/components/upload/ico_pic_h.png); background-size: 30px 40px; } } .file-name { color: #212026; line-height: 18px; margin-bottom: 8px; } .el-button { color: #333942; display: block; } .el-upload { align-items: center; background-color: transparent; border: 1px dashed rgba(215, 219, 223, 1); display: flex; flex-direction: column; width: 362px; height: 168px; justify-content: center; .el-upload__tip { color: rgba(132, 133, 138, 0.7); font-size: 12px; line-height: 18px; text-align: center; } } }