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

.wm-list-item {
  .img-bar {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .img-radius {
    border-radius: @border-radius-6;
  }

  .title {
    font-size: @font-size-12;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
  }

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

  .words-omit2 {
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }

  .words-omit1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .discount-price {
    color: @color-brand;
    font-size: @font-size-24;
  }

  .small-num {
    color: @color-brand;
    font-size: @font-size-10;
  }
}
