|
@@ -8,12 +8,12 @@
|
|
|
<div class="goods_info flex_col">
|
|
<div class="goods_info flex_col">
|
|
|
<img :src="product.thum" alt="" />
|
|
<img :src="product.thum" alt="" />
|
|
|
<span class="goods_info_title">{{ product.title }}</span>
|
|
<span class="goods_info_title">{{ product.title }}</span>
|
|
|
- <div class="flex">
|
|
|
|
|
- <div class="">
|
|
|
|
|
|
|
+ <div class="flex jsb">
|
|
|
|
|
+ <div class="flex_col">
|
|
|
<span class="key">APY:</span>
|
|
<span class="key">APY:</span>
|
|
|
<span class="value_2">{{ Math.round(Number(product.income_reta) * 100 * 100) / 100 || 0 }}</span>
|
|
<span class="value_2">{{ Math.round(Number(product.income_reta) * 100 * 100) / 100 || 0 }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="">
|
|
|
|
|
|
|
+ <div class="flex_col">
|
|
|
<span class="key">{{ $t('lang478') }}:</span>
|
|
<span class="key">{{ $t('lang478') }}:</span>
|
|
|
<span class="value_1">{{ product.day_num || 0 }}</span>
|
|
<span class="value_1">{{ product.day_num || 0 }}</span>
|
|
|
</div>
|
|
</div>
|
|
@@ -274,7 +274,7 @@ export default {
|
|
|
color: #ed5111;
|
|
color: #ed5111;
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
- padding-right: 50px;
|
|
|
|
|
|
|
+ // padding-right: 50px;
|
|
|
}
|
|
}
|
|
|
.key {
|
|
.key {
|
|
|
color: #4b4b4b;
|
|
color: #4b4b4b;
|