蓝图嵌套容器

发布于 2024-10-03 22:06:25 字数 564 浏览 0 评论 0原文

我有一个流体网格系统容器嵌套在另一个容器中。

<div class="fluid_grid_layout">
    <div class="six_column section">
        <div class="three column">
            <div class="six_column section">
                <div class="two column">part</div>
                <div class="four column">part</div>
            </div>
        </div>
        <div class="three column">boko</div>
    </div>
</div>

如何使用 Blueprint 1.0 来实现这一目标? 是否可以将一个容器放在另一个容器中,以便您可以更精细(更精细地控制)嵌套内容?

I am having a Fluid Grid System container nested into another container.

<div class="fluid_grid_layout">
    <div class="six_column section">
        <div class="three column">
            <div class="six_column section">
                <div class="two column">part</div>
                <div class="four column">part</div>
            </div>
        </div>
        <div class="three column">boko</div>
    </div>
</div>

How this can be achieved using Blueprint 1.0?
Is it posible to have one container inside another which allows you finer(more granular control) of the nested content?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福不弃 2024-10-10 22:06:25

显然这在蓝图中是不可能的。我最终使用了 http://fluid.newgoldleaf.com/ 的流体网格系统。

Aparently this is not possible in Blueprint. I ended up using Fluid Grid System from http://fluid.newgoldleaf.com/.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文