123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
- <link rel="stylesheet" type="text/css" href="/Public/Static/css/base2.css" />
- <link rel="stylesheet" type="text/css" href="/Public/Static/css/nologed.css" />
- <link rel="stylesheet" href="/Public/Static/Icoinfont/iconfont.css">
- <script src="/Public/Static/Icoinfont/iconfont.js"></script>
- <title>{$webname}</title>
- <style>
- ::-webkit-input-placeholder {color: #b5b5b5;font-size: 12px;}
- ::-moz-placeholder {color: #b5b5b5;font-size: 12px;}
- input:focus{background:#ebecf0;outline: 1px solid #ebecf0;}
- a:hover,a:link,a:visited,a:active{color:#707A8A;text-decoration:none;}
- .no_header{position: fixed;z-index: 9999;background:#fff;padding:0px 10px;top:0px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);}
- .txtl{line-height:50px;width:10%;}
- .oplist{width:100%;height:50px;background:#000;padding:0px 15px;}
- .listbox{width:30px;height:50px;line-height:50px;float:left;}
- .emptybox{width:30px;height:50px;float:left;}
- .hsborder{border-bottom:3px solid #FCD535;}
- .btmbox{width:100%;height:60px;background:#f5f5f5;}
- .orebox{width:100%;margin:0px auto;background:#fff;margin-bottom:20px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);padding: 10px;}
- .progress-bar{color: #000;background-color: #f3c420;}
- .progress{height:0.9rem;background-color: #f5f5f5;border-radius: .5rem;}
- .obbox{width:33.33%;height:80px;float:left;}
- .obbox_h{width:100%;height:40px;line-height:40px;}
- .bm20{margin-bottom:2px;}
- .infobox{width:100%;background:#fff;border-top:1px solid #f5f5f5;}
- .infobox_1{width:100%;min-height:36px;padding:5px 0px;}
- .infobox_1l{width:30%;height:26px;line-height:26px;float:left;}
- .infobox_1r{width:70%;height:26px;line-height:26px;float:right;}
- .festyle{width:80px;height:30px;line-height:30px;text-align:center;border-radius:5px;float:left;}
- .feactive{border:1px solid #FCD535;}
- .fenc{border:1px solid #707A8A;}
- .copyurl{background: linear-gradient(to left,#eeb80d,#ffe35b);padding:5px 10px;border-radius:5px;}
- .buybtn{width:100%;height:40px;line-height:40px;background: linear-gradient(to left,#eeb80d,#ffe35b);margin-top:20px;text-align:center;border-radius:5px;}
- </style>
- </head>
- <body>
- <div class="container-fluid " style="padding:0px;width:100vw;">
- <div class="no_header">
- <div class="fl allhg txtl">
- <i class="bi bi-arrow-left fcc fw" onclick="goback()" style="font-size: 24px;"></i>
- </div>
- <div class="fl allhg" id="centerbox" style="width:80%;text-align:center;line-height:50px;">
- <span class="fcc fzmmm">{:L('矿机详情')}</span>
- </div>
- <div class="fr allhg txtr" style="line-height:50px;width:10%;">
- </div>
- </div>
- <div id="zlbox" style="width:100%;height:500px;background:#f5f5f5;padding:10px 0px;margin-top:50px;">
- <div class="orebox">
- <div style="width:100%;height:120px;">
- <div style="width:30%;height:120px;line-height: 120px;float:left;text-align: center;">
- <img src="/Upload/public/{$info.imgs}" style="width:100%;"/>
- </div>
- <div style="width:70%;height:120px;float:left;padding:5px;">
- <p class="fzmmm fcc fw">{$info.title}</p>
- <p class="fzmm fcc">{:L('上市时间')}:{$info.addtime}</p>
- <p class="fzmm fcc">{:L('产出币种')}:<?php echo strtoupper($info['outcoin']);?></p>
- </div>
- </div>
- <div style="width:100%;">
- <div class="progress">
- <div class="progress-bar" role="progressbar" style="width:<?php echo $info['ycnum'] / $info['allnum'] * 100;?>%;" aria-valuenow="<?php echo $info['ycnum'] / $info['allnum'] * 100;?>" aria-valuemin="0" aria-valuemax="100"><?php echo $info['ycnum'] / $info['allnum'] * 100;?>%</div>
- </div>
- </div>
- <div style="width:100%;height:80px;margin-top:15px;padding:0px 15px;">
- <div class="obbox" style="width:40%;">
- <div class="obbox_h">
- <span class="fzmm fcc">{:L('矿机单价')}</span>
- </div>
- <div class="obbox_h">
- <span class="fzmm fcc">{$info.pricenum} <?php echo strtoupper($info['pricecoin']);?></span>
- </div>
- </div>
- <div class="obbox" style="width:30%;">
- <div class="obbox_h" style="text-align:center;">
- <span class="fzmm fcc">{:L('矿机产权')}</span>
- </div>
- <div class="obbox_h" style="text-align:center;">
- <span class="fzmm fcc">{$info.cycle} {:L('天')}</span>
- </div>
- </div>
- <div class="obbox" style="width:30%;">
- <div class="obbox_h" style="text-align:right;">
- <span class="fzmm fcc">{:L('矿机类型')}</span>
- </div>
- <div class="obbox_h" style="text-align:right;">
- <if condition="$info.type eq 1">
- <span class="fzmmm fcy" style="font-weight:bold;">{:L('独资机型')}</span>
- <elseif condition="$info.type eq 2" />
- <span class="fzmmm fcy" style="font-weight:bold;">{:L('共享机型')}</span>
- </if>
- </div>
- </div>
- </div>
- <div class="infobox">
- <div style="width:100%;height:10px;"></div>
- <div class="infobox_1">
- <div class="infobox_1l">
- <span class="fzmm fcc">{:L('产出说明')}:</span>
- </div>
- <div class="infobox_1r">
- <if condition="$info.outtype eq 1">
- <span class="fzmm fcc">{:L('按产值')}:{$info.dayoutnum}USDT</span>
- <elseif condition="$info.outtype eq 2" />
- <span class="fzmm fcc">{:L('按币量,产出:')}{$info.dayoutnum} <?php echo strtoupper($info['outcoin']);?></span>
- </if>
- </div>
- </div>
- <div style="width:100%;min-height:60px;padding:10px 0px;">
- <div style="width:30%;height:60px;float:left;">
- <span class="fzmm fcc">{:L('矿机说明')}:</span>
- </div>
- <div style="width:70%;height:60px;float:right;">
- <span class="fzmm fcc">{$info.content} </span>
- </div>
- </div>
- <div class="infobox_1">
- <div class="infobox_1l">
- <span class="fzmm fcc">{:L('结算说明')}:</span>
- </div>
- <div class="infobox_1r">
- <span class="fzmm fcc">{:L('定期自动结算')}</span>
- </if>
- </div>
- </div>
-
- <if condition="$info.type eq 2">
- <div class="infobox_1">
- <div class="infobox_1l">
- <span class="fzmm fcc">{:L('剩余份额')}:</span>
- </div>
- <div class="infobox_1r">
- <div class="festyle feactive">
- <input type="hidden" id="fe1box" value="{$fe}" />
- <span class="fzmm fcy" id="fe1span">{$fe}%</span>
- </div>
- </div>
- </div>
-
- </if>
- <input type="hidden" value="{$fe}" id="cfebox" />
- <input type="hidden" value="{$info.id}" id="kjid" />
- <input type="hidden" value="{$sharbltxt}" id="sharbltxt" />
- <div class="buybtn" onclick="gxbuynow({$info.id});">
- <span class="fzmm fch">{:L('购买')}</span>
- </div>
- </div>
- </div>
- <div class="btmbox"></div>
- </div>
-
- </div>
-
- <!--底部-->
- <div class="footer">
- <a href="{:U('Index/index')}">
- <div class="footer_op">
- <div class="f_op_t">
-
- <span class="iconfont icon-shouye" style="font-size:22px;"></span>
- </div>
- <div class="f_op_b">
- <span class="fzm fcc">{:L('首页')}</span>
- </div>
- </div>
- </a>
- <a href="{:U('Trade/index')}">
- <div class="footer_op">
- <div class="f_op_t" style="line-height:35px;">
- <span class="iconfont icon-fukuan" style="font-size:22px;"></span>
- </div>
- <div class="f_op_b">
- <span class="fzm fcc">{:L('交易')}</span>
- </div>
- </div>
- </a>
- <a href="{:U('Orepool/index')}">
- <div class="footer_op">
- <div class="f_op_t" style="line-height:35px;">
- <svg class="icon fticon" aria-hidden="true"><use xlink:href="#icon-ziyuan14"></use></svg>
- </div>
- <div class="f_op_b">
- <span class="fzm fcy">{:L('矿机')}</span>
- </div>
- </div>
- </a>
- <a href="{:U('Levertade/index')}">
- <div class="footer_op">
- <div class="f_op_t" style="line-height:35px;">
- <span class="iconfont icon-xuanxiang" style="font-size:22px;"></span>
- </div>
- <div class="f_op_b">
- <span class="fzm fcc">{:L('合约')}</span>
- </div>
- </div>
- </a>
-
- <a href="{:U('User/index')}">
- <div class="footer_op">
- <div class="f_op_t" style="line-height:35px;">
- <span class="iconfont icon-ziyuan24" style="font-size:22px;"></span>
- </div>
- <div class="f_op_b">
- <span class="fzm fcc">{:L('资产')}</span>
- </div>
- </div>
- </a>
- </div>
- </body>
- <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
- <script type="text/javascript" src="/Public/Static/js/layer/layer.js" ></script>
- <script type="text/javascript">
- function gxbuynow(id){
- var kid = id;
- if(kid <= 0 || kid == null){
- layer.msg("{:L('缺少重要参数')}");return false;
- }
- var gxfe = $("#cfebox").val();
- if(gxfe <= 0 || gxfe == null){
- layer.msg("{:L('请选择份额')}");return false;
- }
-
- var sharbltxt = $("#sharbltxt").val();
- if(sharbltxt <= 0 || sharbltxt == null){
- layer.msg("{:L('缺少重要参数')}");return false;
- }
-
- $.post("{:U('Orepool/buygxmining')}",
- {'kid':kid,'gxfe':gxfe,'st':8 , 'sharbltxt':sharbltxt},
- function(data){
- if(data.code == 1){
- layer.msg(data.msg);
- setTimeout(function(){
- window.location.href="{:U('Orepool/index')}";
- },2000);
- }else{
- layer.msg(data.msg);
- setTimeout(function(){
- window.location.reload();
- },2000);
- }
- });
- }
- </script>
- <script type="text/javascript">
- function goback(){
- window.history.go(-1);
- }
- </script>
- </html>
|