/*
  多游戏物品表
*/
@import '../../common/style/act/layout/_layout-game-life-vertical.scss';

.press-act:not(.press-act--hidden-tip) {
  .press__empty {
    p,
    text,
    view {
      color: $color-gray-3;
      font-size: $font-s;
      line-height: .34rem;
      text-align: center;
    }
  }

  .press__empty .press__image {
    width: 2.42rem;
    height: 1.6rem;
    margin: 1.16rem auto .32rem;
    background: url(https://game.gtimg.cn/images/user/m/webigame2019/img-null.png) no-repeat center;
    background-size: contain;
  }

  /* 多游戏tab */
  .detail-tabs {
    width: 100%;
    background: #fff;
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    bottom: 0;
  }

  .detail-tabs-box {
    position: relative;
    flex: 1;
    width: 100%;
    height: .96rem;
    line-height: .96rem;
    text-align: center;
    color: $color-gray-1;
    font-size: $font-m;
  }

  .detail-tabs-highlight {
    color: $color-blue-2;
    font-weight: bold;

    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -.16rem;
      width: .32rem;
      height: .06rem;
      background: $color-blue-2;
      border-radius: .03rem;
    }

    &::before {
      display: none;
    }
  }

  ::v-deep {
    .press-list__finished {
      font-size: 12px;
    }
  }
}