最新回答 / qq_向着阳光走会温暖些_0
:read-only 选择器用于选取设置了 "readonly" 属性的元素。:enabled选择器用于选取可用的元素,比如:可以进行填写的文本框,文本域,其余两个也是同样的道理
2016-09-05
column-width:auto || px;//设置列宽
column-count:number;//设置列数
column-count:number;//设置列数
2016-09-05
如果有not的话 应该是四种吧
:nth-of-type(2n+1)
:not(:nth-of-type(2n))
:nth-of-type(odd)
:not(:nth-of-type(even))
:nth-of-type(2n+1)
:not(:nth-of-type(2n))
:nth-of-type(odd)
:not(:nth-of-type(even))
2016-09-05
HTML很多标签有是有属性值的,例如<a href="xx">href=就是属性值,这个选择器,只修改href 样式,好强大。
2016-09-05
表单元素在使用了disabled后,当我们将表单以POST或GET的方式提交的话,这个元素的值不会被传递出去,而readonly会将该值传递出去
2016-09-05
animation-fill-mode:backwards;//表示在animation-delay:开始之前的初始化样式应用动画的初始化样式
2016-09-04
animation-play-state:running//开始
animation-play-state:paused;//暂停
animation-play-state:paused;//暂停
2016-09-04