我现在拥有的是这个页面。
我希望部分标题栏“雇主信息”比它自然宽 40 像素,脱离其父级,如图所示。
到目前为止,我尝试过:
.content form ol {
position: relative;
z-index: 50;
}
.content form ol .section {
position: absolute;
left: -20px;
width: 110%;
z-index: 100;
}
并尝试了其他几个父元素位置:相对,但它从来没有奏效。
任何的想法?谢谢!