对于这个页面https://fanyi.baidu.com/#en/zh/good
想要选中每个意思下的第一个例句,
比如:
第一个意思下面选中的是:a good book
第二个意思下面选中的是:Did you have a good time in London?
第三个意思下面选中的是:Thank you, good question .
……
请问CSS选择器该怎么写?我目前写成这样不起作用。
p.entry-x-en:first-child { color: red; }
.entry-x:first-of-type p.entry-x-en:first-child {
color: red;
}
多谢!后来我改成
.entry-x:first-of-type p.entry-x-en
大哥,我碰到了个新问题,能否帮我看一下,谢谢!https://q.cnblogs.com/q/142472/