master
Lee 2022-01-11 09:53:23 +08:00
parent 8a01ede056
commit 3a55c9b472
1 changed files with 13 additions and 1 deletions

View File

@ -147,6 +147,7 @@ textarea {
font-size: 15px; font-size: 15px;
height: 62px; height: 62px;
position: relative; position: relative;
z-index: 2;
} }
.head .nav li>a{ .head .nav li>a{
display: block; display: block;
@ -169,7 +170,7 @@ textarea {
position: absolute; position: absolute;
left: -112px; left: -112px;
top: 62px; top: 62px;
z-index: 9; z-index: 99;
transition: all .4s; transition: all .4s;
overflow: hidden; overflow: hidden;
} }
@ -181,6 +182,17 @@ textarea {
transition: all .4s; 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{ .sub-nav .sub-nav-list{
width: 300px; width: 300px;
border-left: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9;