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

2018-12-13  本文已影响0人  Cee_1997

        今天来总结一点关于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

上一篇 下一篇

猜你喜欢

热点阅读