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

.press-popup__detail {
  max-height: 8.26rem;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 .32rem;
}

.press-popup__grades-list {
  flex: 1;
  overflow-y: auto;
}

.press-popup__grades-item {
  display: flex;
  color: #69736e;
  align-items: center;
  position: relative;

  &--dashed {
    border-top: .02rem dashed #d9d9d9;

    // &:last-child {
    //   border-bottom: .02rem dashed #d9d9d9;
    // }
  }
}

.press-popup__grades-title {
  height: 1.12rem;
  width: 1.82rem;
  line-height: 1.12rem;
  font-size: .32rem;
  color: #223730;
}

.press-popup__grades-direction {
  width: 1.48rem;
}

.press-popup__grades-team {
  width: 2.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.press-popup__grades-contents {
  min-height: 1.12rem;
  width: .8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
}

.press-popup__grades-content {
  font-size: .28rem;
  max-width: 4.5rem;
  text-align: left;
  word-break: break-all;
}

.press-popup__btn-group::v-deep {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .22rem 0;
  flex-direction: 0;

  .press-popup__btn-border {
    border: 0;

    &+.press-popup__btn-primary {
      margin-left: .22rem;
    }
  }
}

.press-popup__gap {
  height: 20px;
}
