.history-card {
  overflow: hidden;
  .title {
    line-height: 16px;
    color: rgba(51, 51, 51, 100);
    font-size: 16px;
    text-align: justify;
    font-family: PingFangSC-Regular;
  }
  .history {
    max-width: rpx(520);
    white-space: pre-wrap;
    color: rgba(153, 153, 153, 100);
    font-size: 12px;
    text-align: justify;
    font-family: PingFangSC-Regular;
    margin-top: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .separator {
    height: 1px;
    background: rgba(238, 238, 238, 1);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer {
    color: rgba(102, 102, 96, 100);
    font-size: 12px;
    text-align: justify;
    font-family: PingFangSC-Regular;
  }
}
