...
|
...
|
@@ -102,9 +102,9 @@ export default { |
|
|
height: 180px;
|
|
|
width: 580px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #f0f0f0;
|
|
|
display: inline-block;
|
|
|
white-space: initial;
|
|
|
overflow: hidden;
|
|
|
|
|
|
&:last-child {
|
|
|
margin-right: 50px;
|
...
|
...
|
@@ -120,12 +120,12 @@ export default { |
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
border: 1px solid #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.product-image {
|
|
|
width: 136px;
|
|
|
height: 180px;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.product-info {
|
...
|
...
|
@@ -167,6 +167,7 @@ export default { |
|
|
align-items: center;
|
|
|
color: #fff;
|
|
|
letter-spacing: 0.2PX;
|
|
|
margin-right: -1px;
|
|
|
}
|
|
|
|
|
|
.btn-buy {
|
...
|
...
|
|