css 设置兄弟元素的最后一个的样式


都有的样式

  .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;
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM