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

.wm-list-item-line {
  width: 208px;
  background: @color-white;
  border-radius: @border-radius-6;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  margin-right: 16px;

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

  .info-container {
    display: flex;
    flex-direction: column;
    padding: 20px;

    .title {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: @font-size-14;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.8);
      line-height: 28px;
    }

    .integral-box {
      font-size: @font-size-10;

      .integral-num {
        color: @color-brand;
        font-size: @font-size-12;
        margin-right: 8px;
      }

      .integral {
        font-size: @font-size-10;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.4);
      }
    }
  }
}
