[关闭]
@Dale-Lin 2017-09-28T17:51:37.000000Z 字数 540 阅读 804

CSS 伪类

CSS


UI伪类

  1. a:link{}
  2. a:visited{}
  3. a:hover{}
  4. a:active{}
  1. input:focus{}
  1. #more_info:target{}

结构化伪类

  1. <ol class="result">
  2. <li>My Fast Pony</li>
  3. <li>Steady Trotter</li>
  4. <li>Slow Ol' Nag</li>
  5. </ol>
  1. ol.result li:first-child{color: blue;}
  2. ol.result li:last-child{color: red;}
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注