@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__exchange-code {
    padding: 0rem .4rem;
    margin-bottom: .15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border-bottom: 1px solid #e8ebf0;
  }

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

  .press__barcode {
    width: auto;
    min-width: 4.18rem;
    height: 1.8rem;
    padding: .1rem;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    background: $color-white;
    text-align: center;

    img {
      height: 100%;
      object-fit: contain;
    }
  }

  .press__qr {
    width: 1.8rem;
    height: 1.8rem;
    padding: .08rem;
    background: $color-white;
    border-radius: 2px;
    margin-left: .16rem;
  }

  .press__exchange-tips {
    color: #7383b2;

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

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

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