...
|
...
|
@@ -400,13 +400,20 @@ |
|
|
margin-top: 16px;
|
|
|
line-height: 1.5;
|
|
|
display: block;
|
|
|
text-align: center;
|
|
|
text-align: left;
|
|
|
font-weight: 600;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.good-detail-text .brand a {
|
|
|
display: block;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.good-detail-text > .price {
|
|
|
margin-top: 5px;
|
|
|
text-align: center;
|
...
|
...
|
|