文章
用法
Class | 描述 |
---|---|
.baie-article | 父元素,创建容器 |
示例
Code
<article class="baie-article">
<h1>大标题</h1>
<section>
<h2>章标题</h2>
<section>
<h3>1.1 节标题</h3>
<p>...</p>
</section>
<section>
<h3>1.2 节标题</h3>
<p>...</p>
</section>
</section>
</article>