CSS 中哪些属性可继承,哪些不可以?(必会)
能继承的属性
1.字体系列属性:font、font-family、font-weight、font-size、font-style;
2.文本系列属性:
(2.1)内联元素:color、line-height、word-spacing、letter-spacing、text-transform;
(2.2)块级元素:text-indent、text-align;
3.元素可见性:visibility
4.表格布局属性:caption-side、border-collapse、border-spacing、empty-cells、table-layout;
5.列表布局属性:list-style
不能继承的属性
1.display:规定元素应该生成的框的类型;
2.文本属性:vertical-align、text-decoration;
3.盒子模型的属性:width、height、margin 、border、padding;
4.背景属性:background、background-color、background-image;
5.定位属性:float、clear、position、top、right、bottom、left、min-width、
min-height、max-width、max-height、overflow、clip;
相关推荐
-
nginx 解决 readv() failed (104: Connection reset by peer)
nginx 解决 readv() failed (104: Connection reset by peer)2025-04-06 01:44:48 -
「Nginx」-Nginx location 匹配规则详解2025-04-06 01:02:51
-
nginx 配置$Query String $args 根据条件proxy_pass
nginx 配置$Query String $args 根据条件proxy_pass2025-04-06 00:52:55 -
Docker部署Nginx+Flask+Mongo的应用介绍
Docker部署Nginx+Flask+Mongo的应用介绍2025-04-06 00:21:40 -
你知道PHP协程是什么吗?2025-04-06 00:01:03