@import '../../common/style/act/layout/_layout-pc-game-life.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__box {
    display: flex;
    flex-direction: row;
  }

  .press__title {
    min-width: 80px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    font-size: $font-m;
    color: $color-gray-1;
    line-height: 24px;
  }

  // start条形码二维码兑换
  .press__exchange-code {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: $color-gray-1;
    font-size: $font-s;
    line-height: 24px;
    position: relative;
  }

  .press__exchange-box {
    order: 1;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/pvp3.0/image/bg-barcode.png) no-repeat center center;
    background-size: contain;
  }

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

  }

  .press__qr {
    width: 300px;

    img {
      width: 100%;
      height: 100%;
    }
  }

  .press__exchange-tips {
    order: 0;
    color: $color-gray-1;
    font-size: $font-s;
    line-height: 24px;
    display: block;

    .press__qr-text {
      color: $color-blue-1;
      margin-bottom: 5px;
      display: block;
    }
  }

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