Merge remote-tracking branch 'remotes/origin/hotfix/goodsRow'
Showing
1 changed file
with
5 additions
and
8 deletions
@@ -96,15 +96,12 @@ | @@ -96,15 +96,12 @@ | ||
96 | .good-detail-text { | 96 | .good-detail-text { |
97 | .name a { | 97 | .name a { |
98 | display: block; | 98 | display: block; |
99 | - min-height: 60px; | ||
100 | -/* line-height: 29px;*/ | ||
101 | - /*overflow: hidden;*/ | ||
102 | -/* white-space: nowrap; | ||
103 | - text-overflow: ellipsis; | ||
104 | - text-decoration: none;*/ | ||
105 | - font-size: 22px; | 99 | + margin: 15px 0 10px; |
100 | + min-height: 50px; | ||
106 | color: #444; | 101 | color: #444; |
107 | - margin: 20px 0; | 102 | + font-size: 22px; |
103 | + line-height: 30px; | ||
104 | + padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */ | ||
108 | } | 105 | } |
109 | .price { | 106 | .price { |
110 | line-height: 22px; | 107 | line-height: 22px; |
-
Please register or login to post a comment