.tip-comp-goods-status--slidecont {
  padding: 0 .32rem;
  background: #fff;
}

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    justify-content: space-between;
    padding: .32rem 0;
    border-bottom: 1px solid rgba(236, 236, 236, .5);
  }

  .press__content,
  &.press__goods-item {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    width: 100%;
  }

  .press__image {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: .3rem;

    image {
      width: 100%;
    }
  }

  .press__meta {
    flex: 1;
    overflow: hidden;
  }

  .press__name {
    display: block;
    margin-bottom: .08rem;
    color: #303030;
    font-size: .28rem;
    line-height: .4rem;
  }

  .press__provider,
  .press__description {
    display: block;
    margin-bottom: .16rem;
    color: #999;
    font-size: .24rem;
    line-height: .34rem;
  }

  .press__btn--small-primary {
    display: inline-block;
    width: 1.44rem;
    height: .56rem;
    color: #fff;
    font-size: .28rem;
    line-height: .56rem;
    text-align: center;
    background-image: linear-gradient(180deg, #88cefc, #6ea5f9);
    border-radius: .56rem;
  }

  .tip-comp-goods-status-btn-waiting {
    display: inline-block;
    width: 1.28rem;
    height: .56rem;
    color: #999;
    font-size: .28rem;
    line-height: .4rem;
    text-align: right;
  }

  .press__goods-button--delivered {
    display: inline-block;
    width: 1.28rem;
    height: .56rem;
    color: #cecece;
    font-size: .28rem;
    line-height: .4rem;
    text-align: right;
  }

  .press__content .press__btn--small-disabled {
    display: inline-block;
    width: 1.28rem;
    height: .56rem;
    color: #cecece;
    font-size: .28rem;
    line-height: .4rem;
    text-align: right;
  }
}
