...
|
...
|
@@ -200,6 +200,12 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.goods-consults {
|
|
|
overflow: hidden;
|
|
|
padding: 0;
|
|
|
background: none;
|
|
|
}
|
|
|
|
|
|
.goods-consults .customer-consults .consult-item {
|
|
|
@mixin consult-item ;
|
|
|
|
...
|
...
|
@@ -207,12 +213,6 @@ |
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
.goods-consults {
|
|
|
overflow: hidden;
|
|
|
padding: 0;
|
|
|
background: none;
|
|
|
}
|
|
|
|
|
|
.readmore {
|
|
|
display: block;
|
|
|
height: 88px;
|
...
|
...
|
|