@import '../../common/style/act/button/_button-nba.scss';

.tip-comp-goods-status--box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    width: 100%;
    color: #bbb;
    background: rgba(0, 0, 0, .3);
    padding: .4rem;
    box-shadow: none;
    margin-bottom: 1px;
  }

  .press__content {
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .press__image {
    width: 1.12rem;
    height: 1.12rem;
    margin-right: .15rem;
  }

  .press__meta {
    flex: 1;
    color: #333;
    font-weight: bold;
  }

  .press__name {
    color: #eee;
  }

  .press__provider {
    color: #c28634;
  }

  .press__description {
    color: #bbb;
    font-weight: normal;
  }

  // .tip-comp-goods-status-btn-lq-btn {
  //   font-size: $font-s;
  //   color: $color-white;
  //   background: url(https://image-1251917893.file.myqcloud.com/2020/a20200414privilege_peacegame/btn.png) no-repeat center center;
  //   background-size: contain;
  // }

  //  已兑换null   立即兑换tip-comp-btn-small-primary 已过期null   已使用 null
}