| css助手类 | |
|---|---|
| 类名 | 描述 |
text-right |
文字向右对齐 |
text-left |
文字向左对齐 |
text-center |
文字居中对齐 |
text-justify |
文字将是合理的 |
text-bold |
文字将以粗体显示 |
text-italic |
文字将以斜体显示 |
text-no-wrap |
不可包装的文字(适用white-space: nowrap) |
text-strike |
适用 text-decoration: line-through |
text-uppercase |
将文本转换为大写 |
text-lowercase |
将文本转换为小写 |
text-capitalize |
大写文本的首字母 |
