.class ul li:nth-child(1):选择中最后一个li



.box ul li:nth-child(1){
  margin-right:0;
}

相关文章: