Authored by 陈轩

fix

... ... @@ -42,13 +42,9 @@
.title {
background: #fff;
font-size: 42px;
line-height: 43px;
line-height: 1.2;
font-weight: 700;
padding: 30px;
a {
height: 86px;
}
}
.editorial-des {
... ...
... ... @@ -17,7 +17,7 @@
<div class="price">
&yen;{{product.lastPrice}}
<p class="num">
x{{product.num || 1}}
x1
</p>
</div>
</div>
... ...