@import '../../common/style/act/button/_button-game-life-vertical.scss';

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

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    box-sizing: border-box;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #ededed;
  }

  .press__content {
    padding: .32rem;
  }

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

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

    img,
    image {
      display: block;
      width: 100%;
      height: 100%;
    }
  }

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

  .press__name {
    color: $color-gray-1;
    font-size: $font-m;
    line-height: .4rem;
    font-weight: 600;
  }

  .press__provider,
  .press__description,
  .press__tip {
    color: $color-gray-3;
    font-size: $font-s;
    line-height: .3rem;
    display: block;
  }

  .press__provider,
  .press__description {
    margin-bottom: .08rem;
  }

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

  .press__goods-button--delivered {
    width: 1.28rem;
    height: .52rem;
    line-height: .52rem;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: $font-s;
    color: #fff;
    border-radius: .08rem;
    background-image: linear-gradient(90deg, #50abff 0%, #6e61ff 50%, #925fff 100%);
    opacity: .5;
  }
}