Authored by 郭成尧

'商品名称三行'

... ... @@ -95,13 +95,17 @@
.good-detail-text {
.name a {
display: block;
margin: 15px 0 10px;
min-height: 50px;
color: #444;
font-size: 22px;
line-height: 30px;
padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */
display: -webkit-box;
overflow: hidden;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.price {
line-height: 22px;
... ...