.file-show { &-main { position: relative; // width: 118px; height: 70px; flex: 1; border-radius: 5px 5px 0 0; padding: 15px; background-color: #d3e7fc; &-img { // max-width: 54px; max-width: 118px; opacity: 0.8; &-camera { max-width: 56px; position: absolute; left: 46px; top: 24px; } } &-del { width: 27px; position: absolute; right: 0; top: 0px; background: #f5222d; border-radius: 0px 0px 0px 30px; } &-showImg { max-height: 70px; max-width: 118px; min-width: 118px; } &-title { position: absolute; bottom: -28px; left: 0; color: #171a1d; opacity: 0.8; width: 100%; height: 28px; background: #f2f2f2; font-size: 12px; line-height: 28px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 0 0 5px 5px; } } }