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

.press-act:not(.press-act--hidden-tip) {
  &.press__meta {
    position: relative;
    background-color: #f0f3f7;
  }

  // 头部背景
  .press__info {
    position: relative;
    display: block;
    width: 100%;
    height: 4.6rem;
    margin-top: .88rem;
    background-image: url('https://image-1251917893.file.myqcloud.com/tip-project/cf/cf--stuff-top-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    // justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  // 奖品图
  .press__img {
    display: block;
    width: 1.44rem;
    height: 1.44rem;
    margin: 1.2rem auto 0;
    border: .02rem solid #fff;
    padding: .05rem;
  }

  // 奖品名
  .press__name {
    display: inline-block;
    color: #fff;
    // font-size: .28rem;
    // display: block;
    // text-align: center;
    font-size: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6.2rem;
    text-align: center;
    margin-top: .1rem;
  }

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

  // 过期
  .press__icon-status {
    width: 1.61rem;
    height: 1.328rem;
    position: absolute;
    right: .35rem;
    bottom: .2rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/cf/mystuffdetail--unReceive-status.png) no-repeat;
    background-size: 100% auto;

    &.press__icon-status--used {
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/cf/mystuffdetail--getted-status.png) no-repeat;
      background-size: 100% auto;
    }

    &.press__icon-status--expired {
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/cf/mystuffdetail--overdue-status.png) no-repeat;
      background-size: 100% auto;
    }
  }

  // 订阅
  .press__order {
    position: relative;
    width: 2.6rem;
    height: .48rem;
    background: rgba(131, 140, 143, .2);
    border-radius: .34rem;
    margin: .2rem auto 0;

    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;
      }
    }
  }
}