...
|
...
|
@@ -9,12 +9,11 @@ |
|
|
}
|
|
|
|
|
|
.goods {
|
|
|
width: 984px;
|
|
|
height: 241px;
|
|
|
margin: 30px 0;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
|
|
|
.good {
|
|
|
float: left;
|
|
|
margin-right: 14px;
|
...
|
...
|
@@ -49,6 +48,14 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
@media (min-width: 1180px) {
|
|
|
.latest-walk {
|
|
|
.goods {
|
|
|
min-width: 984px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media (max-width: 1180px) {
|
|
|
.latest-walk {
|
|
|
.goods {
|
...
|
...
|
@@ -65,4 +72,4 @@ |
|
|
height: 261px;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|