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

.press-format {
  padding: .4rem 0 .6rem;
  min-height: 45vh;
}

.press-format__item {
  display: flex;
  align-items: center;
  margin: 0 .46rem;
  padding: .24rem .32rem;
  border: .02REM solid rgba(252, 252, 252, .60);
  background: linear-gradient(101deg, rgba(238, 239, 241, .90) 15.46%, rgba(252, 252, 252, .90) 86.92%);
  box-shadow: 0 0 .2rem 0 rgba(83, 71, 134, .38);

  &+.press-format__item {
    margin-top: .24rem;
  }
}

.press-format__name {
  font-size: .28rem;
  color: #212124;
  font-weight: 600;
  margin-right: .16rem;
}

// 新增
.press-format__name-wrap {
  display: flex;
  align-items: center;

  .press-tag--primary {
    font-size: .2rem;
  }
}

.press-format__desc {
  width: 5rem;
  font-size: .24rem;
  color: rgba(33, 33, 36, .60);
  line-height: .4rem;

  // .gp-match-light {
  //   display: inline;
  //   color: #02a0e2;
  // }

  // .gp-match-edit {
  //   display: inline-flex;
  //   align-items: center;
  //   color: #02a0e2;
  // }

  .icon-back {
    margin-left: .04rem;
    font-size: .2rem;
    color: #02a0e2;
    transform: rotate(180deg);
  }
}

.press-format__checkbox {
  margin-left: auto;
  width: .4rem;
  height: .4rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/dialog-checkbox.png);
  background-size: 100%;
  background-repeat: no-repeat;

  &.checked {
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/checkbox-checked.png);
  }
}

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

