Font:
-
font-family : 宋体,sans-serif; /文字字体/
-
font-size : 9pt; /文字大小/
-
font-style:italic; /文字斜体/
-
font-variant:small-caps; /小字体/
-
font-weight:bold; /文字粗体/
设置字体颜色:
- color : #999999; /文字颜色/
设置字间距和行高:
- letter-spacing : 1pt; /字间距离/
- line-height : 200%; /设置行高/
vertical:
- vertical-align:sub; /下标字/
- vertical-align:super; /上标字/
text:
1.text-decoration: ;
- text-decoration:line-through; /加删除线/
- text-decoration: overline; /加顶线/
- text-decoration:underline; /加下划线/
- text-decoration:none; /删除链接下划线/
2.text-transform: ;
- text-transform : capitalize; /首字大写/
- text-transform : uppercase; /英文大写/
- text-transform : lowercase; /英文小写/
3.text-align: ;
- text-align:right; /文字右对齐/
- text-align:left; /文字左对齐/
- text-align:center; /文字居中对齐/
- text-align:justify; /文字分散对齐/
4.text-indent:2em;/首行缩进/