.idcard-ocr { &-main { flex: 1; height: 48px; border-radius: 5px; background-color: #fff; display: flex; padding: 10px; align-items: flex-start; margin-right: 8px; &-img { // max-width: 54px; max-width: 48px; max-height: 48px; opacity: 0.8; margin-right: 8px; } &-title { // line-height: 48px; // text-align: left; // height: 48px; // width: 94px; &-top { color: #171a1d; font-size: 14px; line-height: 22px; // height: 22px; } &-bottom { font-size: 12px; // transform: scale(0.83); // transform-origin: 0 0; color: rgba(23, 26, 29, 0.6); line-height: 14px; // height: 14px; // width: 118px; } } &-modal { text-align: left; padding: 12px; &-m .dtm-modal-body { padding: 0 !important; } &-space { width: 3px; height: 12px; display: inline-block; background: #007fff; margin-right: 8px; & span { font-size: 14px; } } &-img { & img { width: 120px; } } &-img2 { padding: 0 12px; & img { height: 72px; width: 100%; } } & .dtm-modal-title { font-size: 16px; } } } &-main:last-child { margin-right: 0; } }