info.vue 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. <template>
  2. <view class="center">
  3. <view class="bg"></view>
  4. <view class="box first">
  5. <view class="top flex">
  6. <view class="top-bg"><image src="../../static/img/index4.png"></image></view>
  7. <view class="top-font">汇总数据</view>
  8. </view>
  9. <view class="title">总发行量:20亿</view>
  10. <view class="item flex">
  11. <view class="left">
  12. <view class="item-font">
  13. 流通量:
  14. <span>0000</span>
  15. </view>
  16. <view class="item-font">
  17. 持币地址数:
  18. <span>0000</span>
  19. </view>
  20. <view class="item-font">
  21. 当前质押:
  22. <span>0000</span>
  23. </view>
  24. <view class="item-font">
  25. 昨日销毁量:
  26. <span>0000</span>
  27. </view>
  28. </view>
  29. <view class="right">
  30. <view class="item-font">
  31. 当天价格:
  32. <span>0000</span>
  33. </view>
  34. <view class="item-font">
  35. 节点数:
  36. <span>0000</span>
  37. </view>
  38. <view class="item-font">
  39. 合伙人数:
  40. <span>0000</span>
  41. </view>
  42. <view class="item-font">
  43. 累计销毁量:
  44. <span>0000</span>
  45. </view>
  46. </view>
  47. </view>
  48. </view>
  49. <view class="box">
  50. <view class="top flex">
  51. <view class="top-bg"><image src="../../static/img/index4.png"></image></view>
  52. <view class="top-font">昨日经营数据</view>
  53. </view>
  54. <view class="item flex">
  55. <view class="left">
  56. <view class="item-font">拼团数:0000</view>
  57. <view class="item-font">业 绩:0000</view>
  58. <view class="item-font">参与人数:0000</view>
  59. <view class="item-font">转账手续费:0000</view>
  60. </view>
  61. <view class="right">
  62. <view class="item-font">门票数:0000</view>
  63. <view class="item-font">问票销毁数:0000</view>
  64. <view class="item-font">门票分红:0000</view>
  65. </view>
  66. </view>
  67. </view>
  68. <view class="box">
  69. <view class="top flex">
  70. <view class="top-bg"><image src="../../static/img/index4.png"></image></view>
  71. <view class="top-font">累计经营数据</view>
  72. </view>
  73. <view class="item flex">
  74. <view class="left">
  75. <view class="item-font">拼团数:0000</view>
  76. <view class="item-font">总业绩:0000</view>
  77. <view class="item-font">参与人数:0000</view>
  78. <view class="item-font">转账手续费:0000</view>
  79. <view class="item-font">转账销毁数:0000</view>
  80. </view>
  81. <view class="right">
  82. <view class="item-font">门票数:0000</view>
  83. <view class="item-font">问票销毁数:0000</view>
  84. <view class="item-font">门票分红:0000</view>
  85. </view>
  86. </view>
  87. </view>
  88. <view class="join">
  89. <view class="xian"></view>
  90. <view class="join-font">流动池数据</view>
  91. </view>
  92. <view class="tabBox">
  93. <view class="tabBox-top flex">
  94. <view class="tabBox-item one">矿池类型</view>
  95. <view class="tabBox-item two">初始量</view>
  96. <view class="tabBox-item three">占比</view>
  97. <view class="tabBox-item four">当前量</view>
  98. <view class="tabBox-item five">变动</view>
  99. <view class="tabBox-item six">变动时间</view>
  100. </view>
  101. <view v-for="(item,index) in list" class="tabBox-top flex">
  102. <view class="tabBox-item one">{{item.name}}</view>
  103. <view class="tabBox-item two">{{item.num}}</view>
  104. <view class="tabBox-item three">{{item.bi}}</view>
  105. <view class="tabBox-item four">{{item.now}}</view>
  106. <view class="tabBox-item five">{{item.bian}}</view>
  107. <view class="tabBox-item six">{{item.time}}</view>
  108. </view>
  109. </view>
  110. <view class="box">
  111. <view class="top flex">
  112. <view class="top-bg"><image src="../../static/img/index4.png"></image></view>
  113. <view class="top-font">链上数据查询</view>
  114. </view>
  115. <view class="item">1.合约地址查询</view>
  116. <view class="item">2.销毁池查询</view>
  117. <view class="item">3.持币地址查询</view>
  118. <view class="item">4.流动池地址查询</view>
  119. <view class="item">4.1质押挖矿池</view>
  120. <view class="item">4.2流动性挖矿池</view>
  121. <view class="item">4.3交易挖矿矿池</view>
  122. <view class="item">4.4平台社区</view>
  123. <view class="item">4.5推广挖矿</view>
  124. <view class="item">4.6团队池</view>
  125. <view class="item">4.7节点合伙人池</view>
  126. </view>
  127. </view>
  128. </template>
  129. <script>
  130. export default {
  131. data() {
  132. return {
  133. list:[
  134. {
  135. name:'质押挖矿池',
  136. num: '3.2亿',
  137. bi:'16%',
  138. now:'2亿',
  139. bian:'10%',
  140. time:'2021-8-16'
  141. },
  142. {
  143. name:'质押挖矿池',
  144. num: '3.2亿',
  145. bi:'16%',
  146. now:'2亿',
  147. bian:'10%',
  148. time:'2021-8-16'
  149. },
  150. ]
  151. }
  152. }
  153. }
  154. </script>
  155. <style lang="scss">
  156. .center,
  157. page {
  158. height: 100%;
  159. background: #f7fbfe;
  160. }
  161. .bg {
  162. width: 750rpx;
  163. height: 248rpx;
  164. background: linear-gradient(90deg, #60bab0, #60bab0, #45969b);
  165. border-bottom-left-radius: 150rpx;
  166. border-bottom-right-radius: 150rpx;
  167. }
  168. .first {
  169. margin-top: -160rpx !important;
  170. }
  171. .box {
  172. width: 690rpx;
  173. height: auto;
  174. background: #ffffff;
  175. box-shadow: 0rpx 0rpx 17rpx 0rpx rgba(0, 0, 0, 0.05);
  176. border-radius: 20rpx;
  177. margin: 20rpx auto 0;
  178. padding: 33rpx 55rpx 45rpx 30rpx;
  179. .top {
  180. justify-content: flex-start;
  181. align-items: center;
  182. .top-bg {
  183. width: 48rpx;
  184. height: 46rpx;
  185. image {
  186. width: 100%;
  187. height: 100%;
  188. }
  189. }
  190. .top-font {
  191. margin-left: 11rpx;
  192. font-size: 34rpx;
  193. font-family: PingFang SC;
  194. font-weight: bold;
  195. color: #0f253a;
  196. }
  197. }
  198. .title {
  199. font-size: 36rpx;
  200. font-family: PingFang SC;
  201. font-weight: bold;
  202. color: #44969d;
  203. margin-top: 30rpx;
  204. }
  205. .item {
  206. align-items: flex-start;
  207. margin-top: 20rpx;
  208. font-size: 26rpx;
  209. font-family: PingFang SC;
  210. font-weight: 500;
  211. color: #6d7c88;
  212. text-align: left;
  213. .item-font {
  214. margin-top: 20rpx;
  215. span {
  216. color: #0f253a;
  217. }
  218. }
  219. }
  220. }
  221. .join {
  222. margin-top: 44rpx;
  223. padding-left: 30rpx;
  224. display: flex;
  225. justify-content: flex-start;
  226. align-items: center;
  227. .xian {
  228. width: 6rpx;
  229. height: 30rpx;
  230. background: #0f253a;
  231. border-radius: 4rpx;
  232. }
  233. .join-font {
  234. padding-left: 16rpx;
  235. font-size: 30rpx;
  236. font-family: PingFang SC;
  237. font-weight: bold;
  238. color: #0f253a;
  239. }
  240. }
  241. .tabBox {
  242. margin: 30rpx auto 0;
  243. width: 690rpx;
  244. height: auto;
  245. background: #ffffff;
  246. border: 2rpx solid #44969d;
  247. box-shadow: 0px 0px 16rpx 0px rgba(0, 0, 0, 0.05);
  248. overflow: hidden;
  249. border-radius: 20rpx;
  250. .tabBox-top:last-child {
  251. border-bottom: none;
  252. }
  253. .tabBox-top {
  254. justify-content: flex-start;
  255. overflow: hidden;
  256. width: 100%;
  257. height: 70rpx;
  258. border-bottom: 2rpx solid #44969d;
  259. .tabBox-item:last-child {
  260. border-right: none;
  261. }
  262. .tabBox-item {
  263. overflow: hidden;
  264. text-align: center;
  265. line-height: 70rpx;
  266. border-right: 2rpx solid #44969d;
  267. font-size: 22rpx;
  268. font-family: PingFang SC;
  269. font-weight: bold;
  270. color: #0f253a;
  271. }
  272. .one {
  273. width: 147rpx!important;
  274. }
  275. .two {
  276. width: 134rpx!important;
  277. }
  278. .three {
  279. width: 65rpx!important;
  280. }
  281. .four {
  282. width: 110rpx!important;
  283. }
  284. .five {
  285. width: 64rpx!important;
  286. }
  287. .six {
  288. width: 170rpx!important;
  289. }
  290. }
  291. }
  292. </style>