Authored by zhangxiaoru

brand

... ... @@ -69,3 +69,5 @@ $('.brand-tabs').each(function() {
$('.category-nav').find('.' + tab).hide();
}
});
... ...
... ... @@ -90,6 +90,7 @@
}
dd {
width: 1180px;
li {
float: left;
... ... @@ -101,9 +102,9 @@
margin-top: 20px;
}
li:nth-child(4n) {
/* li:nth-child(4n) {
margin-right: 0;
}
}*/
li:nth-child(-n+4) {
margin-top: 0;
... ...