@import '../../common/style/act/layout/_layout-pvp.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-list {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }

  .press__empty {
    height: 90%;
    width: 100%;
    flex: 1;
    font-size: .24rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .press__empty p {
    display: inline;
    color: #50abe9;
  }

  .press__empty .link {
    display: inline;
    color: #d8d8d8;
  }

  .press__empty .press__image {
    width: 1.6rem;
    height: 1.93rem;
    margin-bottom: -.18rem;
    @include bgUrl('match-empty-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
