2831f2a299d67c89d2a9f637331c9cb4.php 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <title>设备列表</title>
  11. </head>
  12. <link rel="stylesheet" type="text/css" href="/jdxf/Public/wxapp/css/style.css">
  13. <script src="/jdxf/Public/wxapp/js/jquery-1.11.3.min.js"></script>
  14. <body>
  15. <!--头部-->
  16. <!--<div class="header"><a class="comblack" href="/jdxf/wxapp2.php/Home/index/index<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>"></a> 设备管理</div>-->
  17. <div class="header"><a class="comblack"
  18. href="/jdxf/wxapp2.php/Home/Inspection/xj_details/id/<?php echo ($record_id); ?>/companyid/<?php echo ($company); ?>"></a> 设备列表
  19. </div>
  20. <!--内容-->
  21. <div class="content">
  22. <div class="content-bottom" id="content-data">
  23. <ul>
  24. <?php if(is_array($res)): $i = 0; $__LIST__ = $res;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?><li class="content-bottom-li">
  25. <a href="/jdxf/wxapp2.php/Home/Inspection/getDeviceDetails/companyid/<?php echo ($vo["company"]); ?>/deviceid/<?php echo ($vo["owner_code"]); ?>/dwtype/<?php echo ($vo["dwtype"]); ?>/record_id/<?php echo ($record_id); ?>/spot_id/<?php echo ($spot_id); ?>">
  26. <p class="span-ffist"><?php echo ($vo["owner_name"]); ?> </p>
  27. <span class="to-right"></span>
  28. <span></span>
  29. </a>
  30. </li><?php endforeach; endif; else: echo "" ;endif; ?>
  31. </ul>
  32. </div>
  33. </div>
  34. <!--底部-->
  35. <div class="footer"></div>
  36. </body>
  37. <style type="text/css">
  38. .title-label {
  39. width: 20%;
  40. color: #000000;
  41. line-height: 55px;
  42. font-size: 16px;
  43. display: inline-block;
  44. text-align: center;
  45. float: left;
  46. cursor: pointer;
  47. border-bottom: 4px solid #DCDCDC;
  48. }
  49. .select-color {
  50. border-bottom: 4px solid #C91E30;
  51. }
  52. .fire-content {
  53. box-sizing: border-box;
  54. padding: 25px;
  55. }
  56. .content-bottom-li {
  57. clear: both;
  58. text-align: left;
  59. font-size: 16px;
  60. line-height: 26px;
  61. border-bottom: 1px solid #DCDCDC;
  62. }
  63. .content-bottom-li a:first-child {
  64. padding-left: 10%;
  65. padding-top: 20px;
  66. padding-bottom: 20px;
  67. display: block;
  68. }
  69. .content-bottom ul li span {
  70. font-size: 14px;
  71. color: #646464;
  72. display: block;
  73. float: right;
  74. }
  75. .next-list {
  76. color: #DBDBDB;
  77. margin-right: 5%;
  78. clear: both;
  79. }
  80. .span-ffist {
  81. font-size: 16px;
  82. clear: both;
  83. display: inline-block;
  84. width: 78%;
  85. }
  86. </style>
  87. </html>