@import '../../common/style/gp-match/palette.scss';
@import '../../common/style/gp-match/mixin.scss';

.press-code {
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;

  .press-code__tip {
    color: rgba(33, 33, 36, .75);
    font-size: .24rem;
    text-align: center;
  }
}
// 二维码
.press-code__main {
  margin-top: .6rem;
  width: 2.26rem;
  height: 2.26rem;
  border-radius: .04rem;
  border: .06rem solid #d8d4f1;
  padding: .08rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

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

.press-code__time {
  color: rgba(33, 33, 36, .75);
  text-align: center;
  font-size: .24rem;
  margin-top: .24rem;
}

// 按钮
.press-code__buttons {
  display: flex;
  justify-content: center;
  margin-bottom: .5rem;
}

.press-code__button--secondary {
  margin-right: .24rem;

  /* #ifdef MP-WEIXIN */
  margin: 0 .24rem 0 .50rem;

  /* #endif */

  @include secondary-btn(
    $fontsize: .4rem,
    $width: 3.06rem,
    $height: .72rem,
    $line-height: .72rem
  );

}

.press-code__button--primary {
  @include primary-btn(
    $fontsize: .4rem,
    $width: 3.06rem,
    $height: .72rem,
    $line-height: .72rem
  );
}
// 确定按钮
.press-popup__confirm {
  width: 1.12rem;
  height: .5rem;
  line-height: .5rem;
  margin: .24rem auto;
  font-size: .22rem;
  color: #212124;
  font-family: 'MStiffHeiPRC';
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-112.png) no-repeat center / 100% 100%;
}