<div class="outercontainer">
<div class="paddedcontainer">
<div class="pageheader">
<div class="titlestyle"><h2>Fixed Title1</h2></div>
</div>
<div class="row">
<div class="grouped">
<div class="col4">
Some content
</div>
</div>
</div>
<div class="pageheader">
<div class="titlestyle"><h2>Fixed Title2</h2></div>
</div>
<div class="row">
Some other content not in a col4 div
</div>
<div class="row">
Some other content not in a col4 div
</div>
</div>
</div>
大家好,这是我在这里的第一篇文章-我很抱歉向大家提出我的愚蠢问题,但我很难自己解决这个问题。
我想定位在 col4 div 中没有内容的 div 类“行”。我曾尝试使用 css nth-child 但这似乎不起作用,我查看了 jQuery .find .has .filter 但我最终总是针对最上面的 .row 或没有 .row
无论如何我都无法更改 html,我只能使用 javascript 或 css。
请帮忙。
非常感谢,达扎