@import '../../common/style/act/mixin/mixin.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__meta {
    flex-basis: 3.38rem;
    height: 3.38rem;
    background: transparent;
    overflow: hidden;
    position: relative;
  }

  .press__info {
    width: 100%;
  }

  .press__img {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    margin: .48rem auto .08rem;
  }

  .press__name {
    color: #fff;
    font-size: .32rem;
    line-height: .4rem;
    margin-bottom: .169rem;
    display: block;
    text-align: center;
  }

  .tip-comp-goods-detail--limit-time {
    color: #fff;
    font-size: .24rem;
    line-height: .34rem;
    display: block;
    text-align: center;
  }

  .press__icon-status {
    width: 1.68rem;
    height: 1.68rem;
    position: absolute;
    bottom: .3rem;
    right: .3rem;

    &.press__icon-status--used {
      background: url('https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/used.png') center center no-repeat;
      background-size: 100% auto;
    }

    &.press__icon-status--expired {
      background: url('https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/overtime.png') center center no-repeat;
      background-size: 100% auto;
    }
  }

  .press__order {
    position: relative;
    width: 2.6rem;
    height: .48rem;
    background: #333;
    color: #b8b8b8;
    border-radius: .34rem;
    margin: auto;

    .press-order-button {
      position: relative;
      display: block;
      padding-left: .54rem;
      line-height: .48rem;
      font-size: .24rem;
      color: #fff;
      text-align: left;

      &::after {
        position: absolute;
        left: .18rem;
        top: .11rem;
        content: '';
        width: .28rem;
        height: .28rem;
        background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/detail-check.png) no-repeat center center;
        background-size: contain;
      }
    }

    &.active .press-order-button {
      &::after {
        position: absolute;
        left: .18rem;
        top: .11rem;
        content: '';
        width: .28rem;
        height: .28rem;
        background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/detail-checked.png) no-repeat center center;
        background-size: contain;
      }
    }
  }
}