.uploadPictureWrapper { .previewWrapper { position: relative; width: 96px; height: 96px; border: 1px dashed #d9d9d9; .previewImg { width: 100%; height: 100%; } .operateWrapper { position: absolute; width: 96px; height: 90px; top: 0; left: 0; line-height: 96px; z-index: 100; color: #fff; background-color: rgba(0, 0, 0, 0.3); text-align: center; .operateIcon { margin-right: 20px; cursor: pointer; } .operateIcon:last-child { margin-right: 0px; } } } }