美文网首页
text-decoration

text-decoration

作者: Viewwei | 来源:发表于2021-10-03 20:18 被阅读0次

    text-decoration就是文字装饰的意思

    text-decration属性现在是一种缩写

    text-decration属性是 text-decoration-line,text-decoration-color,text-decoration-thickness的缩写
    text-decoration-line:表示装饰线的类型
    text-decoration-color:表示装饰线的颜色
    text-decoration-thickness:表示装饰线的宽度
    text-decration不存在继承性,反而存在累加性,如果父类存在text-decration,子类存在text-decration,那么将会出现两个text-decration

    波浪线

    text-decoration属性虽然新增了不少样式,同时可以控制线条的颜色.但是最实用的还是波浪线
    text-decoration-line:wavy

    text-underline-position和 text-underline-offset

    text-underline-position控制下划线的出现在文字的位置,text-underline-offset属于下划线距离顶部的位置.text-underline-offset只在 text-decoration:underline的时候有效.

    text-underline-skip

    text-underline-skip属性用来控制线条和文字的重叠关系.

    相关文章

      网友评论

          本文标题:text-decoration

          本文链接:https://www.haomeiwen.com/subject/duyenltx.html