Skip to content

Commit

Permalink
Update files/zh-cn/web/css/align-items/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
nygmaaa and jasonren0403 authored Oct 20, 2023
1 parent b1fd7cb commit 331bf90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/zh-cn/web/css/align-items/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ align-items: unset;

- : 这个关键字的效果取决于我们处在什么布局模式中:

- 在绝对定位的布局中,对于*被替代*的绝对定位盒子,这个效果和 `start` 的效果的一样;对于*其他所有*绝对定位的盒子,这个效果和 `stretch` 的效果一样
- 在绝对定位布局的静态位置上,效果和 `stretch` 一样
- 对于那些 flex 元素而言,效果和 `stretch` 一样
- 在绝对定位的布局中,对于*被替代*的绝对定位盒子,行为与 `start` 类似;对于*其他所有*绝对定位的盒子,行为与 `stretch` 类似
- 在绝对定位布局的静态位置上,行为与 `stretch` 类似
- 对于那些 flex 元素而言,行为与 `stretch` 类似
- 对于那些 grid 元素而言,行为与 `stretch` 类似,但对于具有长宽比或固有尺寸的盒子,其行为与 `start` 类似。
- 这个属性不适用于块级盒子和表格。

Expand Down

0 comments on commit 331bf90

Please sign in to comment.