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

// 指定额外类名，防止 press-picker 中也增加这个背景，导致无法滑动
::v-deep .show-bg.press-popup {
  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 7.5rem;
    height: 100%;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/popup-bg-new.png) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
  }
}

.press-gp-popup__title-wrap {
  .icon-back {
    font-size: .36rem;
  }

  .icon-close {
    font-size: .36rem;
  }
}

