1 父层: position:relative;2 子层: position:absolute;top: *px; left: *px;备注:如果只设置了子层的绝对定位,而没有对父层定位方式做说明,则是相对于整个页面的定位。