From 3a55c9b47219cc9b3ead87881bd6f0ef24a9b873 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Tue, 11 Jan 2022 09:53:23 +0800 Subject: [PATCH] 01.11 --- css/base.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index 3f17c61..9f8e9d2 100644 --- a/css/base.css +++ b/css/base.css @@ -147,6 +147,7 @@ textarea { font-size: 15px; height: 62px; position: relative; + z-index: 2; } .head .nav li>a{ display: block; @@ -169,7 +170,7 @@ textarea { position: absolute; left: -112px; top: 62px; - z-index: 9; + z-index: 99; transition: all .4s; overflow: hidden; } @@ -181,6 +182,17 @@ textarea { transition: all .4s; } +.nav-bg.wap-show{ + display: none; + position: fixed; + left: 0; + top: 62px; + width: 100%; + height: calc(100vh - 62px); + background-color: rgba(0,0,0,0.5); + z-index: 1; +} + .sub-nav .sub-nav-list{ width: 300px; border-left: 1px solid #d9d9d9;