_goods.css
412 Bytes
.goods-info {
width: 274px;
margin-right: 18px;
.thumb {
width: 100%;
height: 366px;
}
.desc {
text-align: center;
}
.name {
font-size: 14px;
line-height: 50px;
display: block;
margin-top: -2px;
}
.price {
font-size: 16px;
font-weight: bold;
display: block;
margin-top: -2px;
}
}