first-line 设置首行样式first-letter 设置首字母样式before 在某元素前插入内容并设置内容样式after 在某元素后插入内容并设置内容样式 实例:第一行 第二行 Read More
posted @ 2015-06-30 21:37
tinyphp
Views(192)
Comments(0)
Diggs(0)
在 CSS3 中,追加了三个属性选择器分别为:[att*=val] ----内容包含[att^=val] ----开头匹配[att$=val] ----结尾匹配示例: 实例1: sdf sdf sdf Read More
posted @ 2015-06-30 21:08
tinyphp
Views(1634)
Comments(0)
Diggs(0)