父元素设置position: relative

子元素设置position: absolute

然后给子元素设置left和top调整位置。当然也可以用margin-top和 margin-left来调;

CSS 父元素相对位置设置

相关文章: