@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-prize {
  position: relative;
  // display: flex;
  // flex-direction: column;
  // z-index: 10;
  min-height: 3rem;
  padding: .3rem 0;
  height: 7.5rem;

  /* #ifdef H5 */
  height: 4.5rem;

  /* #endif */
  overflow: hidden;
}

.press-prize__line {
  width: .02rem;
  height: .4rem;
  background: #5300c3;
  margin-right: .08rem;
}

.press-prize__wrap {
  width: calc(100% - .64rem);
  margin: 0 auto;
  border-bottom: 2px solid #eef0f6;
  padding-bottom: .25rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: absolute;
  left: .3rem;
  top: 0;
}

.press-prize__input-wrap {
  position: absolute;
  top: 0;
  left: .1rem;
  height: .44rem;
  overflow: hidden;
}

::v-deep .press-prize__input {
  font-size: .28rem;
  color: #9299c6;
  width: 100%;
  height: .44rem;
  position: relative;

  input {
    display: block;
    height: .44rem;
    flex: 1;
    border: 0;
    background: transparent;
    box-sizing: border-box;
  }

  .uni-input-placeholder {
    position: absolute;
    top: auto;
    left: auto;
    overflow: hidden;
    pointer-events: none;
    line-height: inherit;
    color: #9299c6;
    font-size: .28rem;
  }

  .uni-input-input {
    height: .44rem; 
    line-height: .44rem;
    outline: none;
    border: 0 none;
    appearance: none;
    background: transparent;
    color: #9299c6;
    font-size: .28rem;
  }

}


// 快捷标签
.press-prize__tags {
  display: flex;
  align-items: center;
  width: calc(100% - .64rem);
  margin: 0 auto;
  overflow-x: auto;
  margin-top: .55rem;
	
  .press-prize__tag {
    color: #09134e;
    text-align: center;
    font-size: .28rem;
    border-radius: .08rem;
    background: #eef0f6;
    padding: .04rem .2rem;
    flex-shrink: 0;
    margin-right: .08rem;

    &:last-child {
      margin-right: 0;
    }
  }
}

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