|
|
@ -1,9 +1,10 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="subscride-page"> |
|
|
<div class="subscride-page"> |
|
|
<!-- 表单 --> |
|
|
<!-- 表单 --> |
|
|
<div class="container panel my-4 p-5 rounded shadow-sm bg-panel-n"> |
|
|
<div class="container panel my-4 p-5 rounded purchase-bg"> |
|
|
<div class="row"> |
|
|
<div style="display: flex;justify-content: center;"> |
|
|
<div class="col-6"> |
|
|
<img src="../../assets/img/img-buy-hold-lg.png" alt="" style="margin-right: 100px;margin-left: -50px;height: 240px;"> |
|
|
|
|
|
<div class="col-3"> |
|
|
<div class="h3 mb-3">{{ detail.coin_name }}</div> |
|
|
<div class="h3 mb-3">{{ detail.coin_name }}</div> |
|
|
<div class>{{ $t("purchase.sendPrice") }}</div> |
|
|
<div class>{{ $t("purchase.sendPrice") }}</div> |
|
|
<div class="price fn-20 yellow-a"> |
|
|
<div class="price fn-20 yellow-a"> |
|
|
@ -12,41 +13,45 @@ |
|
|
USDT |
|
|
USDT |
|
|
</div> |
|
|
</div> |
|
|
<ul> |
|
|
<ul> |
|
|
<li class="mt-3"> |
|
|
<li class="mt-3 d-flex justify-content-between"> |
|
|
<div class="label text-secondary"> |
|
|
<div class="label text-secondary"> |
|
|
{{ $t("purchase.subscriptionCurrency") }} |
|
|
{{ $t("purchase.subscriptionCurrency") }} |
|
|
</div> |
|
|
</div> |
|
|
<div class="txt">{{ detail.subscribe_currency }}</div> |
|
|
<div class="txt">{{ detail.subscribe_currency || '---' }}</div> |
|
|
</li> |
|
|
</li> |
|
|
<li class="mt-3"> |
|
|
<li class="mt-3 d-flex justify-content-between"> |
|
|
<div class="label text-secondary"> |
|
|
<div class="label text-secondary"> |
|
|
{{ $t("purchase.expected") }} |
|
|
{{ $t("purchase.expected") }} |
|
|
</div> |
|
|
</div> |
|
|
<div class="txt"> |
|
|
<div class="txt"> |
|
|
{{ parseTime(detail.expected_time_online) }} |
|
|
{{ parseTime(detail.expected_time_online) || '---' }} |
|
|
</div> |
|
|
</div> |
|
|
</li> |
|
|
</li> |
|
|
<li class="mt-3"> |
|
|
<li class="mt-3 d-flex justify-content-between"> |
|
|
<div class="label text-secondary"> |
|
|
<div class="label text-secondary"> |
|
|
{{ $t("purchase.startTime") }} |
|
|
{{ $t("purchase.startTime") }} |
|
|
</div> |
|
|
</div> |
|
|
<div class="txt"> |
|
|
<div class="txt"> |
|
|
{{ parseTime(detail.start_subscription_time) }} |
|
|
{{ parseTime(detail.start_subscription_time) || '---' }} |
|
|
</div> |
|
|
</div> |
|
|
</li> |
|
|
</li> |
|
|
<li class="mt-3"> |
|
|
<li class="mt-3 d-flex justify-content-between"> |
|
|
<div class="label text-secondary"> |
|
|
<div class="label text-secondary"> |
|
|
{{ $t("purchase.applyForPurchase") }} |
|
|
{{ $t("purchase.applyForPurchase") }} |
|
|
</div> |
|
|
</div> |
|
|
<div class="txt"> |
|
|
<div class="txt"> |
|
|
{{ parseTime(detail.end_subscription_time) }} |
|
|
{{ parseTime(detail.end_subscription_time) || '---' }} |
|
|
</div> |
|
|
</div> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
|
|
|
class="col-6 d-flex flex-column justify-content-end align-items-start" |
|
|
</div> |
|
|
> |
|
|
</div> |
|
|
|
|
|
<div style="font-size: 20px;font-weight: bold;text-align: center;color: #000;padding-top: 1rem;">{{ $t("purchase.subscribe") }}</div> |
|
|
|
|
|
<div class="container panel my-4 px-4 pt-4 pb-5 rounded shadow-sm" |
|
|
|
|
|
style="display: flex;justify-content: center;width: 35%;"> |
|
|
|
|
|
<div class="col-12 d-flex flex-column justify-content-end align-items-start"> |
|
|
<div class="input-group mb-3"> |
|
|
<div class="input-group mb-3"> |
|
|
<div class="input-group-prepend"> |
|
|
<div class="input-group-prepend"> |
|
|
<el-dropdown> |
|
|
<el-dropdown> |
|
|
@ -114,7 +119,7 @@ |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<!-- 进度 --> |
|
|
<!-- 进度 --> |
|
|
<div v-if="activityList[0].amount" class="container panel my-4 px-4 pt-4 pb-5 rounded shadow-sm bg-panel-n"> |
|
|
<div v-if="activityList[0].amount" class="container panel my-4 px-4 pt-4 pb-5 rounded shadow-sm bg-panel-n"> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
@ -477,4 +482,9 @@ export default { |
|
|
margin-top: 0; |
|
|
margin-top: 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.purchase-bg{ |
|
|
|
|
|
background: url('../../assets/img/purchase-bg.jpg'); |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
max-width: none; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|