这篇文章用来测试文章页中的常见内容组件,包括列表、代码块和二级标题。
测试清单
- 首页列表需要保持整行可点击。
- 文章页按钮需要像胶囊控件,而不是普通链接。
- 评论区可以低调,但不能像浏览器默认样式。
- 移动端不能出现横向滚动。
代码块
.post-row-link {
display: grid;
grid-template-columns: 118px 1fr 118px;
border-bottom: 1px solid currentColor;
}代码块主要检查背景、边框、字体和溢出滚动。