Authored by 沈志敏

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

@@ -42,13 +42,9 @@ @@ -42,13 +42,9 @@
42 .title { 42 .title {
43 background: #fff; 43 background: #fff;
44 font-size: 42px; 44 font-size: 42px;
45 - line-height: 43px; 45 + line-height: 1.2;
46 font-weight: 700; 46 font-weight: 700;
47 padding: 30px; 47 padding: 30px;
48 -  
49 - a {  
50 - height: 86px;  
51 - }  
52 } 48 }
53 49
54 .editorial-des { 50 .editorial-des {
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 <div class="price"> 17 <div class="price">
18 &yen;{{product.lastPrice}} 18 &yen;{{product.lastPrice}}
19 <p class="num"> 19 <p class="num">
20 - x{{product.num || 1}} 20 + x1
21 </p> 21 </p>
22 </div> 22 </div>
23 </div> 23 </div>