其他分享
首页 > 其他分享> > text-decoration属性作用和方法

text-decoration属性作用和方法

作者:互联网

  1. text-decoration-line(注释文本添加一条装饰线):none(文本中没有线条)、

                                         underline(文本的下方显示一条线)、

                                         overline(文本的上方将显示一条线)、

                                         line-through(文本的中间将显示一条线)

  1. text-decoration-color(装饰线添加颜色): #000000
  2. text-decoration-thickness(装饰线粗细):0.1em;
  3. text-underline-offset(装饰线向下移动): 0.6em;
  4. transition-duration(完成过渡效果需要多少秒):0.5s
  5. text-decoration-style(装饰线的形态):solid(单线)、double(双线)、dotted(点状线)、dashed(虚线)、wavy(波浪线)

 

标签:em,属性,text,decoration,文本,装饰,一条线
来源: https://www.cnblogs.com/Simple-520/p/14818425.html