css 文字相关
color:
text-indent:*em(缩进)em:当前字体的倍数
(悬挂缩进要和padding配合)
line-height[normal|数字|带单位的数字]
text-align[left|right|center|justify(两端对齐)]
word-spacing: [](单词间距)(只对英文)
letter-spacing (字符间距)
text-transform【uppercase|lowercase|capitalize(首字母)】(变形)
text-decoration【underline|overline|line-through(中划线)】(文字装饰,划线)
white-space[normal|pre|pre-wrap|nowrap|pre-line(合并空白保留换行)]
direction:[ltr|rtl]
