diff --git a/pages/CSS/layout/z-index.uvue b/pages/CSS/layout/z-index.uvue
index 49919f8c139e4034bddfde62fe15950547b86c69..2d813648b1fff0c3821d117b33ee375bf43a618b 100644
--- a/pages/CSS/layout/z-index.uvue
+++ b/pages/CSS/layout/z-index.uvue
@@ -9,6 +9,10 @@
position: fixed
z-index: 5
+
+ position: fixed
+ z-index: -1
+
@@ -22,10 +26,6 @@
z-index: 0
-
- position: fixed
- z-index: -1
-
@@ -72,4 +72,16 @@
top: calc(var(--window-top) + 87px);
/* #endif */
}
+
+.floor {
+ background-color: chocolate;
+ /* #ifdef APP */
+ top: 250px;
+ /* #endif */
+ /* #ifdef H5 */
+ top: calc(var(--window-top) + 250px);
+ /* #endif */
+ left: 175px;
+ z-index: -1;
+}