gpt4 book ai didi

css - 为什么我不能在伪元素中使用伪元素?

转载 作者:行者123 更新时间:2023-11-28 10:47:17 26 4
gpt4 key购买 nike

我们可以像这样使用伪元素:

div:before{
content: "pseudo!";
position: absolute;
right: 200px;
}

但是对于那个伪元素,我想像这样装饰第一个字母:

div:before:first-letter{
font-size: 26px;
color: red;
}

但是这不再有效了。为什么?

最佳答案

因为 the spec每个选择器只允许一个伪元素:

Only one pseudo-element may appear per selector, and if present it must appear after the sequence of simple selectors that represents the subjects of the selector. Note: A future version of this specification may allow multiple pseudo-elements per selector.

关于css - 为什么我不能在伪元素中使用伪元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25739349/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com