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

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

  .press__box {
    width: 100%;
    justify-content: center;
  }

  .press__empty {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: .24rem;
    color: #ecf4ff;
    background: transparent;
    border: unset;
    box-shadow: unset;
  }

  .press__empty .press__image {
    width: 1.10rem;
    height: 1.16rem;
    margin-bottom: .4rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/hlddz/version3D/img/icon-empty.png);
    background-size: 100%;
  }
}