Authored by 毕凯

最近浏览宽度修改

... ... @@ -9,6 +9,7 @@
}
.goods {
min-width: 984px;
height: 241px;
margin: 30px 0;
overflow: hidden;
... ... @@ -48,17 +49,10 @@
}
}
@media (min-width: 1180px) {
.latest-walk {
.goods {
min-width: 984px;
}
}
}
.min-screen .latest-walk {
.goods {
width: 820px;
min-width: 820px;
height: 301px;
}
... ...