最近,我开始使用非大会的CSS框架弄乱,但似乎使用网格和灵活的图像CSS标记不起作用。有没有办法解决此问题?
对不起,忘了更新,我解决了这个问题。我正在使用嵌套网格,所以忘了在其中一个添加网格类(愚蠢的我)。
<section id="blank-page-content" class="grid-100 grid-parent">
<article class="grid-100 grid-parent blank-page-post">
<figure class="blank-page-post-thumbanil grid-20 grid-parent">
<img src="" alt="ph-image"/>
</figure>
<section class="blank-page-post-content grid-80 grid-parent">
</section>
</article>
</section>
我在顶级部分元素上缺少class =" grid-100 grid-parent"。