@import '../../common/style/act/layout/_layout-pc-game-life.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__meta {
    flex: 1;
    position: relative;

    .press__info {
      width: 100%;
      margin-top: 40px;
    }
  }

  .press__img {
    width: 104px;
    height: 104px;
    display: block;
    margin: 0 auto;
  }

  .press__name {
    margin-top: 20px;
    display: block;
    color: $color-gray-1;
    font-size: $font-m;
    line-height: 24px;
    text-align: center;
  }

  // .tip-comp-goods-detail--limit-time {
  //   margin-top: 10px;
  //   display: block;
  //   color: $color-gray-1;
  //   font-size: $font-s;
  //   line-height: 20px;
  //   word-break: break-all;
  // }

  .press__icon-status {
    display: block;
    width: 119px;
    height: 119px;
    position: absolute;
    bottom: 0px;
    right: -64px;

    &.press__icon-status--used {
      background: url(https://image-1251917893.file.myqcloud.com/TIP_component_style/pc-game-life-img/expired1_big.png) no-repeat center left;
      background-size: 100% auto;
    }

    &.press__icon-status--expired {
      background: url('https://image-1251917893.file.myqcloud.com/TIP_component_style/pc-game-life-img/expired2_big.png') no-repeat center left;
      background-size: 100% auto;
    }
  }

  // PC端无订阅功能
  .press__order {
    display: none;
  }
}