<!-- 矿池锁仓页面 -->
|
<template>
|
<div>
|
<div style="background-color: #111214">
|
<!-- <div class="miner-background"></div> -->
|
<div class="router-view">
|
<section class="container">
|
<section class="header">
|
<p class="header-title">質押</p>
|
<button aria-disabled="false" type="button" class="el-button header-btn">
|
<i class="el-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
|
<path fill="currentColor"
|
d="M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z">
|
</path>
|
</svg></i>
|
<span class="" @click="goRouter('/pledgeRecord')">質押記錄</span>
|
</button>
|
</section>
|
<section class="content">
|
<p class="content-subtitle">挖礦賺不停</p>
|
<p class="content-desc">鎖倉挖礦是通過將USDT託管給平台超算力礦機在平台礦池中進行的挖礦收益</p>
|
<p class="content-subtitle">產品亮點</p>
|
<div class="plane">
|
<div class="plane-info">
|
<p class="plane-info__title">隨存隨取</p>
|
<p class="plane-info__desc">派息週期</p>
|
</div>
|
<div class="plane-info">
|
<p class="plane-info__title">每日下發</p>
|
<p class="plane-info__desc">活期利息</p>
|
</div>
|
</div>
|
|
<p class="content-subtitle">專案介紹</p>
|
<p class="content-desc">
|
<span>1. 以太坊是一個去中心化的開源區塊鏈系統,擁有自己的數位貨幣Ether.ETH 作為許多其他數位硬幣的平台,以及用於執行去中心化智能合約的平台 。</span>
|
<span>2. 我們採取與硬體礦業公司合作的形式,推出網路挖礦收益產品。</span>
|
<span>3. 質押您的USDT,我們將使用等值的ETH參與實體機挖礦。</span>
|
<span>4. 本產品將參與投資指定Al礦機並分享分紅。</span>
|
<div class="content-desc">
|
<p class="title1">舉例</p>
|
<span>會員在平台上進行鎖倉挖礦10000U。選擇了週期為1天,日產出為鎖倉金額的0.3%的理財產品,則每日產出如下:10000U*0.3%
|
=30U即1天後可獲得30U的收益,收益每日下發,鎖倉結束可隨時訪問,鎖倉挖礦本金到期後,本金自動轉入您的資產帳戶</span>
|
<p class="title1">專案規則</p>
|
<span>1. 活動期間質押的USDT將計入持有快照的計算。</span>
|
<span>2. 已質押的USDT將在活動結束時自動終止。</span>
|
<span>3. 收益率為預估值,請以實際收到的金額為準。</span>
|
<span>4. 收益將在24小時後分配到您的兌換帳戶。</span>
|
<span>5. 如需提前結束活動,請聯絡客服。</span>
|
</div>
|
</p>
|
|
</section>
|
<section class="list-container">
|
<ul class="list"></ul>
|
</section><!---->
|
</section>
|
</div>
|
</div>
|
<footer-view></footer-view>
|
</div>
|
</template>
|
|
<script>
|
export default {
|
data() {
|
return {
|
language: "zh-CN",
|
};
|
},
|
methods: {
|
goRouter(parmas) {
|
this.$router.push(parmas);
|
},
|
},
|
};
|
</script>
|
|
<style scoped>
|
@import url(./wealth.css);
|
|
.el-table>>>.el-table thead {
|
font-size: 15px !important;
|
}
|
|
/* .en-btn-style{
|
position: relative;
|
top:30px;
|
} */
|
input[type="checkbox"] {
|
border: 1px solid #ffffff;
|
}
|
|
.css-search-3 {
|
background-color: #111214;
|
}
|
|
/* 改变表格背景颜色 */
|
/deep/ .el-table__cell {
|
background: #111214 !important;
|
/* 你想要的颜色 */
|
}
|
|
.collapse {
|
border-top: none;
|
border-bottom-color: #111214;
|
}
|
|
/deep/ .el-collapse-item__header {
|
background-color: #111214;
|
color: white;
|
}
|
|
/deep/ .el-collapse-item__content {
|
font-size: 15px;
|
background-color: #111214;
|
color: rgb(185, 185, 185);
|
}
|
|
/deep/ .el-table__empty-block {
|
background-color: #111214;
|
}
|
|
.css-search-3 input {
|
color: #fff;
|
font-size: 14px;
|
}
|
|
.router-view {
|
flex: 1;
|
background-color: #000;
|
}
|
|
.container {
|
background-color: #000;
|
width: 1232px;
|
padding: 24px 16px 16px;
|
margin: auto;
|
|
.list {
|
display: flex;
|
flex-wrap: wrap;
|
color: #fff;
|
}
|
}
|
|
.header {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 80px;
|
margin-bottom: 16px;
|
|
.header-title {
|
font-size: 36px;
|
color: #fff;
|
}
|
|
.header-btn {
|
min-width: 114px;
|
line-height: 40px;
|
height: 40px;
|
font-size: 16px;
|
background-color: transparent;
|
border: 1px solid #fff;
|
color: #fff;
|
}
|
|
.el-button [class*=el-icon]+span {
|
margin-left: 6px;
|
}
|
|
.el-button>span {
|
align-items: center;
|
display: inline-flex;
|
}
|
}
|
|
.content {
|
color: #fff;
|
padding: 24px 0;
|
|
.content-subtitle {
|
font-size: 20px;
|
font-weight: 600;
|
line-height: 28px;
|
margin-bottom: 12px;
|
margin-top: 24px;
|
}
|
|
.plane {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
|
.plane-info {
|
flex: 1 0 49%;
|
max-width: 500px;
|
padding: 16px;
|
box-sizing: border-box;
|
border-radius: 12px;
|
background-color: #1e2129;
|
text-align: center;
|
}
|
|
.plane-info__title {
|
font-size: 24px;
|
line-height: 32px;
|
color: #f7b328;
|
}
|
|
.plane-info__desc {
|
color: #ececec;
|
line-height: 24px;
|
}
|
}
|
|
.content-subtitle {
|
font-size: 20px;
|
font-weight: 600;
|
line-height: 28px;
|
margin-bottom: 12px;
|
margin-top: 24px;
|
}
|
|
|
}
|
|
.content-desc {
|
font-size: 14px;
|
color: #989898;
|
}
|
</style>
|