04.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. <!-- <link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/font-awesome.4.6.0.css"> -->
  11. <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
  12. <link rel="stylesheet" href="__PUBLIC__/wxapp/css/jdxf.css">
  13. <title>设备详情</title>
  14. <style>
  15. .bjbox{
  16. margin: 15px 0;
  17. }
  18. .mar{
  19. margin: 0 30px;
  20. }
  21. .bjbox-c{
  22. font-size: 14px;
  23. color: #646464;
  24. }
  25. .box{
  26. height: 20px;
  27. background-color: #F5F5F5;
  28. }
  29. .mar-words {
  30. float: right;
  31. font-size: 18px;
  32. }
  33. .height1dcdcdc {
  34. display: block;
  35. height: 1px;
  36. margin-top: 2px;
  37. margin-bottom: 20px;
  38. background: #DCDCDC;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <!-- 头部 -->
  44. <div class="hand">
  45. <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
  46. <a href="__MODULE__/Dmanger/index{$tokenurl}/companyid/{$companyid}">
  47. <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
  48. </a>
  49. </span>
  50. 设备详情
  51. </div>
  52. <!-- 内容块 -->
  53. <div class="bjbox">
  54. <!-- <div class="bjbox-c mar">
  55. <span>2018/02/20 10:25</span>
  56. <span style="float: right;">离线</span>
  57. </div> -->
  58. <div class="mar">
  59. <span class="ownername">{$list.owner_name}</span>
  60. <span class="mar-words" style="color: #646464;">{$list.zs_status}</span>
  61. </div>
  62. </div>
  63. <div class="box"></div>
  64. <div class="bjbox">
  65. <div class="bjbox-c mar">基本信息</div>
  66. <div class="height1dcdcdc"></div>
  67. <div class="mar">设备类型:{$list.dwtypes} <br>
  68. 设备编号:{$list.deviceid} <br>
  69. 物联网卡号:{$list.sim}<br>
  70. 添加时间:{$list.install_time}
  71. </div>
  72. </div>
  73. <div class="box"></div>
  74. <div class="bjbox">
  75. <div class="bjbox-c mar">基本信息</div>
  76. <div class="height1dcdcdc"></div>
  77. <div class="mar">
  78. {$list.owner_address}
  79. </div>
  80. </div>
  81. <div class="box"></div>
  82. <div class="bjbox">
  83. <div class="bjbox-c mar">视频</div>
  84. <div class="height1dcdcdc" style=" margin-bottom: 0;"></div>
  85. <div class="mar" style="margin: 0">
  86. {$list.h5}
  87. </div>
  88. </div>
  89. </body>
  90. </html>