都有的样式

  .meeting-date {
    /* height: 60px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(254,254,254, 0.2);
    padding:10px  0 ;
  }

  最后一个样式:

  .meeting-date:last-child
{
  border-bottom:0;
}

相关文章:

  • 2022-12-23
  • 2021-08-10
  • 2022-02-28
  • 2021-07-10
  • 2021-09-04
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案