From 09304a2bc41c206fc121a5312d3c27b6b5236c5c Mon Sep 17 00:00:00 2001 From: jimmyxuexue <1002661758@qq.com> Date: Tue, 31 Oct 2023 15:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=20:memo:=20=E5=B1=82=E7=BA=A7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...02\347\272\247\351\227\256\351\242\230.md" | 237 ++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 "docs/front-end-case/css\346\230\223\351\224\231\347\202\271/z-index\345\261\202\347\272\247\351\227\256\351\242\230.md" diff --git "a/docs/front-end-case/css\346\230\223\351\224\231\347\202\271/z-index\345\261\202\347\272\247\351\227\256\351\242\230.md" "b/docs/front-end-case/css\346\230\223\351\224\231\347\202\271/z-index\345\261\202\347\272\247\351\227\256\351\242\230.md" new file mode 100644 index 0000000..57f7db9 --- /dev/null +++ "b/docs/front-end-case/css\346\230\223\351\224\231\347\202\271/z-index\345\261\202\347\272\247\351\227\256\351\242\230.md" @@ -0,0 +1,237 @@ +# z-index 层级问题 + +这篇文章用来记录一个比较常见的z-index的问题,不知道大家在开发过程中是否遇到过,一个定位元素,无论我z-index设置的最高,哪怕设置了1000000都无法出现在页面上(原因不是因为有别的值设置的比他高),这篇文章我们来完整的过一遍这块的知识! + +## 常规结构&层级 + +看一段最简单的html结构代码: + +```html + + +
+ + +