欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 健康 > 美食 > CSS all 属性

CSS all 属性

2025/1/24 5:29:06 来源:https://blog.csdn.net/geng1025/article/details/145293977  浏览:    关键词:CSS all 属性

定义和用法

all 属性将除 unicode-bidi 和 direction 之外的所有属性重置为其初始值或继承的值。

实例

将应用于元素或元素父元素的所有属性更改为其初始值:

<!DOCTYPE html>
<html>
<head>
<style> 
html {font-size: small;color: blue;
}#ex1 {background-color: yellow;color: red;
}#ex2 {background-color: yellow;color: red;all: inherit;
}#ex3 {background-color: yellow;color: red;all: initial;
}#ex4 {background-color: yellow;color: red;all: unset;
}
</style>
</head>
<body><p>未设置 all 属性:</p>
<div id="ex1">Shanghai is one of the four direct-administered municipalities of the People's Republic of China. Welcome to Shanghai!</div><p>all: inherit:</p>
<div id="ex2">Shanghai is one of the four direct-administered municipalities of the People's Republic of China. Welcome to Shanghai!</div><p>all: initial:</p>
<div id="ex3">Shanghai is one of the four direct-administered municipalities of the People's Republic of China. Welcome to Shanghai!</div><p>all: unset:</p>
<div id="ex4">Shanghai is one of the four direct-administered municipalities of the People's Republic of China. Welcome to Shanghai!</div></body>
</html>

CSS 语法

all: initial|inherit|unset;

 属性值

描述
initial将此属性设置为其默认值。
inherit从其父元素继承此属性。
unset如果可继承,则将应用于元素或元素父元素的所有属性更改为其父值,否则将其更改为初始值。

技术细节

默认值:none
继承:
动画制作:不支持。
版本:CSS3
JavaScript 语法:object.style.all="initial"

浏览器支持

表格中的数字注明了完全支持该属性的首个浏览器版本。

ChromeEdgeFirefoxSafariOpera
ChromeIE / EdgeFirefoxSafariOpera
37.079.027.09.124.0

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com