Authored by 毕凯

加价购选择 button 改 span

... ... @@ -105,6 +105,8 @@
right: 20rem / $pxConvertRem;
top: 71rem / $pxConvertRem;
font-size: 26rem / $pxConvertRem;
line-height: 58rem / $pxConvertRem;
text-align: center;
}
.title {
... ...
... ... @@ -11,7 +11,7 @@
<span class="price market-price">&yen;{{marketPrice}}</span>
{{/if}}
</p>
<button class="chose">选择</button>
<span class="chose">选择</span>
</div>
... ...