Z-index怎么都没用啊,所有百度说的可能情况都试过了

<html>

<head>

<style type="text/css">

*{

padding: 0;

margin: 0;

}

 body :first-child{

 position: absolute;

left: 200px;

width: 100px;

height: 100px;

top: 200px;

background-color: blue;

 }

  body :empty{

 position: absolute;

left: 200px;

width: 100px;

height: 100px;

top: 200px;

background-color: red;

z-index: 50px

 }

  body :last-child{

 position: absolute;

left: 200px;

width: 100px;

height: 100px;

top: 200px;

background-color: green;

 }

</style>

</head>

<body>

  <div>1</div>

  <div></div>

  <div>2</div>

</body>

</html>

chrome F12显示这样

http://img.mukewang.com/5711ef670001e80602840145.jpg

Sprash
浏览 1562回答 3
3回答

GlaDoss

z-index没有单位px

乱舞的旋律

z-index 是表示显示层, px是像素,没有单位啊!!

卡迪亚兹

你把鼠标放在chrome提示上面,会告诉你无效的值。证明z-index没有单位。
打开App,查看更多内容
随时随地看视频慕课网APP