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

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

  &.press__box {
    order: -1;
  }

  //  start二维码
  .press__qr-exchange {
    display: flex;
    padding: .3rem .4rem;
  }

  .ewm {
    border-radius: 0px 2px 2px 0px;
    // width: 1.72rem;
    // height: 1.72rem;
    // padding: .05rem;
    // background: $color-white;
    @include img-size(1.72rem, 1.72rem, inline-block, .05rem, 0px, $color-white);
  }

  .press__qr-img {
    border-radius: 0px 2px 2px 0px;
    // width: 2.4rem;
    // height: 2.4rem;
    // padding: .05rem;
    // background: $color-white;
    @include img-size(2.4rem, 2.4rem, inline-block, .05rem, 0px, $color-white);
  }

  .press__qr-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .press__qr-text {
    font-size: $font-l;
    color: #d49b38;
    line-height: .4rem;
    margin: .1rem 0px;
    font-weight: bold;

    i {
      display: inline-block;
      vertical-align: middle;
      width: $font-l;
      height: $font-l;
      line-height: $font-l;
      text-align: center;
      font-size: $font-s;
      color: #26262a;
      margin-right: .15rem;
      background: $color-yellow;
    }
  }

  .press__tips {
    color: $color-ccc;
  }

  .press__copy-num {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background: $color-white;
    margin-bottom: $font-xs;
    border-radius: 2px;
    font-size: $font-xl;
    color: #000;
  }

  //  end二维码
}