摘要: CSS3选择器【UI元素状态伪类选择器】/*在CSS3中,共有17种UI元素状态伪类选择器,分别是E:hover、 E:active、E:focus、E:disabled、E:read-only、E:checked、 E:default、E:indeterminate、E::select... 阅读全文
posted @ 2015-11-01 21:38 LetitiaChan 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 【伪元素选择器 】/* first-line 设置第一行*/p:first-line{color: crimson;}/* first-letter 设置第一个字符*/p:first-letter{color: green;}/* before 设置列表项之前的样式*/li:before{conte... 阅读全文
posted @ 2015-11-01 20:01 LetitiaChan 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 【伪元素选择器 】/* first-line 设置第一行*/p:first-line{ color: crimson;}/* first-letter 设置第一个字符*/p:first-letter{ color: green;}/* before 设置列表项之前的样式*/li:befo... 阅读全文
posted @ 2015-11-01 19:26 LetitiaChan 阅读(73) 评论(0) 推荐(0) 编辑