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


.press-popup__content {
  height: 100%;
  background: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/dialog-bg.png) no-repeat top center / 7.5rem 10.12rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.press-popup__title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: .88rem;
  margin-bottom: .12rem;
  box-sizing: border-box;
}

.press-popup__title-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: .32rem;
  height: 100%;

  .icon-close {
    font-size: .44rem;
    color: #223730;
  }
}

.press-popup__title {
  font-weight: 700;
  font-size: .32rem;
  color: #223730;
}

.press-popup__title-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: .32rem;
  height: 100%;

  .press-popup__right-btn {
    font-size: .28rem;
    color: #223730;

    &.press-popup__border-btn {
      width: 1.2rem;
      height: .48rem;
      line-height: .48rem;
      text-align: center;
      font-weight: 700;
      font-size: .24rem;
      color: #fff;
      text-shadow: 0 .02rem .06rem #ff8000;
      background: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/popup-btn-confirm.png) no-repeat center / 100% 100%;
    }
  }
}
