.press-act:not(.press-act--hidden-tip) {
  .press__content {
    border-bottom: 1px solid rgba(236, 236, 236, .5);
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    padding: .25rem;
    background: #fff;
  }

  &.press__goods-item {
    margin-top: .3rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
  }

  // 图片 --- strat
  .press__image {
    margin-right: .14rem;
    background-color: #eae7e2;
    width: 1.56rem;
    height: 1.56rem;
    border: 1px solid #eae7e2;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: .02rem;
    box-shadow: 0rem 0rem 0 .02rem #fff inset;
  }

  .press__image img,
  .press__image image {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  // 图片 --- end

  // 中间文案区域
  .press__meta {
    flex: 1;
    overflow: hidden;
    margin-right: .3rem;
  }

  .press__name {
    color: #0e1722;
    font-size: .28rem;
    font-size: .32rem;
    word-break: break-all;
    display: block;
    margin-bottom: .14rem;
  }

  .press__provider,
  .press__description {
    color: #a0acb5;
    font-size: .2rem;
    display: block;
  }

  .press__tip {
    color: #a0acb5;
    font-size: .2rem;
  }

  .tip-comp-goods-status--highlight {
    color: #10aee8;
  }

  // 中间文案区域

  // 未使用
  .press__btn--small-primary {
    width: 1.24rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e72ff;
    color: #fff;
    clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
  }

  // 已使用
  .press__btn--small-disabled {
    width: 1.24rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a3a3a3;
    color: #e8e8e8;
    clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
    position: relative;
  }

  // 已过期 -- start
  .press__goods-button--delivered {
    position: relative;

    width: 1.24rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a3a3a3;
    color: #a3a3a3;
    clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);

    span {
      color: #a3a3a3;
      z-index: 10;
    }
  }

  .press__goods-button--delivered::before {
    content: '';
    width: 1.2rem;
    height: .52rem;
    line-height: .52rem;
    text-align: center;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #a3a3a3;
    clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  // 已过期 -- end

}