.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    display: flex;
    flex: 1;
    padding: .24rem .18rem;
    margin-bottom: .08rem;
    margin-right: .1rem;
    width: 5.6rem;
    height: 1.62rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/good-item.png) no-repeat center center / cover;
  }

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

  .press__image {
    height: 1.12rem;
    width: 1.12rem;
    margin-right: .16rem;
    pointer-events: none;

    image {
      width: 100%;
    }
  }

  .press__name {
    font-size: .24rem;
    color: #fcf6de;
  }

  .press__meta {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: space-around;
  }

  .press__provider {
    font-size: .2rem;
    color: #aa9a89;
  }

  .press__tip {
    font-size: .18rem;
    color: #e79640;
  }

  .press__description {
    font-size: .18rem;
    color: #e79640;
  }

  .press__goods-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: .44rem;
    font-size: .24rem;
    color: #fcf6de;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/btn-normal.png) no-repeat center center / 100%;

    &.press__btn--small-disabled,
    &.press__goods-button--delivered {
      color: #fff;
      background-image: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/btn-normal-gray.png);
    }
  }
}