css3-新特性

MingDao / 2023-07-23 / 原文

  1. 属性选择器
    input[type]
    input[type=text]
    div[class^=icon]
    div[class$=icon]
  2. 结构伪类选择器