📅  最后修改于: 2021-01-08 05:28:10             🧑  作者: Mango
您可以使用Pure.CSS创建不同类型的表。以下是用于创建不同类型表的某些类名的列表。
Index | Class Name | Description |
---|---|---|
1 | pure-table | It is used to represent a basic table with a default padding, border and an emphasized header. |
2 | pure-table-bordered | It is used to draw a table with a border across rows. |
3 | pure-table-horizontal | It is used to draw a table with horizontal lines. |
4 | pure-table-striped | It is used to display a stripped table. |
5 | pure-table-odd | It is used to create a zebra-styled effect by changing the background of rows. |