Commit a65d1fe1 by 王东红

代码优化

parent 7cb63de8
......@@ -1005,10 +1005,10 @@ footer{
}
@media(min-width: 640px){
.page-header .minicart-wrapper{
top:55px;
top:52px;
}
.page-header .dropdown.options{
top:55px;
top:52px;
}
}
.navigation-wrapper{
......
......@@ -38,7 +38,7 @@
}
$('li.parent > ul', this.element).hide();
$('li.parent.nav-1', this.element)
$('li.nav-1', this.element)
.children('a')
.filter(function () {
return $(this).children('.ui-icon-1').length === 0;
......
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