文本样式:

  color       设置字体颜色

  text-align    元素水平对齐方式

  text-indent   首行文本的缩进 "em"或"px"

  line-height    文本的行高

  text-decoration  文本的装饰 

 

对齐方式:

  水平对齐方式:

    text-align

  垂直对齐方式:

    vertical-align

  排序:

    left    文本排序到左边

    right   文本排序到右边

    center  文本排序到中间

    justify  实现两端对齐文本效果

 

文本装饰:

  none      标准文本

  underline    设置文本的下划线

  overline      设置文本上划线

  line-through   设置文本的删除线

  blink      设置文本的闪烁<只在Firefox浏览器中有效,IE中无效>

posted on 2017-05-29 23:18  逸果  阅读(121)  评论(0编辑  收藏  举报