5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-23 e9fcfc26a37a207f74372483fd93efedd89dc85e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!-- 矿池锁仓页面 -->
<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>