是否有任何支持的方法可以不使用清晰设计的完整液体布局?

Is there any supported way to not have a full liquid layout with clarity design?

我正在寻找布局上限约为 1000 像素(1080 / 1170 / 其他)的东西,并将主要内容居中,有点像 Whosebug 设计(例如,这是一个非常常见的事情).是否有支持的方法来清楚地做到这一点,或者我应该使用菜单/sidenav 等来完成它?

这恰好是我们这边的 open issue/request,我们将寻求合并。与此同时,最好的办法是编写自定义 CSS 来管理您对这种情况的需求。您可能想在那里评论您的具体需求,以便听到他们的意见。

希望这对您有所帮助。

<div class="row">
    <div class="col-xs-1"></div>
        <div class="col-xs-10"></div>
    <div class="col-xs-1"></div>
</div>

使用行来模仿列。