@import '../../common/style/act/mixin/mixin.scss';
@import '../../common/style/act/layout/_layout-pvp.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__meta {
    height: auto;
    padding: 0rem;
    background: none;
    flex: 0 0 24.44%;
    display: block;
    position: relative;

  }

  .press__info {
    width: 3.2rem;
    height: 4.26rem;
    margin: auto;
    text-align: center;
    padding: .25rem .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    @include bgUrl('award-bg1.png');
    background-size: 1.92rem 1.92rem;
    background-position: center .48rem;
    background-repeat: no-repeat;
  }

  .press__img {
    padding: 0;
    border-radius: 2px;
    margin-top: .4rem;
    @include img-size(1.6rem, 1.6rem);
  }

  .press__name {
    font-size: .24rem;
    color: #fff;
    letter-spacing: 0;
    line-height: .28rem;
    font-weight: bold;
    width: 100%;
    margin-top: .34rem;
  }

  .tip-comp-goods-detail--limit-time {
    font-size: .2rem;
    color: #7aa1d0;
    letter-spacing: 0;
    text-align: center;
  }

  .press__order {
    display: none;
    align-items: center;
    height: .65rem;
    margin-top: .32rem;
    font-size: 0;

    a {
      display: block;
      height: .4rem;
      margin: auto;
      color: #68a9e4;
      font-size: .2rem;
      padding-inline-start: .46rem;
      @include bgUrl('icon-uncheck.png');
      background-size: .4rem .4rem;
      background-repeat: no-repeat;
    }

    &.active a {
      @include bgUrl('icon-check.png');
      background-size: .4rem .4rem;
      background-repeat: no-repeat;
    }
  }

  .press__text-status {
    margin-top: .1rem;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .44rem;
    font-size: .24rem;
    color: #68a9e4;
    border-radius: 1rem;
    border: .02rem solid #50abe9;
  }
}
