Authored by 梁志锋

Merge remote-tracking branch 'remotes/origin/hotfix/goodsRow'

... ... @@ -96,15 +96,12 @@
.good-detail-text {
.name a {
display: block;
min-height: 60px;
/* line-height: 29px;*/
/*overflow: hidden;*/
/* white-space: nowrap;
text-overflow: ellipsis;
text-decoration: none;*/
font-size: 22px;
margin: 15px 0 10px;
min-height: 50px;
color: #444;
margin: 20px 0;
font-size: 22px;
line-height: 30px;
padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */
}
.price {
line-height: 22px;
... ...