index.html 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1.0,initial-scale=1,user-scalable=no,viewport-fit=true" data-shuvi-head="true">
  6. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
  7. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
  8. <link rel="stylesheet" type="text/css" href="/Public/Home/static/css/base.css" />
  9. <title>{$webname}</title>
  10. <style>
  11. .css-1wr4jig {
  12. box-sizing: border-box;
  13. margin: 0;
  14. min-width: 0;
  15. display: -webkit-box;
  16. display: -webkit-flex;
  17. display: -ms-flexbox;
  18. display: flex;
  19. -webkit-flex-direction: column;
  20. -ms-flex-direction: column;
  21. flex-direction: column;
  22. -webkit-flex: 1;
  23. -ms-flex: 1;
  24. flex: 1;
  25. }
  26. .css-1odg5z2 {
  27. box-sizing: border-box;
  28. margin: 0;
  29. min-width: 0;
  30. height: 260px;
  31. background-color: #1E2329;
  32. position: -webkit-sticky;
  33. position: sticky;
  34. top: -256px;
  35. z-index: 1;
  36. padding: 0;
  37. }
  38. .css-1odg5z2::before {
  39. content: "";
  40. background-repeat: no-repeat;
  41. background-size: cover;
  42. background-position: center;
  43. background-image: url(/Public/Home/static/imgs/bannerissue.png);
  44. position: absolute;
  45. z-index: -1;
  46. top: 0;
  47. left: 0;
  48. bottom: 0;
  49. right: 0;
  50. -webkit-transform: none;
  51. -ms-transform: none;
  52. transform: none;
  53. }
  54. .css-1xrgo9z {
  55. box-sizing: border-box;
  56. margin: 0;
  57. min-width: 0;
  58. display: -webkit-box;
  59. display: -webkit-flex;
  60. display: -ms-flexbox;
  61. display: flex;
  62. -webkit-align-items: center;
  63. -webkit-box-align: center;
  64. -ms-flex-align: center;
  65. align-items: center;
  66. -webkit-box-pack: start;
  67. -webkit-justify-content: flex-start;
  68. -ms-flex-pack: start;
  69. justify-content: flex-start;
  70. font-size: 26px;
  71. color: white;
  72. z-index: 1;
  73. height: 100%;
  74. padding-bottom: 48px;
  75. }.css-1xrgo9z {
  76. -webkit-box-pack: start;
  77. -webkit-justify-content: flex-start;
  78. -ms-flex-pack: start;
  79. justify-content: flex-start;
  80. font-size: 40px;
  81. padding-bottom: 64px;
  82. }
  83. .css-1xrgo9z {
  84. -webkit-box-pack: center;
  85. -webkit-justify-content: center;
  86. -ms-flex-pack: center;
  87. justify-content: center;
  88. }
  89. .css-uliqdc {
  90. box-sizing: border-box;
  91. margin: 0;
  92. min-width: 0;
  93. display: -webkit-box;
  94. display: -webkit-flex;
  95. display: -ms-flexbox;
  96. display: flex;
  97. -webkit-flex-direction: column;
  98. -ms-flex-direction: column;
  99. flex-direction: column;
  100. }
  101. .progress-bar {
  102. display: -ms-flexbox;
  103. display: flex;
  104. -ms-flex-direction: column;
  105. flex-direction: column;
  106. -ms-flex-pack: center;
  107. justify-content: center;
  108. overflow: hidden;
  109. color: #fff;
  110. text-align: center;
  111. white-space: nowrap;
  112. background-color: #007bff;
  113. transition: width .6s ease;
  114. }
  115. .progress-bar {
  116. color: #000;
  117. background-color: #f3c420;
  118. }
  119. ::-webkit-input-placeholder {color: #b5b5b5;font-size: 12px;}
  120. ::-moz-placeholder {color: #b5b5b5;font-size: 12px;}
  121. input:focus{background:#f5f5f5;outline: 1px solid #f5f5f5;}
  122. .allbtn {
  123. width: 100%;
  124. height: 50px;
  125. line-height: 50px;
  126. text-align: center;
  127. background: #ccc;
  128. border-radius: 5px;
  129. background: linear-gradient(to left,#eeb80d,#ffe35b);
  130. margin-top: 20px;
  131. }
  132. .css-bhso1m {
  133. box-sizing: border-box;
  134. margin: 0px;
  135. min-width: 0px;
  136. display: inline-block;
  137. border-radius: 4px;
  138. padding-left: 8px;
  139. padding-right: 8px;
  140. font-size: 14px;
  141. background-color: rgba(240, 185, 11, 0.19);
  142. color: rgb(240, 185, 11);
  143. }
  144. .css-1ax9bc0 {
  145. box-sizing: border-box;
  146. margin: 0;
  147. min-width: 0;
  148. display: -webkit-box;
  149. display: -webkit-flex;
  150. display: -ms-flexbox;
  151. display: flex;
  152. background: rgba(255,255,255,0.08);
  153. box-shadow: inset 0px 1px 0px rgb(255 255 255 / 8%);
  154. margin-top: -64px;
  155. position: -webkit-sticky;
  156. position: sticky;
  157. top: 0;
  158. z-index: 2;
  159. }
  160. .css-6mr8u2 {
  161. box-sizing: border-box;
  162. margin: 0;
  163. min-width: 0;
  164. width: 100%;
  165. margin: 0 auto;
  166. max-width: 1200px;
  167. padding-left: 0;
  168. padding-right: 0;
  169. margin-left: auto;
  170. margin-right: auto;
  171. display: -webkit-box;
  172. display: -webkit-flex;
  173. display: -ms-flexbox;
  174. display: flex;
  175. -webkit-box-pack: justify;
  176. -webkit-justify-content: space-between;
  177. -ms-flex-pack: justify;
  178. justify-content: space-between;
  179. width: 100%;
  180. padding-left: 0;
  181. padding-right: 0;
  182. }
  183. .css-abpumn {
  184. box-sizing: border-box;
  185. margin: 0;
  186. min-width: 0;
  187. display: -webkit-box;
  188. display: -webkit-flex;
  189. display: -ms-flexbox;
  190. display: flex;
  191. overflow-y: auto;
  192. font-weight: 500;
  193. }
  194. .css-1m3syfi {
  195. box-sizing: border-box;
  196. margin: 0px;
  197. min-width: 0px;
  198. flex-shrink: 0;
  199. cursor: pointer;
  200. text-align: center;
  201. border-color: rgb(240, 185, 11);
  202. border-bottom-style: solid;
  203. border-bottom-width: 2px;
  204. background: rgba(255, 255, 255, 0.1);
  205. padding: 14px 16px;
  206. line-height: 20px;
  207. font-size: 14px;
  208. text-decoration: none !important;
  209. }
  210. .css-1m3syfi {
  211. border-bottom-width: 4px;
  212. }
  213. .css-1m3syfi {
  214. padding: 20px 24px;
  215. font-size: 20px;
  216. }
  217. .css-cbipbt {
  218. box-sizing: border-box;
  219. margin: 0;
  220. min-width: 0;
  221. color: #f5f5f5;
  222. }
  223. .css-lk1png {
  224. box-sizing: border-box;
  225. margin: 0px;
  226. min-width: 0px;
  227. flex-shrink: 0;
  228. cursor: pointer;
  229. text-align: center;
  230. border-color: rgb(240, 185, 11);
  231. border-bottom-style: solid;
  232. border-bottom-width: 0px;
  233. padding: 14px 16px;
  234. line-height: 20px;
  235. font-size: 14px;
  236. text-decoration: none !important;
  237. }
  238. .css-lk1png {
  239. padding: 20px 24px;
  240. font-size: 20px;
  241. }
  242. </style>
  243. </head>
  244. <body>
  245. <div class="App">
  246. <div class="css-tq0shg">
  247. <include file="Public:header"/>
  248. <div class="css-ogtd7z">
  249. <div class="css-jrzkh7">
  250. <div id="header_global_js_wxgy34nj" class="css-1aac2e"></div>
  251. </div>
  252. </div>
  253. <main class="css-1wr4jig" style="background: #fff;">
  254. <div class="css-1odg5z2">
  255. <div class="css-1xrgo9z">{:L('矿机商城')}</div>
  256. </div>
  257. <div class="css-1ax9bc0">
  258. <div class="css-6mr8u2">
  259. <div class="css-abpumn">
  260. <span data-bn-type="text" id="allminbtn" class="css-1m3syfi">
  261. <div class="css-cbipbt">{:L('总览')}</div>
  262. </span>
  263. <span data-bn-type="text" id="dzminbtn" class="css-lk1png">
  264. <div class="css-cbipbt">{:L('优先质押')}</div>
  265. </span>
  266. <span data-bn-type="text" id="gxminbtn" class="css-lk1png">
  267. <div class="css-cbipbt">{:L('共享')}</div>
  268. </span>
  269. <span data-bn-type="text" id="myminbtn" class="css-lk1png">
  270. <div class="css-cbipbt">{:L('我的矿机')}</div>
  271. </span>
  272. </div>
  273. </div>
  274. </div>
  275. <div class="css-uliqdc">
  276. <!--我的矿机开始-->
  277. <div id="myminerbox" style="width:100%;min-height:500px;background:#f5f5f5;padding:20px 50px;display:none;">
  278. <empty name="mylist">
  279. <div style="width:100%;height:400px;line-height:400px;text-align:center;">
  280. <svg style="height:100px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" fill="none" class="mirror css-1lzksdc"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 8H26v80h58V28L64 8zM36 37h38v4H36v-4zm0 9h38v4H36v-4zm38 9H36v4h38v-4z" fill="url(#not-found-data-light_svg__paint0_linear)"></path><path d="M62 71l4-4 4 4-4 4-4-4z" fill="#fff"></path><path d="M86 50l3-3 3 3-3 3-3-3zM47 21l3-3 3 3-3 3-3-3zM84 28H64V8l20 20z" fill="#E6E8EA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.171 73.171l14.5-14.5 5.657 5.658-14.5 14.5-5.657-5.657z" fill="url(#not-found-data-light_svg__paint1_linear)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M51 48c0-8.837-7.163-16-16-16s-16 7.163-16 16 7.163 16 16 16 16-7.163 16-16zm4 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z" fill="url(#not-found-data-light_svg__paint2_linear)"></path><defs><linearGradient id="not-found-data-light_svg__paint0_linear" x1="84" y1="10.162" x2="84" y2="88" gradientUnits="userSpaceOnUse"><stop stop-color="#F5F5F5"></stop><stop offset="1" stop-color="#E6E8EA"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint1_linear" x1="4.171" y1="68.75" x2="24.328" y2="68.75" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint2_linear" x1="15" y1="48" x2="55" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient></defs></svg>
  281. </div>
  282. <else />
  283. <foreach name="mylist" item="vo">
  284. <div style="width:100%;height:250px;background:#fff;margin-bottom:20px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);border-radius:5px;">
  285. <div style="width:100%;height:240px;">
  286. <div style="width:50%;height:240px;float:left;padding:5px;">
  287. <div style="width:100%;height:240px;background:#fff;">
  288. <div style="width:100%;height:230px;">
  289. <div style="width:25%;heigth:230px;line-height:150px;text-align:center;float:left;">
  290. <img src="/Upload/public/{$vo.imgs}" style="width:60%;">
  291. </div>
  292. <div style="width:75%;padding:10px 0px 10px 10px;float:right;">
  293. <div style="width:100%;min-height:30px;">
  294. <span class="f16 fch">{$vo.title}</span>
  295. </div>
  296. <div style="width:100%;height:30px;">
  297. <span class="f14 fcc">{:L('购买时间')}:{$vo.addtime}</span>
  298. </div>
  299. <div style="width:100%;height:30px;">
  300. <span class="f14 fcc">{:L('产出币种')}:<?php echo strtoupper($vo['outcoin']);?></span>
  301. </div>
  302. <div style="width:100%;height:30px;">
  303. <span class="f14 fcc">{:L('矿机类型')}:
  304. <if condition="$vo.type eq 1">
  305. <span class="f16 fcy fw">{:L('优先质押')}</span>
  306. <elseif condition="$vo.type eq 2" />
  307. <span class="f16 fcy fw">{:L('优先质押')}</span>
  308. </if>
  309. </span>
  310. </div>
  311. <div style="width:100%;height:30px;">
  312. <span class="f14 fcc">{:L('收益类型')}:
  313. <if condition="$vo.type eq 1">
  314. {:L('按产值')}
  315. <elseif condition="$vo.type eq 2" />
  316. {:L('按产量')}
  317. </if>
  318. </span>
  319. </div>
  320. <div style="width:100%;height:30px;">
  321. <span class="f14 fcc">{:L('收益方式')}:{:L('自动收益')}</span>
  322. </div>
  323. <if condition="$vo.type eq 2"></if>
  324. <div style="width:100%;height:30px;">
  325. <span class="f14 fcc">{:L('份额占比')}:{$vo.sharebl}%</span>
  326. </div>
  327. </if>
  328. </div>
  329. </div>
  330. </div>
  331. </div>
  332. <div style="width:40%;height:240px;float:left;padding:5px;">
  333. <div style="width:100%;height:240px;">
  334. <div style="width:100%;height:240px;padding:10px 0px 10px 10px;">
  335. <div style="width:100%;height:30px;">
  336. <span class="f16 fch">{:L('矿机详情')}</span>
  337. </div>
  338. <div style="width:100%;height:30px;">
  339. <span class="f14 fcc">{:L('收益次数')} :
  340. {$vo.synum} {:L('次')}
  341. </span>
  342. </div>
  343. <div style="width:100%;height:30px;">
  344. <span class="f14 fcc">{:L('产出说明')} :
  345. <if condition="$vo.outtype eq 1">
  346. {:L('按产值')}:{$vo.outusdt}USDT
  347. <elseif condition="$vo.outtype eq 2" />
  348. {:L('按币量')}:{$vo.outnum} <?php echo strtoupper($vo['outcoin']);?>
  349. </if>
  350. </span>
  351. </div>
  352. <div style="width:100%;min-height:30px;marin-top:30px;">
  353. <if condition="$vo.status eq 1">
  354. <span style="background:#0ecb81;padding:5px 10px;border-radius: 5px;color:#fff;">{:L('正常')}</span>
  355. <elseif condition="$vo.status eq 2" />
  356. <span style="background:#f5465c;padding:5px 10px;border-radius: 5px;color:#fff;">{:L('停止')}</span>
  357. <elseif condition="$vo.status eq 3" />
  358. <span style="background:#f5465c;padding:5px 10px;border-radius: 5px;color:#fff;">{:L('过期')}</span>
  359. </if>
  360. </div>
  361. </div>
  362. </div>
  363. </div>
  364. <div style="width:10%;height:240px;float:left;padding:5px;">
  365. <a href="{:U('Orepool/profitlist')}" style="text-decoration:none;">
  366. <div style="width:100%;height:240px;line-height:240px;cursor:pointer;">
  367. <span class="f14 fcy fw">{:L('收益账单')}</span>
  368. <i class="bi bi-chevron-right fcy fw" style="font-size:18px;"></i>
  369. </div>
  370. </a>
  371. </div>
  372. </div>
  373. </div>
  374. </foreach>
  375. </empty>
  376. </div>
  377. <!------------------全部共享矿机结束------------------------>
  378. <!--共享矿机开始-->
  379. <div id="gxminerbox" style="width:100%;min-height:500px;background:#f5f5f5;padding:20px 50px;display:block;">
  380. <empty name="clist">
  381. <div style="width:100%;height:400px;line-height:400px;text-align:center;">
  382. <svg style="height:100px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" fill="none" class="mirror css-1lzksdc"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 8H26v80h58V28L64 8zM36 37h38v4H36v-4zm0 9h38v4H36v-4zm38 9H36v4h38v-4z" fill="url(#not-found-data-light_svg__paint0_linear)"></path><path d="M62 71l4-4 4 4-4 4-4-4z" fill="#fff"></path><path d="M86 50l3-3 3 3-3 3-3-3zM47 21l3-3 3 3-3 3-3-3zM84 28H64V8l20 20z" fill="#E6E8EA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.171 73.171l14.5-14.5 5.657 5.658-14.5 14.5-5.657-5.657z" fill="url(#not-found-data-light_svg__paint1_linear)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M51 48c0-8.837-7.163-16-16-16s-16 7.163-16 16 7.163 16 16 16 16-7.163 16-16zm4 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z" fill="url(#not-found-data-light_svg__paint2_linear)"></path><defs><linearGradient id="not-found-data-light_svg__paint0_linear" x1="84" y1="10.162" x2="84" y2="88" gradientUnits="userSpaceOnUse"><stop stop-color="#F5F5F5"></stop><stop offset="1" stop-color="#E6E8EA"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint1_linear" x1="4.171" y1="68.75" x2="24.328" y2="68.75" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint2_linear" x1="15" y1="48" x2="55" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient></defs></svg>
  383. </div>
  384. <else />
  385. <foreach name="clist" item="vo">
  386. <div style="width:100%;height:290px;background:#fff;margin-bottom:20px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);border-radius:5px;">
  387. <div style="width:100%;height:240px;">
  388. <div style="width:50%;height:240px;float:left;padding:5px;">
  389. <div style="width:100%;height:240px;background:#fff;">
  390. <div style="width:100%;height:230px;">
  391. <div style="width:25%;heigth:230px;line-height:150px;text-align:center;float:left;">
  392. <img src="/Upload/public/{$vo.imgs}" style="width:60%;">
  393. </div>
  394. <div style="width:75%;padding:10px 0px 10px 10px;float:right;">
  395. <div style="width:100%;min-height:30px;">
  396. <span class="f16 fch">{$vo.title}</span>
  397. </div>
  398. <div style="width:100%;height:30px;">
  399. <span class="f14 fcc">{:L('上市时间')}:{$vo.addtime}</span>
  400. </div>
  401. <div style="width:100%;height:30px;">
  402. <span class="f14 fcc">{:L('产出币种')}:<?php echo strtoupper($vo['outcoin']);?></span>
  403. </div>
  404. <div style="width:100%;height:30px;">
  405. <span class="f14 fcc">{:L('矿机类型')}:
  406. <if condition="$vo.type eq 1">
  407. <span class="f16 fcy fw">{:L('优先质押')}</span>
  408. <elseif condition="$vo.type eq 2" />
  409. <span class="f16 fcy fw">{:L('优先质押')}</span>
  410. </if>
  411. </span>
  412. </div>
  413. <div style="width:100%;height:30px;">
  414. <span class="f14 fcc">{:L('收益类型')}:
  415. <if condition="$vo.type eq 1">
  416. {:L('按产值')}
  417. <elseif condition="$vo.type eq 2" />
  418. {:L('按产量')}
  419. </if>
  420. </span>
  421. </div>
  422. <div style="width:100%;height:30px;">
  423. <span class="f14 fcc">{:L('收益方式')}:{:L('自动收益')}</span>
  424. </div>
  425. </div>
  426. </div>
  427. </div>
  428. </div>
  429. <div style="width:50%;height:240px;float:left;padding:5px;">
  430. <div style="width:100%;height:240px;">
  431. <div style="width:100%;height:240px;padding:10px 0px 10px 10px;">
  432. <div style="width:100%;height:30px;">
  433. <span class="f16 fch">{:L('矿机详情')}</span>
  434. </div>
  435. <div style="width:100%;height:30px;">
  436. <span class="f14 fcc">{:L('矿机单价')} :
  437. {$vo.pricenum} <?php echo strtoupper($vo['pricecoin']);?>
  438. </span>
  439. </div>
  440. <div style="width:100%;height:30px;">
  441. <span class="f14 fcc">{:L('产出说明')} :
  442. <if condition="$vo.outtype eq 1">
  443. {:L('按产值')}:{$vo.dayoutnum}USDT
  444. <elseif condition="$vo.outtype eq 2" />
  445. {:L('按币量')}:{$vo.dayoutnum} <?php echo strtoupper($vo['outcoin']);?>
  446. </if>
  447. </span>
  448. </div>
  449. <div style="width:100%;height:30px;">
  450. <span class="f14 fcc">{:L('购买条件')} :
  451. <if condition="$vo.buyask eq 1">
  452. {:L('最低持仓')}:{$vo.asknum}{:L('平台币')}
  453. <elseif condition="$vo.buyask eq 2" />
  454. {:L('要求直推')}{$vo.asknum}{:L('人')}
  455. </if>
  456. </span>
  457. </div>
  458. <div style="width:100%;min-height:30px;">
  459. <span class="f14 fcc">{$vo.content}</span>
  460. </div>
  461. </div>
  462. </div>
  463. </div>
  464. </div>
  465. <div style="width:100%;height:50px;margin-top:10px;padding:0px 20px;">
  466. <div style="width:80%;height:40px;float:left;">
  467. <div class="progress">
  468. <?php if(strtotime($vo['starttime']) <= time()){?>
  469. <div class="progress-bar" role="progressbar" style="width:<?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>%;" aria-valuenow="<?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>" aria-valuemin="0" aria-valuemax="100"><?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>%</div>
  470. <?php }elseif(strtotime($vo['starttime']) > time()){?>
  471. <div class="progress-bar" role="progressbar" style="width:0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">0%</div>
  472. <?php }?>
  473. </div>
  474. </div>
  475. <div style="width:20%;height:40px;float:left;">
  476. <div style="width:100%;height:40px;text-align:center;">
  477. <a href="{:U('Orepool/kjinfo')}?id={$vo.id}" class="css-bhso1m" style="padding:5px 15px; ">{:L('立即购买')}</a>
  478. </div>
  479. </div>
  480. </div>
  481. </div>
  482. </foreach>
  483. </empty>
  484. </div>
  485. <!------------------全部共享矿机结束------------------------>
  486. <!--独资矿机开始-->
  487. <div id="dzminerbox" style="width:100%;min-height:500px;background:#f5f5f5;padding:20px 50px;display:none;">
  488. <empty name="blist">
  489. <div style="width:100%;height:400px;line-height:400px;text-align:center;">
  490. <svg style="height:100px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" fill="none" class="mirror css-1lzksdc"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 8H26v80h58V28L64 8zM36 37h38v4H36v-4zm0 9h38v4H36v-4zm38 9H36v4h38v-4z" fill="url(#not-found-data-light_svg__paint0_linear)"></path><path d="M62 71l4-4 4 4-4 4-4-4z" fill="#fff"></path><path d="M86 50l3-3 3 3-3 3-3-3zM47 21l3-3 3 3-3 3-3-3zM84 28H64V8l20 20z" fill="#E6E8EA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.171 73.171l14.5-14.5 5.657 5.658-14.5 14.5-5.657-5.657z" fill="url(#not-found-data-light_svg__paint1_linear)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M51 48c0-8.837-7.163-16-16-16s-16 7.163-16 16 7.163 16 16 16 16-7.163 16-16zm4 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z" fill="url(#not-found-data-light_svg__paint2_linear)"></path><defs><linearGradient id="not-found-data-light_svg__paint0_linear" x1="84" y1="10.162" x2="84" y2="88" gradientUnits="userSpaceOnUse"><stop stop-color="#F5F5F5"></stop><stop offset="1" stop-color="#E6E8EA"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint1_linear" x1="4.171" y1="68.75" x2="24.328" y2="68.75" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint2_linear" x1="15" y1="48" x2="55" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient></defs></svg>
  491. </div>
  492. <else />
  493. <foreach name="blist" item="vo">
  494. <div style="width:100%;height:290px;background:#fff;margin-bottom:20px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);border-radius:5px;">
  495. <div style="width:100%;height:240px;">
  496. <div style="width:50%;height:240px;float:left;padding:5px;">
  497. <div style="width:100%;height:240px;background:#fff;">
  498. <div style="width:100%;height:230px;">
  499. <div style="width:25%;heigth:230px;line-height:150px;text-align:center;float:left;">
  500. <img src="/Upload/public/{$vo.imgs}" style="width:60%;">
  501. </div>
  502. <div style="width:75%;padding:10px 0px 10px 10px;float:right;">
  503. <div style="width:100%;min-height:30px;">
  504. <span class="f16 fch">{$vo.title}</span>
  505. </div>
  506. <div style="width:100%;height:30px;">
  507. <span class="f14 fcc">{:L('上市时间')}:{$vo.addtime}</span>
  508. </div>
  509. <div style="width:100%;height:30px;">
  510. <span class="f14 fcc">{:L('产出币种')}:<?php echo strtoupper($vo['outcoin']);?></span>
  511. </div>
  512. <div style="width:100%;height:30px;">
  513. <span class="f14 fcc">{:L('矿机类型')}:
  514. <if condition="$vo.type eq 1">
  515. <span class="f16 fcy fw">{:L('优先质押')}</span>
  516. <elseif condition="$vo.type eq 2" />
  517. <span class="f16 fcy fw">{:L('优先质押')}</span>
  518. </if>
  519. </span>
  520. </div>
  521. <div style="width:100%;height:30px;">
  522. <span class="f14 fcc">{:L('收益类型')}:
  523. <if condition="$vo.type eq 1">
  524. {:L('按产值')}
  525. <elseif condition="$vo.type eq 2" />
  526. {:L('按产量')}
  527. </if>
  528. </span>
  529. </div>
  530. <div style="width:100%;height:30px;">
  531. <span class="f14 fcc">{:L('收益方式')}:{:L('自动收益')}</span>
  532. </div>
  533. </div>
  534. </div>
  535. </div>
  536. </div>
  537. <div style="width:50%;height:240px;float:left;padding:5px;">
  538. <div style="width:100%;height:240px;">
  539. <div style="width:100%;height:240px;padding:10px 0px 10px 10px;">
  540. <div style="width:100%;height:30px;">
  541. <span class="f16 fch">{:L('矿机详情')}</span>
  542. </div>
  543. <div style="width:100%;height:30px;">
  544. <span class="f14 fcc">{:L('矿机单价')} :
  545. {$vo.pricenum} <?php echo strtoupper($vo['pricecoin']);?>
  546. </span>
  547. </div>
  548. <div style="width:100%;height:30px;">
  549. <span class="f14 fcc">{:L('产出说明')} :
  550. <if condition="$vo.outtype eq 1">
  551. {:L('按产值')}:{$vo.dayoutnum}USDT
  552. <elseif condition="$vo.outtype eq 2" />
  553. {:L('按币量')}:{$vo.dayoutnum} <?php echo strtoupper($vo['outcoin']);?>
  554. </if>
  555. </span>
  556. </div>
  557. <div style="width:100%;height:30px;">
  558. <span class="f14 fcc">{:L('购买条件')} :
  559. <if condition="$vo.buyask eq 1">
  560. {:L('最低持仓')}:{$vo.asknum}{:L('平台币')}
  561. <elseif condition="$vo.buyask eq 2" />
  562. {:L('要求直推')}{$vo.asknum}{:L('人')}
  563. </if>
  564. </span>
  565. </div>
  566. <div style="width:100%;min-height:30px;">
  567. <span class="f14 fcc">{$vo.content}</span>
  568. </div>
  569. </div>
  570. </div>
  571. </div>
  572. </div>
  573. <div style="width:100%;height:50px;margin-top:10px;padding:0px 20px;">
  574. <div style="width:80%;height:40px;float:left;">
  575. <div class="progress">
  576. <?php if(strtotime($vo['starttime']) <= time()){?>
  577. <div class="progress-bar" role="progressbar" style="width:<?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>%;" aria-valuenow="<?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>" aria-valuemin="0" aria-valuemax="100"><?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>%</div>
  578. <?php }elseif(strtotime($vo['starttime']) > time()){?>
  579. <div class="progress-bar" role="progressbar" style="width:0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">0%</div>
  580. <?php }?>
  581. </div>
  582. </div>
  583. <div style="width:20%;height:40px;float:left;">
  584. <div style="width:100%;height:40px;text-align:center;">
  585. <a href="{:U('Orepool/kjinfo')}?id={$vo.id}" class="css-bhso1m" style="padding:5px 15px; ">{:L('立即购买')}</a>
  586. </div>
  587. </div>
  588. </div>
  589. </div>
  590. </foreach>
  591. </empty>
  592. </div>
  593. <!------------------全部独资矿机结束------------------------>
  594. <!--全部的矿机-->
  595. <div id="allminerbox" style="width:100%;min-height:500px;background:#f5f5f5;padding:20px 50px;display:none;">
  596. <empty name="alist">
  597. <div style="width:100%;height:400px;line-height:400px;text-align:center;">
  598. <svg style="height:100px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" fill="none" class="mirror css-1lzksdc"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 8H26v80h58V28L64 8zM36 37h38v4H36v-4zm0 9h38v4H36v-4zm38 9H36v4h38v-4z" fill="url(#not-found-data-light_svg__paint0_linear)"></path><path d="M62 71l4-4 4 4-4 4-4-4z" fill="#fff"></path><path d="M86 50l3-3 3 3-3 3-3-3zM47 21l3-3 3 3-3 3-3-3zM84 28H64V8l20 20z" fill="#E6E8EA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.171 73.171l14.5-14.5 5.657 5.658-14.5 14.5-5.657-5.657z" fill="url(#not-found-data-light_svg__paint1_linear)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M51 48c0-8.837-7.163-16-16-16s-16 7.163-16 16 7.163 16 16 16 16-7.163 16-16zm4 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z" fill="url(#not-found-data-light_svg__paint2_linear)"></path><defs><linearGradient id="not-found-data-light_svg__paint0_linear" x1="84" y1="10.162" x2="84" y2="88" gradientUnits="userSpaceOnUse"><stop stop-color="#F5F5F5"></stop><stop offset="1" stop-color="#E6E8EA"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint1_linear" x1="4.171" y1="68.75" x2="24.328" y2="68.75" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient><linearGradient id="not-found-data-light_svg__paint2_linear" x1="15" y1="48" x2="55" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#929AA5"></stop><stop offset="1" stop-color="#76808F"></stop></linearGradient></defs></svg>
  599. </div>
  600. <else />
  601. <foreach name="alist" item="vo">
  602. <div style="width:100%;height:290px;background:#fff;margin-bottom:20px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);border-radius:5px;">
  603. <div style="width:100%;height:240px;">
  604. <div style="width:50%;height:240px;float:left;padding:5px;">
  605. <div style="width:100%;height:240px;background:#fff;">
  606. <div style="width:100%;height:230px;">
  607. <div style="width:25%;heigth:230px;line-height:150px;text-align:center;float:left;">
  608. <img src="/Upload/public/{$vo.imgs}" style="width:60%;">
  609. </div>
  610. <div style="width:75%;padding:10px 0px 10px 10px;float:right;">
  611. <div style="width:100%;min-height:30px;">
  612. <span class="f16 fch">{$vo.title}</span>
  613. </div>
  614. <div style="width:100%;height:30px;">
  615. <span class="f14 fcc">{:L('上市时间')}:{$vo.addtime}</span>
  616. </div>
  617. <div style="width:100%;height:30px;">
  618. <span class="f14 fcc">{:L('产出币种')}:<?php echo strtoupper($vo['outcoin']);?></span>
  619. </div>
  620. <div style="width:100%;height:30px;">
  621. <span class="f14 fcc">{:L('矿机类型')}:
  622. <if condition="$vo.type eq 1">
  623. <span class="f16 fcy fw">{:L('优先质押')}</span>
  624. <elseif condition="$vo.type eq 2" />
  625. <span class="f16 fcy fw">{:L('优先质押')}</span>
  626. </if>
  627. </span>
  628. </div>
  629. <div style="width:100%;height:30px;">
  630. <span class="f14 fcc">{:L('收益类型')}:
  631. <if condition="$vo.type eq 1">
  632. {:L('按产值')}
  633. <elseif condition="$vo.type eq 2" />
  634. {:L('按产量')}
  635. </if>
  636. </span>
  637. </div>
  638. <div style="width:100%;height:30px;">
  639. <span class="f14 fcc">{:L('收益方式')}:{:L('自动收益')}</span>
  640. </div>
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. <div style="width:50%;height:240px;float:left;padding:5px;">
  646. <div style="width:100%;height:240px;">
  647. <div style="width:100%;height:240px;padding:10px 0px 10px 10px;">
  648. <div style="width:100%;height:30px;">
  649. <span class="f16 fch">{:L('矿机详情')}</span>
  650. </div>
  651. <div style="width:100%;height:30px;">
  652. <span class="f14 fcc">{:L('矿机单价')} :
  653. {$vo.pricenum} <?php echo strtoupper($vo['pricecoin']);?>
  654. </span>
  655. </div>
  656. <div style="width:100%;height:30px;">
  657. <span class="f14 fcc">{:L('产出说明')} :
  658. <if condition="$vo.outtype eq 1">
  659. {:L('按产值')}:{$vo.dayoutnum}USDT
  660. <elseif condition="$vo.outtype eq 2" />
  661. {:L('按币量')}:{$vo.dayoutnum} <?php echo strtoupper($vo['outcoin']);?>
  662. </if>
  663. </span>
  664. </div>
  665. <div style="width:100%;height:30px;">
  666. <span class="f14 fcc">{:L('购买条件')} :
  667. <if condition="$vo.buyask eq 1">
  668. {:L('最低持仓')}:{$vo.asknum}{:L('平台币')}
  669. <elseif condition="$vo.buyask eq 2" />
  670. {:L('要求直推')}{$vo.asknum}{:L('人')}
  671. </if>
  672. </span>
  673. </div>
  674. <div style="width:100%;min-height:30px;">
  675. <span class="f14 fcc">{$vo.content}</span>
  676. </div>
  677. </div>
  678. </div>
  679. </div>
  680. </div>
  681. <div style="width:100%;height:50px;margin-top:10px;padding:0px 20px;">
  682. <div style="width:80%;height:40px;float:left;">
  683. <div class="progress">
  684. <?php if(strtotime($vo['starttime']) <= time()){?>
  685. <div class="progress-bar" role="progressbar" style="width:<?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>%;" aria-valuenow="<?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>" aria-valuemin="0" aria-valuemax="100"><?php echo ($vo['ycnum'] + $vo['sellnum']) / $vo['allnum'] * 100;?>%</div>
  686. <?php }elseif(strtotime($vo['starttime']) > time()){?>
  687. <div class="progress-bar" role="progressbar" style="width:0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">0%</div>
  688. <?php }?>
  689. </div>
  690. </div>
  691. <div style="width:20%;height:40px;float:left;">
  692. <div style="width:100%;height:40px;text-align:center;">
  693. <a href="{:U('Orepool/kjinfo')}?id={$vo.id}" class="css-bhso1m" style="padding:5px 15px; ">{:L('立即购买')}</a>
  694. </div>
  695. </div>
  696. </div>
  697. </div>
  698. </foreach>
  699. </empty>
  700. </div>
  701. <!------------------全部矿机总览结束------------------------>
  702. </div>
  703. </main>
  704. <include file="Public:footer"/>
  705. </div>
  706. </div>
  707. </body>
  708. <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
  709. <script type="text/javascript" src="/Public/Home/static/js/layer/layer.js" ></script>
  710. <script type="text/javascript" src="/Public/Home/static/js/jquery.SuperSlide.2.1.1.js" ></script>
  711. <script type="text/javascript">
  712. $("#allminbtn").click(function(){
  713. $("#allminbtn").addClass("css-1m3syfi");
  714. $("#allminbtn").removeClass("css-lk1png");
  715. $("#dzminbtn").addClass("css-lk1png");
  716. $("#dzminbtn").removeClass("css-1m3syfi");
  717. $("#gxminbtn").addClass("css-lk1png");
  718. $("#gxminbtn").removeClass("css-1m3syfi");
  719. $("#myminbtn").addClass("css-lk1png");
  720. $("#myminbtn").removeClass("css-1m3syfi");
  721. $("#allminerbox").show();
  722. $("#dzminerbox").hide();
  723. $("#gxminerbox").hide();
  724. $("#myminerbox").hide();
  725. });
  726. $("#dzminbtn").click(function(){
  727. $("#dzminbtn").addClass("css-1m3syfi");
  728. $("#dzminbtn").removeClass("css-lk1png");
  729. $("#allminbtn").addClass("css-lk1png");
  730. $("#allminbtn").removeClass("css-1m3syfi");
  731. $("#gxminbtn").addClass("css-lk1png");
  732. $("#gxminbtn").removeClass("css-1m3syfi");
  733. $("#myminbtn").addClass("css-lk1png");
  734. $("#myminbtn").removeClass("css-1m3syfi");
  735. $("#allminerbox").hide();
  736. $("#dzminerbox").show();
  737. $("#gxminerbox").hide();
  738. $("#myminerbox").hide();
  739. });
  740. $("#gxminbtn").click(function(){
  741. $("#gxminbtn").addClass("css-1m3syfi");
  742. $("#gxminbtn").removeClass("css-lk1png");
  743. $("#allminbtn").addClass("css-lk1png");
  744. $("#allminbtn").removeClass("css-1m3syfi");
  745. $("#dzminbtn").addClass("css-lk1png");
  746. $("#dzminbtn").removeClass("css-1m3syfi");
  747. $("#myminbtn").addClass("css-lk1png");
  748. $("#myminbtn").removeClass("css-1m3syfi");
  749. $("#allminerbox").hide();
  750. $("#dzminerbox").hide();
  751. $("#gxminerbox").show();
  752. $("#myminerbox").hide();
  753. });
  754. $("#myminbtn").click(function(){
  755. $("#myminbtn").addClass("css-1m3syfi");
  756. $("#myminbtn").removeClass("css-lk1png");
  757. $("#allminbtn").addClass("css-lk1png");
  758. $("#allminbtn").removeClass("css-1m3syfi");
  759. $("#dzminbtn").addClass("css-lk1png");
  760. $("#dzminbtn").removeClass("css-1m3syfi");
  761. $("#gxminbtn").addClass("css-lk1png");
  762. $("#gxminbtn").removeClass("css-1m3syfi");
  763. $("#allminerbox").hide();
  764. $("#dzminerbox").hide();
  765. $("#gxminerbox").hide();
  766. $("#myminerbox").show();
  767. });
  768. </script>
  769. <script type="text/javascript">
  770. $("#nav").slide({
  771. type:"menu",// 效果类型,针对菜单/导航而引入的参数(默认slide)
  772. titCell:".nLi", //鼠标触发对象
  773. targetCell:".sub", //titCell里面包含的要显示/消失的对象
  774. effect:"slideDown", //targetCell下拉效果
  775. delayTime:300 , //效果时间
  776. triggerTime:0, //鼠标延迟触发时间(默认150)
  777. returnDefault:true //鼠标移走后返回默认状态,例如默认频道是“预告片”,鼠标移走后会返回“预告片”(默认false)
  778. });
  779. </script>
  780. </html>