摘要: 解释一下 position: absolute 和 position: relative 的区别: position: relative(相对定位) 不会脱离文档流 相对于元素原来的位置进行偏移 原来的位置会被保留 作为绝对定位子元素的参考点 例子: .box { position: relativ 阅读全文
posted @ 2025-04-12 22:50 十三山入秋 阅读(45) 评论(0) 推荐(0)