@import '../../../common/var.css';

.cap-ump-groupon--small {
  @mixin clearfix;

  padding: 0 12px;

  .cap-ump-groupon-goods {
    float: left;
    padding: 3px;
    width: 50%;
    box-sizing: border-box;
    background-color: transparent;

    &--soldout {

      .cap-goods-img {

        &:after {
          width: 88px;
          height: 88px;
        }
      }
    }

    &--end {

      .cap-goods-img {

        &:after {
          width: 88px;
          height: 88px;
        }
      }
    }
  }

  .cap-ump-groupon-goods__title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    height: 36px;

    @mixin multi-ellipsis 2;
  }

  .cap-ump-groupon-goods__groupon-price {
    line-height: 23px;
  }

  .cap-ump-groupon-goods__activity-tag {
    display: inline-block;
    margin-right: 8px;
    color: $red;
    font-size: 12px;
  }

  .cap-ump-groupon-goods__groupon-price {
    font-weight: normal;
  }

  .cap-ump-groupon-goods__body {
    padding: 10px;
  }

  .cap-ump-groupon-goods__activity-info {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: $white;
    background: rgba(0, 0, 0, .3);
    white-space: nowrap;
  }

  .cap-ump-groupon-goods__origin-price {
    display: block;
    font-size: 10px;
    line-height: 14px;
  }

  .cap-ump-groupon-goods__groupon-price-symbol {
    font-size: 12px;
  }

  .cap-ump-groupon-goods__groupon-price-yuan {
    font-size: 18px;

    @media only screen and (max-width: 320px) {
      font-size: 14px;
    }
  }

  .cap-ump-groupon-goods__groupon-price-cent {
    font-size: 18px;

    @media only screen and (max-width: 320px) {
      font-size: 14px;
    }
  }

  & ~ .cap-ump-groupon__view-more {
    margin-top: 7px;
  }
}

.cap-ump-groupon--preview {

  .cap-ump-groupon-goods__groupon-price-yuan,
  .cap-ump-groupon-goods__groupon-price-cent {
    font-size: 14px;
  }
}
