point_details.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!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="__PUBLIC__/wxapp/css/style.css">
  13. <script src="__PUBLIC__/wxapp/js/jquery-1.11.3.min.js"></script>
  14. <body>
  15. <!--头部-->
  16. <!--<div class="header"><a class="comblack" href="__MODULE__/index/index{$tokenurl}/companyid/{$companyid}"></a> 设备管理</div>-->
  17. <div class="header"><a class="comblack"
  18. href="__MODULE__/Inspection/xj_details/id/{$record_id}/companyid/{$company}"></a> 设备列表
  19. </div>
  20. <!--内容-->
  21. <div class="content">
  22. <div class="content-bottom" id="content-data">
  23. <ul>
  24. <volist name="res" id="vo">
  25. <li class="content-bottom-li">
  26. <a href="__MODULE__/Inspection/getDeviceDetails/companyid/{$vo.company}/deviceid/{$vo.owner_code}/dwtype/{$vo.dwtype}/record_id/{$record_id}/spot_id/{$spot_id}">
  27. <p class="span-ffist">{$vo.owner_name} </p>
  28. <span class="to-right"></span>
  29. <span></span>
  30. </a>
  31. </li>
  32. </volist>
  33. </ul>
  34. </div>
  35. </div>
  36. <!--底部-->
  37. <div class="footer"></div>
  38. </body>
  39. <style type="text/css">
  40. .title-label {
  41. width: 20%;
  42. color: #000000;
  43. line-height: 55px;
  44. font-size: 16px;
  45. display: inline-block;
  46. text-align: center;
  47. float: left;
  48. cursor: pointer;
  49. border-bottom: 4px solid #DCDCDC;
  50. }
  51. .select-color {
  52. border-bottom: 4px solid #C91E30;
  53. }
  54. .fire-content {
  55. box-sizing: border-box;
  56. padding: 25px;
  57. }
  58. .content-bottom-li {
  59. clear: both;
  60. text-align: left;
  61. font-size: 16px;
  62. line-height: 26px;
  63. border-bottom: 1px solid #DCDCDC;
  64. }
  65. .content-bottom-li a:first-child {
  66. padding-left: 10%;
  67. padding-top: 20px;
  68. padding-bottom: 20px;
  69. display: block;
  70. }
  71. .content-bottom ul li span {
  72. font-size: 14px;
  73. color: #646464;
  74. display: block;
  75. float: right;
  76. }
  77. .next-list {
  78. color: #DBDBDB;
  79. margin-right: 5%;
  80. clear: both;
  81. }
  82. .span-ffist {
  83. font-size: 16px;
  84. clear: both;
  85. display: inline-block;
  86. width: 78%;
  87. }
  88. </style>
  89. </html>