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

.press-act:not(.press-act--hidden-tip) {
  .press__empty p {
    text-align: center;
    line-height: 20px;
    font-size: $font-s;
    color: #666;
  }

  .press__empty .press__image {
    width: 225px;
    height: auto;
    display: block;
    margin: 20px auto;
    content: url(https://image-1251917893.file.myqcloud.com/TIP_component_style/pc-game-life-img/empty.png);
  }

  /* PC端无多游戏tab，使用原生select */
  .detail-tabs {
    display: none;
  }
}