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

.press-act:not(.press-act--hidden-tip) {
  &.press__box {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    padding: .32rem;
    border-bottom: .02rem solid #3f3c3d;
  }

  .press__title {
    min-width: 1.4rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: .28rem;
    line-height: .4rem;
  }

  .press__content {
    flex: 1;
  }

  //  start二维码
  .press__qr-exchange {
    display: flex;
    flex-direction: column;
  }

  .ewm {
    border-radius: 0 .04rem .04rem 0;
  }

  .press__qr-img {
    border-radius: 0 .04rem .04rem 0;
    order: 1;
  }

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

  .press__qr-text {
    color: #f43a41;
    font-size: .28rem;
    line-height: .4rem;
    margin-bottom: .08rem;
  }

  .press__copy-num {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    border-radius: .04rem;
    color: #fff;
  }
}