css - 伪元素after和before是否可以嵌套?
阿神
阿神 2017-04-17 11:02:48
0
0
680

W3C有相关的标准

4.2.1. Nesting '::before' and '::after' pseudo-elements

The selector '::before::before' represents a pseudo-element contained at the start of a pseudo-element contained at the start of an element. For example, the following rules: p { content: 'A' } p::before { content: 'B'; } p::before::before { content: 'C'; } ...would result in the following rendering objects:

    ,-----------------------.
    | ,---------.           |
    | | ,---.   |           |
    | | | C | B | A         |
    | | `---'   |           |
    | `---------'           |
    `-----------------------'

但是Chrome里试了一下好像没效果?什么浏览器支持?还是哪里没写对?

http://codepen.io/tychio/pen/pLDqm

阿神
阿神

闭关修行中......

모든 응답(0)
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿