price.php 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880
  1. <?php
  2. namespace app\index;
  3. class price extends Base
  4. {
  5. function index()
  6. {
  7. $ssl = is_ssl() ? 'https://' : 'http://';
  8. $link = $ssl . $_SERVER['HTTP_HOST'] . IN_PATH;
  9. $rules = explode('|', '50M|100M|300M|600M|1G|1.5G|1.5G以上');
  10. $prices = json_decode(IN_POINTSRULE, true);
  11. $price_str = '0-';
  12. foreach ($rules as $k => $v) {
  13. if ($k > 5) {
  14. $price_str .= ',';
  15. }
  16. $price_str .= $v . '(' . $prices[$k] . '个)';
  17. if ($k < 5) {
  18. $price_str .= ',' . $rules[$k] . '-';
  19. }
  20. }
  21. $price_str .= ",CDN云存储" . IN_CDNPOINTS . "倍计费";
  22. ?>
  23. <!doctype html>
  24. <html lang="">
  25. <head>
  26. <meta charset="utf-8">
  27. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" />
  28. <meta name="keywords" content="<?php echo IN_KEYWORDS;?>" />
  29. <meta name="description" content="<?php echo IN_DESCRIPTION;?>" />
  30. <title>价格 - <?php echo IN_NAME;?> - 免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
  31. <?php
  32. include 'static.php';
  33. ?>
  34. <link rel="stylesheet" href="/css/jcq.css">
  35. </head>
  36. <body>
  37. <?php
  38. $this->header();
  39. ?>
  40. <div class="hidden-xs">
  41. <div class="new-price-banner">
  42. <div class="container">
  43. <div class="banner-con">
  44. <h3><?php echo IN_NAME;?>价格与服务</h3>
  45. <p>开启高效的移动APP解决方案,全程自助服务</p>
  46. </div>
  47. </div>
  48. </div>
  49. <div class="container">
  50. <div class="price-tab">
  51. <ul class="clearfix">
  52. <li class="active">分发套餐</li>
  53. <li>企业签名</li>
  54. <li>会员套餐</li>
  55. </ul>
  56. </div>
  57. <div class="price-con">
  58. <div class="tab-1" style="display: block;">
  59. <div class="buy-number">
  60. <div class="price-common price-1">
  61. <div class="text-center title flex items-center justify-center">
  62. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  63. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  64. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  65. </svg>
  66. <div style="margin:0 10px;">应用分发套餐</div>
  67. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  68. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  69. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  70. </svg>
  71. </div>
  72. <p class="p1" style="margin-top:10px; color:#7690B5;">每天登录赠送<?php echo IN_LOGINPOINTS;?><?php echo IN_POINTNAME;?>,可累加,用完为止。</p>
  73. <div class="row clearfix">
  74. <?php
  75. $item = db('item')->where('type', '1')->where('status', 1)->order('price asc')->limit(3)->select();
  76. foreach ($item as $k => $v) {
  77. ?>
  78. <div class="col-sm-4">
  79. <div class="con">
  80. <!-- <div class="gradient gradient<?php echo $k + 1;?>">
  81. </div> -->
  82. <div class="c-top">
  83. <div class="text">充值</div>
  84. <div class="num"><?php echo number_format($v['number']);?>
  85. <span><?php echo IN_POINTNAME;?></span>
  86. </div>
  87. <span class="recommended"
  88. <?php echo $v['recommended'] ? 'style="display: block; top:0px;left:0px;right:auto;"' : 'style="display: none;"';?>>
  89. <img src="/static/index/image/icon-17.png"></span>
  90. </div>
  91. <div class="bottom-con">
  92. <dl>
  93. <dd class="flex items-center">
  94. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  95. <g clip-path="url(#clip0_295_905)">
  96. <path d="M8 16C 3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  97. </g>
  98. <defs>
  99. <clipPath id="clip0_295_905">
  100. <rect width="16" height="16" fill="white"/>
  101. </clipPath>
  102. </defs>
  103. </svg>
  104. 支持安卓苹果合并下载
  105. </dd>
  106. <dd class="flex items-center">
  107. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  108. <g clip-path="url(#clip0_295_905)">
  109. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  110. </g>
  111. <defs>
  112. <clipPath id="clip0_295_905">
  113. <rect width="16" height="16" fill="white"/>
  114. </clipPath>
  115. </defs>
  116. </svg>
  117. 支持最大<?php echo formatsize(IN_SVIPUPLOAD * 1024 * 1024);?>
  118. 应用
  119. </dd>
  120. <dd class="flex items-center">
  121. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  122. <g clip-path="url(#clip0_295_905)">
  123. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  124. </g>
  125. <defs>
  126. <clipPath id="clip0_295_905">
  127. <rect width="16" height="16" fill="white"/>
  128. </clipPath>
  129. </defs>
  130. </svg>
  131. 支持中文、英文、繁体
  132. </dd>
  133. <dd class="flex items-center">
  134. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  135. <g clip-path="url(#clip0_295_905)">
  136. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  137. </g>
  138. <defs>
  139. <clipPath id="clip0_295_905">
  140. <rect width="16" height="16" fill="white"/>
  141. </clipPath>
  142. </defs>
  143. </svg>
  144. 6个专享模板使用
  145. </dd>
  146. <!-- <dd><span class="iconfont icon-gou color-hover"></span>APP可以永久保存-->
  147. <!-- </dd>-->
  148. <dd class="flex items-center">
  149. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  150. <g clip-path="url(#clip0_295_905)">
  151. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  152. </g>
  153. <defs>
  154. <clipPath id="clip0_295_905">
  155. <rect width="16" height="16" fill="white"/>
  156. </clipPath>
  157. </defs>
  158. </svg>
  159. 自定义短连接
  160. </dd>
  161. <!-- <dd><span class="iconfont icon-gou color-hover"></span>CDN加速下载-->
  162. <!-- </dd>-->
  163. </dl>
  164. <div class="b-price">
  165. ¥<span><?php echo intval($v['price']);?></span>
  166. </div>
  167. </div>
  168. <div class="bottom">
  169. <a href="/index/item_price?type=1&id=<?php echo $v['id'];?>"
  170. target="_blank" class="btn-buy ms-btn-secondary ms-btn">购买</a>
  171. </div>
  172. </div>
  173. </div>
  174. <?php
  175. }
  176. ?>
  177. </div>
  178. </div>
  179. </div>
  180. <div class="price-common price-1">
  181. <div class="text-center title flex items-center justify-center">
  182. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  183. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  184. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  185. </svg>
  186. <div style="margin:0 10px;">常见问题</div>
  187. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  188. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  189. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  190. </svg>
  191. </div>
  192. <div class="help">
  193. <?php
  194. $list = db('article')->where('type', '1')->where('group', 'distr')->select();
  195. foreach ($list as $v) {
  196. ?>
  197. <dl>
  198. <dt class="clearfix">
  199. <span class="left">Q :</span>
  200. <span class="right"><?php echo $v['name'];?></span>
  201. </dt>
  202. <dd class="clearfix answer">
  203. <span class="left">A :</span>
  204. <span class="right"><?php echo $v['content'];?></span>
  205. </dd>
  206. </dl>
  207. <?php
  208. }
  209. ?>
  210. </div>
  211. </div>
  212. </div>
  213. <div class="tab-2">
  214. <div class="table-wrap const-table-bor">
  215. <div class="price-common price-1">
  216. <div class="text-center title flex items-center justify-center">
  217. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  218. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  219. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  220. </svg>
  221. <div style="margin:0 10px;">企业签名</div>
  222. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  223. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  224. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  225. </svg>
  226. </div>
  227. <p class="p1">选择最适合您的服务套餐</p>
  228. <div class="table-responsive">
  229. <table class="table table-bordered">
  230. <tr>
  231. <th>套餐</th>
  232. <th>基础版</th>
  233. <th ><span class="badge-basis">稳定版</span>
  234. <span class="recommended" style="display: block; position:absolute; right:-2px;top:-2px;">
  235. <img src="/static/index/image/icon_tuijian2.png"></span>
  236. </th>
  237. </tr>
  238. <?php
  239. $item = db('item')->where('type', '3')->where('status', 1)->where('recommended', '0')->order('price asc')->limit(3)->select();
  240. $item1 = db('item')->where('type', '3')->where('status', 1)->where('recommended', '1')->order('price asc')->limit(3)->select();
  241. foreach ($item as $k => $v) {
  242. ?>
  243. <tr>
  244. <td><?php echo $v['number'];?>个月
  245. <!-- <span class="badge-basis">-->
  246. <!-- <span class="badge">-->
  247. <!--</span>-->
  248. <!-- </span>-->
  249. </td>
  250. <td>¥<span class="font20"><?php echo intval($v['price']);?></span></td>
  251. <td>
  252. ¥<span class="font20"><?php echo intval($item1[$k]['price']);?></span>
  253. </td>
  254. </tr>
  255. <?php
  256. }
  257. ?>
  258. <tr>
  259. <td>更新<span class="badge-basis"><span class="badge">活动价</span></span></td>
  260. <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
  261. <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
  262. </tr>
  263. </table>
  264. </div>
  265. </div>
  266. <?php
  267. if (IN_SUPER) {
  268. ?>
  269. <div class="price-common price-1">
  270. <div class="text-center title flex items-center justify-center">
  271. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  272. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  273. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  274. </svg>
  275. <div style="margin:0 10px;">超级签名</div>
  276. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  277. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  278. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  279. </svg>
  280. </div>
  281. <p class="p1">选择最适合您的服务套餐</p>
  282. <div class="table-responsive">
  283. <table class="table table-bordered">
  284. <tbody>
  285. <tr>
  286. <th>套餐</th>
  287. <th>私有池</th>
  288. <th><span class="badge-basis">公有池</span>
  289. <span class="recommended" style="display: block; position:absolute; right:-2px;top:-2px;">
  290. <img src="/static/index/image/icon_tuijian2.png"></span>
  291. </th>
  292. </tr>
  293. <?php
  294. $item = db('item')->where('type', '4')->where('status', 1)->order('price asc')->limit(3)->select();
  295. $prv_item = db('item')->where('type', '5')->where('status', 1)->order('price asc')->limit(3)->select();
  296. foreach ($item as $k => $v) {
  297. ?>
  298. <tr>
  299. <td><?php echo $v['number'];?>个设备
  300. <!-- <span class="badge-basis">-->
  301. <!-- <span class="badge">-->
  302. <!--</span>-->
  303. <!-- </span>-->
  304. </td>
  305. <td>
  306. <span
  307. class="font20"><?php echo intval($prv_item[$k]['price']);?></span>元
  308. </td>
  309. <td><span class="font20"><?php echo intval($v['price']);?></span>元
  310. </td>
  311. </tr>
  312. <?php
  313. }
  314. ?> <tr>
  315. <td>开发者证书<span class="badge-basis"></span></td>
  316. <td><span class="free">使用用户个人的证书</span></td>
  317. <td><span class="free">使用本站提供的证书</span></td>
  318. </tr>
  319. </tbody>
  320. </table>
  321. </div>
  322. </div>
  323. <?php
  324. }
  325. ?> <div class="price-common price-1">
  326. <div class="text-center title flex items-center justify-center">
  327. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  328. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  329. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  330. </svg>
  331. <div style="margin:0 10px;">服务介绍</div>
  332. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  333. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  334. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  335. </svg>
  336. </div>
  337. <p class="p1">APP无需越狱或者上架商店,即可直接安装到设备上</p>
  338. <div class="table-responsive">
  339. <table class="table table-bordered">
  340. <tr>
  341. <td>服务</td>
  342. <th>基础版</th>
  343. <th>稳定版</th>
  344. <th>超级签名</th>
  345. </tr>
  346. <tr>
  347. <td>官方手动签名</td>
  348. <td><span class="iconfont icon-duihao"></span></td>
  349. <td><span class="iconfont icon-duihao"></span></td>
  350. <td><span class="iconfont icon-duihao"></span></td>
  351. </tr>
  352. <tr>
  353. <td>IPA包检测(检测系统、版本)</td>
  354. <td><span class="iconfont icon-duihao"></span></td>
  355. <td><span class="iconfont icon-duihao"></span></td>
  356. <td><span class="iconfont icon-duihao"></span></td>
  357. </tr>
  358. <tr>
  359. <td>真机测试(常用机型真机测试)</td>
  360. <td><span class="iconfont icon-duihao"></span></td>
  361. <td><span class="iconfont icon-duihao"></span></td>
  362. <td><span class="iconfont icon-duihao"></span></td>
  363. </tr>
  364. <tr>
  365. <td>证书分类签名</td>
  366. <td><span class="iconfont icon-duihao"></span></td>
  367. <td><span class="iconfont icon-duihao"></span></td>
  368. <td><span class="iconfont icon-duihao"></span></td>
  369. </tr>
  370. <tr>
  371. <td>提供备用证书签名</td>
  372. <td></td>
  373. <td><span class="iconfont icon-duihao"></span></td>
  374. <td><span class="iconfont icon-duihao"></span></td>
  375. </tr>
  376. <tr>
  377. <td>应用扩展(App Extension)</td>
  378. <td></td>
  379. <td><span class="iconfont icon-duihao"></span></td>
  380. <td><span class="iconfont icon-duihao"></span></td>
  381. </tr>
  382. <tr>
  383. <td>网络代理(Packet Tunnel)</td>
  384. <td></td>
  385. <td><span class="iconfont icon-duihao"></span></td>
  386. <td><span class="iconfont icon-duihao"></span></td>
  387. </tr>
  388. <tr>
  389. <td>数据共享(App Groups)</td>
  390. <td></td>
  391. <td></td>
  392. <td><span class="iconfont icon-duihao"></span></td>
  393. </tr>
  394. <tr>
  395. <td>计步器(HealthKit)</td>
  396. <td></td>
  397. <td></td>
  398. <td><span class="iconfont icon-duihao"></span></td>
  399. </tr>
  400. <tr>
  401. <td>稳定性</td>
  402. <td>
  403. <span class="iconfont icon-xingxing"></span>
  404. <span class="iconfont icon-xingxing"></span>
  405. <span class="iconfont icon-xingxing"></span>
  406. <span class="iconfont icon-xingxing2"></span>
  407. <span class="iconfont icon-xingxing2"></span>
  408. </td>
  409. <td>
  410. <span class="iconfont icon-xingxing"></span>
  411. <span class="iconfont icon-xingxing"></span>
  412. <span class="iconfont icon-xingxing"></span>
  413. <span class="iconfont icon-xingxing"></span>
  414. <span class="iconfont icon-xingxing2"></span>
  415. </td>
  416. <td>
  417. <span class="iconfont icon-xingxing"></span>
  418. <span class="iconfont icon-xingxing"></span>
  419. <span class="iconfont icon-xingxing"></span>
  420. <span class="iconfont icon-xingxing"></span>
  421. <span class="iconfont icon-xingxing"></span>
  422. </td>
  423. </tr>
  424. <tr>
  425. <td>适用于</td>
  426. <td>测试使用、中短期运营</td>
  427. <td>长期稳定运营</td>
  428. <td>长期稳定运营</td>
  429. </tr>
  430. </table>
  431. </div>
  432. </div>
  433. </div>
  434. <div class="price-common price-1">
  435. <div class="text-center title flex items-center justify-center">
  436. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  437. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  438. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  439. </svg>
  440. <div style="margin:0 10px;">常见问题</div>
  441. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  442. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  443. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  444. </svg>
  445. </div>
  446. <div class="help">
  447. <?php
  448. $list = db('article')->where('type', '1')->where('group', 'sign')->select();
  449. foreach ($list as $v) {
  450. ?> <dl>
  451. <dt class="clearfix">
  452. <span class="left">Q :</span>
  453. <span class="right"><?php echo $v['name'];?></span>
  454. </dt>
  455. <dd class="clearfix answer">
  456. <span class="left">A :</span>
  457. <span class="right"><?php echo $v['content'];?></span>
  458. </dd>
  459. </dl>
  460. <?php
  461. }
  462. ?> </div>
  463. </div>
  464. </div>
  465. <div class="tab-3">
  466. <div class="buy-number">
  467. <div class="price-common price-1">
  468. <div class="text-center title flex items-center justify-center">
  469. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  470. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  471. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  472. </svg>
  473. <div style="margin:0 10px;">会员套餐</div>
  474. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  475. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  476. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  477. </svg>
  478. </div>
  479. <p class="p1">一次开通使用一年</p>
  480. <div class="row clearfix">
  481. <?php
  482. $item = db('item')->where('type', 2)->where('status', 1)->limit(3)->order('price asc')->select();
  483. $CAPACITY = array(IN_PVIPCAPACITY, IN_IVIPCAPACITY, IN_SVIPCAPACITY);
  484. $UPLOAD = array(IN_PVIPUPLOAD, IN_IVIPUPLOAD, IN_SVIPUPLOAD);
  485. foreach ($item as $k => $v) {
  486. ?> <div class="col-sm-4">
  487. <div class="con">
  488. <!-- <div class="gradient gradient<?php echo $k + 1;?>">
  489. </div> -->
  490. <div class="c-top">
  491. <div class="text"><?php echo $v['name'];?></div>
  492. <div class="num"><span>
  493. <img src="/static/index/image/icon-vip_<?php echo $k + 1;?>.png"
  494. style="width: 50px;"></span>
  495. </div>
  496. <span class="recommended"
  497. <?php echo $v['recommended'] ? 'style="display: block; top:0px;left:0px;right:auto;"' : 'style="display: none;"';?>>
  498. <img src="/static/index/image/icon-17.png"></span>
  499. </div>
  500. <div class="bottom-con">
  501. <dl>
  502. <dd>
  503. <dd class="flex items-center">
  504. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  505. <g clip-path="url(#clip0_295_905)">
  506. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  507. </g>
  508. <defs>
  509. <clipPath id="clip0_295_905">
  510. <rect width="16" height="16" fill="white"/>
  511. </clipPath>
  512. </defs>
  513. </svg> <?php echo formatsize($CAPACITY[$k] * 1024 * 1024);?>
  514. 存储容量
  515. </dd>
  516. <dd>
  517. <dd class="flex items-center">
  518. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  519. <g clip-path="url(#clip0_295_905)">
  520. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  521. </g>
  522. <defs>
  523. <clipPath id="clip0_295_905">
  524. <rect width="16" height="16" fill="white"/>
  525. </clipPath>
  526. </defs>
  527. </svg> 可上传<?php echo formatsize($UPLOAD[$k] * 1024 * 1024);?>
  528. 应用
  529. </dd>
  530. <dd class="flex items-center">
  531. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  532. <g clip-path="url(#clip0_295_905)">
  533. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  534. </g>
  535. <defs>
  536. <clipPath id="clip0_295_905">
  537. <rect width="16" height="16" fill="white"/>
  538. </clipPath>
  539. </defs>
  540. </svg> 下载页无广告
  541. </dd>
  542. <dd class="flex items-center">
  543. <svg width="16" height="16" viewBox="0 0 16 16" style="margin-right:10px;" fill="none" xmlns="http://www.w3.org/2000/svg">
  544. <g clip-path="url(#clip0_295_905)">
  545. <path d="M8 16C3.582 16 0 12.418 0 8C0 3.582 3.582 0 8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16ZM6.216 11.1413C6.29339 11.2187 6.38526 11.2801 6.48638 11.322C6.5875 11.3639 6.69588 11.3855 6.80533 11.3855C6.91479 11.3855 7.02317 11.3639 7.12429 11.322C7.22541 11.2801 7.31728 11.2187 7.39467 11.1413L12.4467 6.08933C12.5241 6.01194 12.5855 5.92006 12.6273 5.81894C12.6692 5.71783 12.6908 5.60945 12.6908 5.5C12.6908 5.39055 12.6692 5.28217 12.6273 5.18106C12.5855 5.07994 12.5241 4.98806 12.4467 4.91067C12.3693 4.83327 12.2774 4.77188 12.1763 4.73C12.0752 4.68811 11.9668 4.66656 11.8573 4.66656C11.7479 4.66656 11.6395 4.68811 11.5384 4.73C11.4373 4.77188 11.3454 4.83327 11.268 4.91067L6.76933 9.33733L4.756 7.324C4.5997 7.1677 4.38771 7.07989 4.16667 7.07989C3.94562 7.07989 3.73363 7.1677 3.57733 7.324C3.42103 7.4803 3.33322 7.69229 3.33322 7.91333C3.33322 8.02278 3.35478 8.13116 3.39667 8.23228C3.43855 8.3334 3.49994 8.42527 3.57733 8.50267L6.216 11.1413Z" fill="#0DD768"/>
  546. </g>
  547. <defs>
  548. <clipPath id="clip0_295_905">
  549. <rect width="16" height="16" fill="white"/>
  550. </clipPath>
  551. </defs>
  552. </svg> CDN加速下载
  553. </dd>
  554. </dl>
  555. <div class="b-price">
  556. ¥<span><?php echo intval($v['price']);?></span>/年
  557. </div>
  558. </div>
  559. <div class="bottom">
  560. <a href="/index/item_price?type=2&id=<?php echo $v['id'];?>"
  561. target="_blank" class="btn-buy ms-btn-secondary ms-btn">购买</a>
  562. </div>
  563. </div>
  564. </div>
  565. <?php
  566. }
  567. ?>
  568. </div>
  569. </div>
  570. </div>
  571. <div class="price-common price-1">
  572. <div class="text-center title flex items-center justify-center">
  573. <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  574. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  575. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  576. </svg>
  577. <div style="margin:0 10px;">会员套餐</div>
  578. <svg width="24" height="17" style="rotate: 180deg;" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  579. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 24 0.5)" fill="#00A2FF"/>
  580. <circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 16 0.5)" fill="#00A2FF" fill-opacity="0.3"/>
  581. </svg>
  582. </div>
  583. <div class="help">
  584. <?php
  585. $list = db('article')->where('type', '1')->where('group', 'vip')->select();
  586. foreach ($list as $v) {
  587. ?> <dl>
  588. <dt class="clearfix">
  589. <span class="left">Q :</span>
  590. <span class="right"><?php echo $v['name'];?></span>
  591. </dt>
  592. <dd class="clearfix answer">
  593. <span class="left">A :</span>
  594. <span class="right"><?php echo $v['content'];?></span>
  595. </dd>
  596. </dl>
  597. <?php
  598. }
  599. ?> </div>
  600. </div>
  601. </div>
  602. </div>
  603. </div>
  604. </div>
  605. <div class="visible-xs">
  606. <div class="mobile-price">
  607. <div class="new-price-tab">
  608. <ul class="tab clearfix">
  609. <li class="active"><a href="javascript:;">分发套餐</a></li>
  610. <?php
  611. if (IN_SIGN) {
  612. ?> <li><a href="javascript:;">企业签名</a></li>
  613. <?php
  614. }
  615. ?> <li><a href="javascript:;">会员套餐</a></li>
  616. </ul>
  617. </div>
  618. <div class="m-price-banner">
  619. <div class="swiper-container">
  620. <div class="swiper-wrapper">
  621. <div class="swiper-slide" style="background-image: url(/static/index/image/m-price-1.jpg)">
  622. <div class="tit"><?php echo IN_NAME;?>价格与服务</div>
  623. <p>开启高效的移动APP解决方案,全程<br>自助服务</p>
  624. </div>
  625. </div>
  626. </div>
  627. </div>
  628. <div class="container">
  629. <div class="new-price-con">
  630. <div class="tab-4" style="display: block;">
  631. <div class="m-price-common m-publish">
  632. <div class="tit-wrap">
  633. <ul class="tit clearfix">
  634. <li class="left"><img src="/static/index/image/m-price-4.png"></li>
  635. <li class="center">应用分发套餐</li>
  636. <li class="right"><img src="/static/index/image/m-price-5.png"></li>
  637. </ul>
  638. <div class="p2">
  639. 实名认证后,每天免费赠送<span><?php echo IN_LOGINPOINTS;?></span><?php echo IN_POINTNAME;?>
  640. </div>
  641. </div>
  642. <div class="row">
  643. <?php
  644. $item = db('item')->where('type', '1')->where('status', 1)->order('price asc')->limit(3)->select();
  645. foreach ($item as $k => $v) {
  646. ?> <div class="col-xs-4">
  647. <div class="con con<?php echo $k;?>">
  648. <div class="level"><?php echo $v['number'];?>
  649. <span><?php echo IN_POINTNAME;?></span>
  650. </div>
  651. <div class="msggg">套餐<?php echo array('一', '二', '三')[$k];?></div>
  652. <div class="num"><span><?php echo intval($v['price']);?></span>元</div>
  653. <?php
  654. if ($v['recommended']) {
  655. ?> <span class="recommended">推荐</span>
  656. <?php
  657. }
  658. ?>
  659. </div>
  660. </div>
  661. <?php
  662. }
  663. ?> </div>
  664. </div>
  665. <br>
  666. <br>
  667. <div class="m-publish-buy clearfix">
  668. <a href="/index/item_price?id=10" class="small1"><span
  669. class="iconfont icon-gouwuche"></span>购买套餐一</a>
  670. <a href="/index/item_price?id=11" class="big1"><span
  671. class="iconfont icon-gouwuche"></span>购买套餐二</a>
  672. <a href="/index/item_price?id=12" class="big2"><span
  673. class="iconfont icon-gouwuche"></span>购买套餐三</a>
  674. </div>
  675. </div>
  676. <div class="tab-5">
  677. <div class="m-price-common m-pack-price">
  678. <div class="tit-wrap">
  679. <ul class="tit clearfix">
  680. <li class="left"><img src="/static/index/image/m-price-4.png"></li>
  681. <li class="center">应用签名</li>
  682. <li class="right"><img src="/static/index/image/m-price-5.png"></li>
  683. </ul>
  684. </div>
  685. <div class="row">
  686. <div class="con con1">
  687. <h4>企业签名</h4>
  688. <p class="p1">选择最适合您的服务套餐</p>
  689. <div class="table-responsive" style="border:0;margin-bottom:0;">
  690. <table class="table table-bordered">
  691. <tr>
  692. <th>
  693. <center>套餐</center>
  694. </th>
  695. <th>
  696. <center>基础版</center>
  697. </th>
  698. <th>
  699. <center><span class="badge-basis">稳定版<span
  700. class="badge">推荐</span></span></center>
  701. </th>
  702. </tr>
  703. <?php
  704. $item = db('item')->where('type', '3')->where('status', 1)->where('recommended', '0')->order('price asc')->limit(3)->select();
  705. $item1 = db('item')->where('type', '3')->where('status', 1)->where('recommended', '1')->order('price asc')->limit(3)->select();
  706. foreach ($item as $k => $v) {
  707. ?> <tr>
  708. <td><?php echo $v['number'];?>个月
  709. <!-- <span class="badge-basis">-->
  710. <!-- <span class="badge">-->
  711. <!--</span>-->
  712. <!-- </span>-->
  713. </td>
  714. <td><span class="font20"><?php echo intval($v['price']);?></span>元
  715. </td>
  716. <td>
  717. <span
  718. class="font20"><?php echo intval($item1[$k]['price']);?></span>元
  719. </td>
  720. </tr>
  721. <?php
  722. }
  723. ?> <tr>
  724. <td>更新<span class="badge-basis"><span
  725. class="badge">活动价</span></span></td>
  726. <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
  727. <td><span class="free">每月补签<?php echo IN_RESIGN;?>次</span></td>
  728. </tr>
  729. </table>
  730. </div>
  731. </div>
  732. <div class="con con2" style="margin-top:20px;">
  733. <h4>超级签名</h4>
  734. <p class="p1">选择最适合您的服务套餐</p>
  735. <div class="table-responsive" style="border:0;margin-bottom:0;">
  736. <table class="table table-bordered">
  737. <tbody>
  738. <tr>
  739. <th>套餐</th>
  740. <th>私有池</th>
  741. <th>
  742. <span class="badge-basis">
  743. 公有池
  744. <span class="badge">推荐</span>
  745. </span>
  746. </th>
  747. </tr>
  748. <?php
  749. $item = db('item')->where('type', '4')->where('status', 1)->order('price asc')->limit(3)->select();
  750. $prv_item = db('item')->where('type', '5')->where('status', 1)->order('price asc')->limit(3)->select();
  751. foreach ($item as $k => $v) {
  752. ?> <tr>
  753. <td><?php echo $v['number'];?>个设备
  754. <!-- <span class="badge-basis">-->
  755. <!-- <span class="badge">-->
  756. <!--</span>-->
  757. <!-- </span>-->
  758. </td>
  759. <td>
  760. <span
  761. class="font20"><?php echo intval($prv_item[$k]['price']);?></span>元
  762. </td>
  763. <td><span
  764. class="font20"><?php echo intval($v['price']);?></span>元
  765. </td>
  766. </tr>
  767. <?php
  768. }
  769. ?> <tr>
  770. <td>开发者证书<span class="badge-basis"></span></td>
  771. <td><span class="free">私有证书</span></td>
  772. <td><span class="free">平台证书</span></td>
  773. </tr>
  774. </tbody>
  775. </table>
  776. </div>
  777. </div>
  778. </div>
  779. </div>
  780. </div>
  781. <div class="tab-6" style="display: none;">
  782. <div class="m-price-common m-publish">
  783. <div class="tit-wrap">
  784. <ul class="tit clearfix">
  785. <li class="left"><img src="/static/index/image/m-price-4.png"></li>
  786. <li class="center">会员套餐</li>
  787. <li class="right"><img src="/static/index/image/m-price-5.png"></li>
  788. </ul>
  789. <div class="p2">
  790. 实名认证后,每天免费赠送<span><?php echo IN_LOGINPOINTS;?></span><?php echo IN_POINTNAME;?>
  791. </div>
  792. </div>
  793. <div class="row">
  794. <?php
  795. $item = db('item')->where('type', '1')->where('status', 1)->order('price asc')->limit(3)->select();
  796. $CAPACITY = array(IN_PVIPCAPACITY, IN_IVIPCAPACITY, IN_SVIPCAPACITY);
  797. $UPLOAD = array(IN_PVIPUPLOAD, IN_IVIPUPLOAD, IN_SVIPUPLOAD);
  798. foreach ($item as $k => $v) {
  799. ?> <div class="col-xs-4">
  800. <div class="con con<?php echo $k;?>">
  801. <div class="level"><?php echo $v['number'];?>
  802. <span><?php echo IN_POINTNAME;?></span>
  803. </div>
  804. <div class="img-wrap">
  805. <img src="/static/index/image/m-price-7.png">
  806. </div>
  807. <div class="msggg"><?php echo $CAPACITY[$k];?>M存储容量</div>
  808. <div class="msggg">可上传<?php echo formatsize($UPLOAD[$k] * 1024 * 1024);?>应用
  809. </div>
  810. <div class="msggg">下载页无广告</div>
  811. <div class="msggg">CDN加速下载</div>
  812. <div class="num"><span><?php echo intval($v['price']);?></span>元</div>
  813. <?php
  814. if ($v['recommended']) {
  815. ?> <span class="recommended">限时特惠</span>
  816. <?php
  817. }
  818. ?>
  819. </div>
  820. </div>
  821. <?php
  822. }
  823. ?> </div>
  824. </div>
  825. <div class="m-publish-buy clearfix">
  826. <a href="/index/item_price?type=2&id=20" class="small1"><span
  827. class="iconfont icon-gouwuche"></span>购买初级会员</a>
  828. <a href="/index/item_price?type=2&id=21" class="big1"><span
  829. class="iconfont icon-gouwuche"></span>购买中级会员</a>
  830. <a href="/index/item_price?type=2&id=22" class="big2"><span
  831. class="iconfont icon-gouwuche"></span>购买高级会员</a>
  832. </div>
  833. </div>
  834. </div>
  835. </div>
  836. </div>
  837. <?php
  838. include 'footer.php';
  839. ?>
  840. </body>
  841. </html>
  842. <?php
  843. }
  844. }