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

.cap-ump-seckill--big {

  .cap-ump-seckill-goods {
    margin-bottom: 10px;
    padding: 10px;
    background: $white;

    &:last-child {
      margin: 0;
    }

    &--soldout,
    &--end {

      .cap-ump-seckill-goods__mask {

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

    &__title {
      margin-top: 10px;

      @mixin multi-ellipsis 1;
    }

    &__tag {
      font-size: 16px;

      &-info {
        box-sizing: border-box;
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        overflow: hidden;
        background: linear-gradient(to right, $red, #ff8b8b);
        color: $white;
      }

      &-countdown {
        float: right;
        font-size: 10px;

        /* 防止小程序倒计时跳动 */
        .cap-countdown__second {
          min-width: 15px;
          text-align: center;
        }
      }
    }

    &__countdown-text {
      margin-right: 10px;
      font-size: 11px;
    }

    &__detail {
      margin-top: 10px;
    }

    &__price {
      display: inline-block;
      margin-right: 5px;
      font-size: 14px;

      &-yuan {
        font-size: 22px;
      }
    }

    &__origin-price {
      display: inline-block;
      text-decoration: line-through;
    }

    &__content {
      margin-left: 5px;
    }

    &__action {
      position: absolute;
      right: 2px;
      bottom: 0px;
    }
  }
}
