list.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">-->
  6. <meta name="renderer" content="webkit">
  7. <meta name="description" content="山西云得物网络科技有限公司官方网站,云得物,云买卖,电子交易,电子招标">
  8. <meta name="keywords" content="云得物,云买卖,电子交易,电子招标">
  9. <meta name="x5-fullscreen" content="true">
  10. <meta name="full-screen" content="yes">
  11. <meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
  12. <meta http-equiv="Pragma" content="no-cache">
  13. <meta http-equiv="Cache-Control" content="no-cache">
  14. <meta name="apple-mobile-web-app-capable" content="no" />
  15. <meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">
  16. <title>入住机构-云买卖交易平台</title>
  17. <link rel="shortcut icon" href="http://res.eqbidding.com/img/favicon.ico" type="image/x-icon" />
  18. <link rel="stylesheet" href="../css/layui.css">
  19. <link rel="stylesheet" href="./css/style.min.css">
  20. <link rel="stylesheet" href="../css/topnav.min.css">
  21. <link rel="stylesheet" href="../css/footer.min.css">
  22. <script src="../js/jquery.min.js?v=1.11.3"></script>
  23. <script src="../js/load.min.js"></script>
  24. <script src="/jssrc/common.js"></script>
  25. </head>
  26. <body>
  27. <!--导航-->
  28. <div class="header" data-selectIndex="5"></div>
  29. <!--入住机构-->
  30. <div class="SettleIn-box">
  31. <div class="SettleIn-title-box">
  32. <h1>
  33. <span></span> 入驻机构
  34. <span></span>
  35. </h1>
  36. <span class="introduce-text">Recommended enterprise</span>
  37. </div>
  38. <div class="SettleIn-content-box">
  39. <ul>
  40. <li>
  41. <a href="" target="_blank"><img src="" alt=""><span><h6>山西离柳焦煤集团有限公司</h6><i>911400001124314898</i></span></a>
  42. </li>
  43. </ul>
  44. <div class="SettleIn-content-paging">
  45. <div id="paging"></div>
  46. </div>
  47. </div>
  48. </div>
  49. <!--底部栏-->
  50. <div class="footer"></div>
  51. </body>
  52. <script src="../js/layui.all.js"></script>
  53. <script src="./js/index.min.js"></script>
  54. </html>