使用指南
要创建一个极简主义风格的页面,你需要关注以下几个方面:
1. 布局结构
Section titled “1. 布局结构”保持布局简单直观。通常采用单栏或双栏布局,确保用户的视线能够自然流动。
.container { max-width: 800px; margin: 0 auto; padding: 2rem;}2. 字体选择
Section titled “2. 字体选择”选择清晰易读的无衬线字体(Sans-serif)。
- 标题: Inter, Roboto, Helvetica Neue
- 正文: System UI, Segoe UI
3. 组件使用
Section titled “3. 组件使用”使用我们提供的极简组件库:
<MinimalButton />: 简单的线条按钮<MinimalCard />: 无边框或细边框的卡片<MinimalInput />: 下划线风格的输入框