.press-act:not(.press-act--hidden-tip) {
  &.press__barcode {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg.jpg) no-repeat center center / cover;
  }

  .press__main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8.94rem;
    height: 5.06rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg-dialog-s.png) no-repeat center center;
    background-size: contain;
  }

  .press__main .press__icon--close {
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: .42rem;
    height: .42rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-close.png) no-repeat center center / 100%;
  }

  .press__title {
    height: .9rem;
    line-height: .9rem;
    font-size: .32rem;
    text-align: center;
    color: #f9f3c3;
  }

  .press__main--barcode .press__barcode-wrap {
    margin: .6rem auto 0;
    width: 3.75rem;
    height: 2.54rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/dialog-bar-code.png) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .press__main--barcode .press__barcode-wrap .press__barcode-left {
    width: 1rem;
    height: 2.6rem;
  }

  .press__main--barcode .press__barcode-wrap .press__barcode-left>div {
    transform: rotate(-90deg) translate(-1.54rem,.1rem)!important;
  }

  .press__main--barcode .press__barcode-wrap .press__barcode-left::v-deep {
    svg {
      width: 2.6rem;
      height: 1rem;
    }
  }

  .press__main--barcode .press__barcode-wrap .press__barcode-right {
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
  }

  .press__main--barcode .press__barcode-wrap .press__barcode-right>img {
    width: 2.4rem;
    height: 2.4rem;
  }

  /* 条形码弹窗 end*/

}