Bootstrap

两个div重叠显示

两个div重叠显示

想要将兄弟div元素进行重叠 将父元素position设置为relative,子元素position设置为absolute

使用z-index设置谁显示在上层、谁显示在下层

;