king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/templates/modalconfig/checkCard/index.scss
@@ -9,14 +9,7 @@
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 12px;
    span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative;
      z-index: 1;
    }
    .bg-mask {
      position: absolute;
      top: 0;
@@ -29,10 +22,46 @@
    }
  }
  .card-pic-cell {
    border: 1px solid #bcbcbc;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
    overflow: hidden;
    .content-wrap {
      position: absolute;
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      .content-center {
        position: relative;
        top: 50%;
        transform: translate(0px, -50%);
      }
    }
  }
  .card-color-cell {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
    min-height: 35px;
  }
  .content-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .no-margin-bottom {
    margin-bottom: 2px;
  }
}