每天都在进步,说明你有上进心

如果你记忆力差,那可以多写来弥补

// 第一个元素
li:first-child {
    margin-top: 0px;
  }
//基数
  li:nth-of-type(odd) {
    background-color: rgba(#002e33, 0.8);
  }
//偶数
  li:nth-of-type(even) {
    background-color: rgba(#007c8a, 0.8);
  }
posted on 2022-11-11 16:51  代码中透露着杀气  阅读(16)  评论(0编辑  收藏  举报

如果你记忆力差,那可以多写来弥补