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

.press-act:not(.press-act--hidden-tip) {
  &.press__meta {
    position: relative;
    background: linear-gradient(180deg, #4e6d8a -25.87%, #494952 100%);

  }

  .press__info {
    position: relative;
    display: block;
    width: 100%;
    height: 3.38rem;
    margin-top: .8rem;
    background-image: url('https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/head-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .press__img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    margin: 0 auto;
    transform: translateY(.48rem);
    border: .02rem solid #f6f6f6;

  }

  .press__name {
    display: inline-block;
    transform: translateY(.64rem);
    color: #fff;
    font-size: .28rem;
    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;
    transform: translateY(.64rem);
    text-align: center;
  }

  .press__icon-status {
    width: 1.68rem;
    height: 1.68rem;
    position: absolute;
    bottom: .6rem;
    right: .3rem;
    background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/gp-received.png) no-repeat center center;
    background-size: contain;

    &.press__icon-status--used {
      background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/gp-used.png) no-repeat center center;
      background-size: contain;
    }

    &.press__icon-status--expired {
      background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/gp-overtime.png) no-repeat center center;
      background-size: contain;
    }
  }

  .press__order {
    position: relative;
    width: 2.6rem;
    transform: translateY(.64rem);
    height: .48rem;
    background: rgba(131, 140, 143, .2);
    border-radius: .34rem;
    margin: auto;

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

      &::after {
        position: absolute;
        left: .18rem;
        top: .08rem;
        content: '';
        width: .32rem;
        height: .32rem;
        background: url(https://image-1251917893.file.myqcloud.com/2019/tip_storeActive/Icons-16-checkbox.png) no-repeat center center;
        background-size: contain;
      }
    }

    &.active a,
    &.active navigator {
      &::after {
        position: absolute;
        left: .18rem;
        top: .12rem;
        content: '';
        width: .24rem;
        height: .24rem;
        background: url(https://image-1251917893.file.myqcloud.com/2019/tip_storeActive/icon-12-tick.png) no-repeat center center;
        background-size: contain;
      }
    }
  }
}