.box{ z-index:-1; # 在水平线下 z-index: 0; # 调整position定位属性的元素的层级,0是初始值 z-index:1; # 高水平线 /* 只能用在有position定位属性的元素里 */ }