css-选择器

47 阅读1分钟
//box容器中的第一个元素
.box:first-child {
  padding-top: 0;
}