Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

一.相对定位 position:relative 根据自身位置偏移 不脱标,占位即位置改变后原来的位置区域保留 设置相对定位的标签显示模式不变如:div 设置完相对定位后仍是块级 12345div{ position:relative; top:100px; left:100px} 二.绝对定位 position:absolute 参照最近的父级元素定位 脱标,不占位,...

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu...