修改所有元素或其父元素的属性为初始值:
div { background-color: yellow; color: red; all: initial;}
all 属性用于重置所有属性,除了 unicode-bidi 和 direction。
The numbers in the table specify the first browser version that fully supports the property.
表格中的数字表示支持该属性的浏览器最低版本号。
all: initial|inherit|unset;