Commit c9464a75 authored by youjie's avatar youjie

no message

parent ec1bca05
...@@ -163,11 +163,11 @@ export default { ...@@ -163,11 +163,11 @@ export default {
} }
.MenuListLi{ .MenuListLi{
height: 14rem; height: 14rem;
margin-top: 2rem; margin-top: 3rem;
} }
.MenuListItem{ .MenuListItem{
position: absolute; position: absolute;
bottom: -4.5rem; bottom: -3.5rem;
left: 10px; left: 10px;
opacity: 0; opacity: 0;
transition: .4s; transition: .4s;
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ export default {
.MenuListLi.active .SubMenuListBox{ .MenuListLi.active .SubMenuListBox{
position: absolute; position: absolute;
z-index: 999; z-index: 999;
height: 19.5rem; height: 18.5rem;
opacity: 1; opacity: 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment