fix error

This commit is contained in:
rulingcom 2021-10-14 06:25:04 +00:00
parent 88a21f20b4
commit 183e6fcbb3
1 changed files with 3 additions and 1 deletions

View File

@ -219,6 +219,7 @@
.modules-menu-level-1 {
display: block;
opacity: 1;
visibility: visible;
left: 15px;
transition:opacity .5s .3s;
}
@ -268,6 +269,7 @@
top:43px;
left: -10000px;
opacity: 0;
visibility: hidden;
transition:opacity .5s,left 0s .5s;
margin-top: 0.2rem;
&:before {
@ -403,4 +405,4 @@
display: block;
}
}
}
}