From 3a6694a0eefe7025df329a2033cb81fb1364428c Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 9 Apr 2024 16:06:24 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=A2=9E=E5=8A=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9C=AB=E5=B0=BEz-index=E6=B5=8B=E8=AF=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/CSS/layout/z-index.uvue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pages/CSS/layout/z-index.uvue b/pages/CSS/layout/z-index.uvue index b1caf7d..19e4df9 100644 --- a/pages/CSS/layout/z-index.uvue +++ b/pages/CSS/layout/z-index.uvue @@ -27,6 +27,14 @@ z-index: 0 + + + + position: fixed + z-index: 5 + + + @@ -84,4 +92,15 @@ left: 175px; z-index: -1; } + +.popup { + /* #ifdef APP */ + top: 320px; + /* #endif */ + /* #ifdef H5 */ + top: calc(var(--window-top) + 320px); + /* #endif */ + left: 87px; + height: 40px; +} -- GitLab