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

// .gp-match-popup::v-deep {
//   .van-popover__arrow {
//     display: none;
//   }

//   .van-popover__content {
//     border-radius: 0;
//   }
// }

.press-time {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 3rem;
  padding: .4rem 0;
  z-index: 10;

  &.gp-match-match-time-quick {
    min-height: 0;
    padding: .36rem 0 .82rem 0;
  }
}

.press-time__wrap {
  margin-bottom: .32rem;
}

.press-time__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .32rem;

  .icon-close {
    margin-left: .32rem;
    font-size: .24rem;
    color: rgba(58, 67, 74, 1);
  }
}

.press-time__box {
  position: relative;
  display: flex;
  align-items: center;
  width: 5.98rem;
  height: .72rem;
  padding: 0 .16rem;

  &::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 200%;
    height: 200%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(33, 33, 36, .65);
    transform: scale(.5);
    transform-origin: 0 0;
    pointer-events: none;
  }
}

.press-time__title {
  font-size: .24rem;
  color: rgba(33, 33, 36, .60);
}

.press-time__content {
  margin-left: auto;

  .press-time__text {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #212124;
  }

  .icon-triangle {
    margin-left: .16rem;
    // transform: rotate(90deg);
    color: rgba(33, 33, 36, .60);
    font-size: .16rem;
  }
}

// .btn-add {
//   margin: auto auto 0;
//   display: flex;
//   align-items: center;
//   justify-content: center;
//   width: 3.96rem;
//   height: .72rem;
//   font-family: 'PEACE';
//   font-size: .4rem;
//   color: #ed7b2f;

//   .btn-add-icon {
//     margin-right: .08rem;
//     width: .32rem;
//     height: .32rem;
//     background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/btn-add-match-time.png) no-repeat center / 100% 100%;
//   }
// }

// 确定按钮
.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%;
}