美文网首页
总结:CSS中那些能不能被继承的属性

总结:CSS中那些能不能被继承的属性

作者: Cee_1997 | 来源:发表于2018-12-13 19:43 被阅读0次

            今天来总结一点关于css中哪些属性可以被继承,哪些不可以被继承。不是很全,仅供大家参考,也方便于自己以后复习。


    一、不能被继承的属性

    1、display:规定元素应该生成的框的类型

    2、文本属性: 

           vertical-align、 text-decoration、text-shadow 等

    3、盒子模型的属性:

           width、height、margin 、border、border-style、padding 等

    4、背景属性:

           background、background-color、background-image、background-repeat、background-position、background-attachment 等

    5、定位属性:

           float、clear、position、top、left、right、bottom、overflow、z-index 等

    二、能被继承的属性

    1、字体系列属性

            font、font-family、font-weight、font-size、font-style 等

    2、文本系列属性

            text-indent、 color、text-align、line-height、word-spacing 等

    3、元素可见性:visibility

    4、光标属性:cursor

    5、列表布局属性:list-style

    相关文章

      网友评论

          本文标题:总结:CSS中那些能不能被继承的属性

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