Skip to content

Commit

Permalink
Update files/zh-cn/web/css/containing_block/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
YieldRay and yin1999 authored Nov 5, 2023
1 parent f8c225a commit 8114042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/web/css/containing_block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ slug: Web/CSS/Containing_block

如上所述,当某些属性被赋予一个百分比值时,它的计算值取决于这个元素的包含块。以这种方式工作的属性包括盒模型属性和偏移属性:

1. {{cssxref("height")}} {{cssxref("top")}} 及 {{cssxref("bottom")}} 属性根据包含块的 `height` 计算百分比值。
2. {{cssxref("width")}}, {{cssxref("left")}}, {{cssxref("right")}}, {{cssxref("padding")}}, {{cssxref("margin")}} 属性根据包含块的 `width` 计算百分比值。
1. {{cssxref("height")}}{{cssxref("top")}} 及 {{cssxref("bottom")}} 属性根据包含块的 `height` 计算百分比值。
2. {{cssxref("width")}}{{cssxref("left")}}{{cssxref("right")}}{{cssxref("padding")}} {{cssxref("margin")}} 属性根据包含块的 `width` 计算百分比值。

> **备注:** 一个**块容器** (比如 inline-block、block 或 list-item 元素)要么只包含参与内联格式化上下文的内联级别盒子,要么只包含参与块格式化上下文的块级别盒子。只有包含块级或内联级别盒子的元素才是块容器。
Expand Down

0 comments on commit 8114042

Please sign in to comment.