wenshi.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
  6. <title>新农宝盒</title>
  7. <meta name="Keywords" content="悦游全球旅行网,悦游杂志" />
  8. <meta name="Description" content="" />
  9. <link rel="stylesheet" href="css/reset-mobile.css">
  10. <link href="css/index.css" rel="stylesheet" type="text/css" />
  11. <script src="js/zepto.min.js"></script>
  12. </head>
  13. <body class="gray">
  14. <header>
  15. 1号温室 <a href="#" class="ico-back"></a>
  16. </header>
  17. <section class="wrapper">
  18. <section class="video">
  19. <img src="images/video.jpg" width="100%" alt="">
  20. <a href="#" class="btn-video"></a>
  21. </section>
  22. <section class="card">
  23. <dl>
  24. <dt><i class="ico-net"></i><span>联网信号</span></dt>
  25. <dd><span>10</span><em>%</em></dd>
  26. <dd class="color-error"><span>断开</span></dd>
  27. </dl>
  28. <dl>
  29. <dt><i class="ico-electric"></i><span>电池电量</span></dt>
  30. <dd><span>65</span><em>%</em></dd>
  31. <dd class="color-success"><span>充电中...</span></dd>
  32. </dl>
  33. </section>
  34. <section class="card border">
  35. <dl>
  36. <dt><i class="ico-temperature"></i><span>温度</span></dt>
  37. <dd><span class="color-info">28</span><em>°C</em></dd>
  38. <dd>
  39. <a href="#" class="ico-setting-gray"></a><b class="hline"></b><a href="#" class="ico-grid"></a>
  40. <p>2016.8.29 12:50</p>
  41. </dd>
  42. </dl>
  43. <dl>
  44. <dt><i class="ico-humidity"></i><span>湿度</span></dt>
  45. <dd><span class="color-info">65</span><em>%RH</em></dd>
  46. <dd>
  47. <a href="#" class="color-info">正常</a><b class="hline"></b><a href="#" class="ico-grid"></a>
  48. <p>2016.8.29 12:50</p>
  49. </dd>
  50. </dl>
  51. <dl>
  52. <dt><i class="ico-ec"></i><span>EC</span></dt>
  53. <dd><span class="color-info">140</span><em>ms/cm</em></dd>
  54. <dd>
  55. <a href="#" class="ico-down"></a><b class="hline"></b><a href="#" class="ico-grid"></a>
  56. <p>2016.8.29 12:50</p>
  57. </dd>
  58. </dl>
  59. <dl>
  60. <dt><i class="ico-co2"></i><span>二氧化碳</span></dt>
  61. <dd><span class="color-info">410</span><em>ppm</em></dd>
  62. <dd>
  63. <a href="#" class="ico-down"></a><b class="hline"></b><a href="#" class="ico-grid"></a>
  64. <p>2016.8.29 12:50</p>
  65. </dd>
  66. </dl>
  67. </section>
  68. <section class="card col2 border">
  69. <dl>
  70. <dt><span>1号阀门</span></dt>
  71. <dd>&nbsp;</dd>
  72. <dd>
  73. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off on"></a>
  74. </dd>
  75. </dl>
  76. <dl>
  77. <dt><span>2号阀门(0.2MPa)</span></dt>
  78. <dd>&nbsp;</dd>
  79. <dd>
  80. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off yellow on"></a>
  81. </dd>
  82. </dl>
  83. <dl>
  84. <dt><span>补光灯</span></dt>
  85. <dd>&nbsp;</dd>
  86. <dd>
  87. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off on"></a>
  88. </dd>
  89. </dl>
  90. <dl>
  91. <dt><span>加湿</span></dt>
  92. <dd>&nbsp;</dd>
  93. <dd>
  94. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off"></a>
  95. </dd>
  96. </dl>
  97. <dl>
  98. <dt><span>除湿</span></dt>
  99. <dd>&nbsp;</dd>
  100. <dd>
  101. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off"></a>
  102. </dd>
  103. </dl>
  104. <dl>
  105. <dt><span>通风</span></dt>
  106. <dd>&nbsp;</dd>
  107. <dd>
  108. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off"></a>
  109. </dd>
  110. </dl>
  111. <dl>
  112. <dt><span>卷帘开</span></dt>
  113. <dd>&nbsp;</dd>
  114. <dd>
  115. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off"></a>
  116. </dd>
  117. </dl>
  118. <dl>
  119. <dt><span>卷帘关</span></dt>
  120. <dd>&nbsp;</dd>
  121. <dd>
  122. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off"></a>
  123. </dd>
  124. </dl>
  125. </section>
  126. </section>
  127. </body>
  128. </html>