html 中的元素(element)的 CSS 属性- position 的 absolute 定位时,其坐标是相对于谁的?即 absolute 的坐标原点在哪里?是其父元素的左上角吗?不一定,确切的说,应该是其最近的祖先中 position 属性不是 static 的那个元素的左上角。