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

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

  &.press__box {
    order: -1;
  }

  //  start二维码
  .press__qr-exchange {
    display: flex;
    padding: 0rem .4rem;
    border-bottom: 1px solid rgba(192, 219, 255, .6);
  }

  .ewm {
    width: 1.72rem;
    height: 1.72rem;
    padding: .05rem;
    background: $color-white;
    border-radius: 0px 2px 2px 0px;
  }

  .press__qr-img {
    width: 2.2rem;
    height: 2.2rem;
    padding: .05rem;
    background: $color-white;
    border-radius: 0px 2px 2px 0px;
    margin-right: .25rem;
  }

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

  .press__qr-text {
    font-size: $font-l;
    color: $color-origin-7;
    line-height: .4rem;
    margin: .1rem 0px;
    font-weight: bold;
    text-align: left;
  }

  .press__tips {
    color: #7383b2;

    span {
      color: $color-origin-7;
    }
  }

  .press__copy-num {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    margin-bottom: $font-xs;
    border-radius: 2px;
    font-size: $font-xl;
    color: $color-origin-7;
    background: $color-white-6;
    font-weight: 700;
    -webkit-box-shadow: inset 0 -1px 0 0 $color-white, inset 0 0 0 0 $color-white;
    box-shadow: inset 0 -1px 0 0 $color-white, inset 0 0 0 0 $color-white;
  }

  //  end二维码
}