Authored by 毕凯

更新人民币符合,加价购价格样式

... ... @@ -80,7 +80,7 @@
}
.price {
margin-left: 10rem / $pxConvertRem;
// margin-left: 10rem / $pxConvertRem;
font-size: 24rem / $pxConvertRem;
color: #f1545b;
... ...
... ... @@ -6,13 +6,9 @@
<div class="deps">
<p class="name row">{{name}}</p>
<p class="row">
<span class="price">
¥{{#if price}}{{price}}{{else}}{{marketPrice}}{{/if}}
</span>
<span class="price">&yen;{{#if price}}{{price}}{{else}}{{marketPrice}}{{/if}}</span>
{{#if price}}
<span class="price market-price">
¥{{marketPrice}}
</span>
<span class="price market-price">&yen;{{marketPrice}}</span>
{{/if}}
<span class="count">
×{{count}}
... ...