Commit c9464a75 authored by youjie's avatar youjie

no message

parent ec1bca05
......@@ -163,11 +163,11 @@ export default {
}
.MenuListLi{
height: 14rem;
margin-top: 2rem;
margin-top: 3rem;
}
.MenuListItem{
position: absolute;
bottom: -4.5rem;
bottom: -3.5rem;
left: 10px;
opacity: 0;
transition: .4s;
......@@ -199,7 +199,7 @@ export default {
.MenuListLi.active .SubMenuListBox{
position: absolute;
z-index: 999;
height: 19.5rem;
height: 18.5rem;
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