如何使用纯 JS 检索容器相对于父级的偏移量?
element.offsetLeft并element.offsetTop给出一个元素相对于它的位置offsetParent(它是最近的父元素,位置为relativeor absolute。)
element.offsetLeft
element.offsetTop
offsetParent
relative
absolute