@import '../../style/variables.less';

.wm-list-item-sharp {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  background: @color-white;
  position: relative;

  .order-info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    .integral-box {
      display: flex;
      flex-direction: row;
    }

    .brand-words {
      font-size: @font-size-12;
      color: @color-brand;
      font-weight: 500;
    }

    .black-words {
      font-size: @font-size-12;
      color: rgba(0, 0, 0, 0.8);
    }
  }

  .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 32px;
    align-items: center;

    .img-box {
      display: flex;
      flex-direction: row;

      .img {
        width: 112px;
        height: 112px;
        border-radius: @border-radius-6;
        margin-right: 16px;
      }
    }

    .more-imgs {
      display: flex;
      flex-direction: row;
      align-items: center;

      .num {
        font-weight: 500;
        color: rgba(0, 0, 0, 0.8);
        font-size: 12px;
      }

      .img {
        width: 24px;
        height: 24px;
      }
    }
  }

  .confirm-receipt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
  }
}
