From 9c9b59e4e7012bd864904c6f5288e1eee044b7a8 Mon Sep 17 00:00:00 2001 From: Wang Pengfei <13671619364@sina.cn> Date: Mon, 7 Mar 2022 21:01:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/005 继承.md | 2 +- chapters/007 尺寸单位.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/005 继承.md b/chapters/005 继承.md index 48ad264..bb951ef 100644 --- a/chapters/005 继承.md +++ b/chapters/005 继承.md @@ -1,6 +1,6 @@ # 继承 -*某些css属性,如果你不显示设置它的值,那么它的值会从父节点继承。本节内容将会讲述继承是如何工作的,怎么去利用这一特性。* +*某些css属性,如果你不显式设置它的值,那么它的值会从父节点继承。本节内容将会讲述继承是如何工作的,怎么去利用这一特性。* ## 一. 继承流 diff --git a/chapters/007 尺寸单位.md b/chapters/007 尺寸单位.md index 6606731..851c5ad 100644 --- a/chapters/007 尺寸单位.md +++ b/chapters/007 尺寸单位.md @@ -26,7 +26,7 @@ p { 数字还可以使用在以下几种情形: -- filte: `filter: speia(0.5)`, 给元素添加一个50%的褐色滤镜。 +- filter: `filter: speia(0.5)`, 给元素添加一个50%的褐色滤镜。 - opacity: `opacity: 0.5`, 50%不透明度。 - color: `rgb(50, 50, 50)`, 分别设置r、g、b的颜色值,允许范围为0-255。 - transform: `transform: scale(1.2)`, 将元素放大1.2倍。