📜  如何在 css 代码示例中定位特定的 td

📅  最后修改于: 2022-03-11 14:47:29.041000             🧑  作者: Mango

代码示例1
BY LOVE
 .modal-body table tr td:nth-child(2)
  {
            color:red;
  }