第一章 介绍

这是左右结构布局的正文区域。左侧是固定宽度的导航侧栏,右侧是自适应宽度的正文内容。

适用于技术文档、手册、目录索引等场景。

<div class="flex-container"> <aside class="sidebar-left"> <!-- 左侧导航 --> </aside> <main class="main-content"> <!-- 右侧正文 --> </main> </div>