Authored by xuqi

latest walk 1180

... ... @@ -10,7 +10,9 @@
.goods {
width: 984px;
height: 241px;
margin: 30px 0;
overflow: hidden;
}
.good {
... ... @@ -45,4 +47,22 @@
color: #000;
font-weight: bold;
}
}
@media (max-width: 1180px) {
.latest-walk {
.goods {
width: 820px;
height: 301px;
}
.good {
margin-right: 10px;
}
img {
width: 195px;
height: 261px;
}
}
}
\ No newline at end of file
... ...