This commit is contained in:
qianguyihao
2018-01-11 21:29:37 +08:00
parent 41c1ac6302
commit 7d7eadf3ff
4 changed files with 9 additions and 15 deletions

View File

@@ -300,6 +300,8 @@ ul li{
## 定位属性(position,float,overflow,z-index)
> 这一段涉及到**浮动**的知识,我们在[浮动]()这篇文章中会专门讲解。本段只做简单介绍。
在讲之前,有个概念叫顺序流,需要强调一下。
<font color="#0000FF">**顺序流**</font>:所有的标签的初始排列顺序就称为顺序流。