Files
ClassContent/历届学生/18课程/class18_2/课程/2020-12-16/笔记.txt
2024-09-27 02:06:13 +08:00

25 lines
515 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

css 定位:
相对定位
元素设置相对定位后:
不会从文档流删除(脱离),原本位置还在。
定位参考对象:参考原本位置
绝对定位
会从文档流删除(脱离),原本位置不在。
定位参考对象:
父元素有没有定位
1有定位参考元素的初始位置进行定位
2没有定位参考浏览器边框body
固定定位
会从文档流删除(脱离),原本位置不在。
定位参考对象就是浏览器窗口