1.#form1:input  id为form1的input无素
#form1 :input  id为form1元素低下的input元素

#form1:input表示为<input  />

#form1 :input表示为
<form >
     <input />
</form>

当然不一定是form元素,也可以是其他的元素,反正input是在里面的。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2022-03-05
  • 2021-09-03
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案