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

.press-act:not(.press-act--hidden-tip) {
  .press__title {
    display: none;
  }

  &.press__box {
    order: -1;
  }

  // start条形码二维码兑换
  .press__exchange-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: .3rem .32rem;
    margin-bottom: .14rem;
  }

  .press__exchange-box {
    padding: .1rem;
    display: flex;
    justify-content: center;
  }

  .press__barcode {
    min-width: 3.6rem;
    position: relative;
    text-align: center;
    border-radius: 2px 0px 0px 2px;
    overflow: hidden;

    @include img-size(auto, 1.72rem, inline-block, .16rem, 0px, #fff);
  }

  .press__qr {
    @include img-size(1.72rem, 1.72rem, inline-block, .05rem, 0px, #fff);
  }

  .press__exchange-tips {
    color: #d2d8dc;
  }

  .press__qr-text {
    line-height: .34rem;
    font-size: .24rem;
    color: #85817c;
    margin: .1rem 0px;
    font-weight: bold;

    em {
      display: none;
    }
  }

  // end条形码二维码兑换
}