wenshi-1.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <h2 class="color-info">主控通讯设备</h2>
  19. <section class="card">
  20. <dl>
  21. <dt><i class="ico-net"></i><span>联网信号</span></dt>
  22. <dd><span>10</span><em>%</em></dd>
  23. <dd class="color-error"><span>断开</span></dd>
  24. </dl>
  25. <dl>
  26. <dt><i class="ico-electric"></i><span>电池电量</span></dt>
  27. <dd><span>65</span><em>%</em></dd>
  28. <dd class="color-success"><span>充电中...</span></dd>
  29. </dl>
  30. </section>
  31. <h2 class="color-info">阀门控制设备</h2>
  32. <section class="card">
  33. <dl>
  34. <dt><i class="ico-net"></i><span>联网信号</span></dt>
  35. <dd><span>10</span><em>%</em></dd>
  36. <dd class="color-error"><span>断开</span></dd>
  37. </dl>
  38. <dl>
  39. <dt><i class="ico-electric"></i><span>电池电量</span></dt>
  40. <dd><span>65</span><em>%</em></dd>
  41. <dd class="color-success"><span>充电中...</span></dd>
  42. </dl>
  43. </section>
  44. <h2 class="color-info">采集器设备</h2>
  45. <section class="card">
  46. <dl>
  47. <dt><i class="ico-net"></i><span>联网信号</span></dt>
  48. <dd><span>10</span><em>%</em></dd>
  49. <dd class="color-error"><span>断开</span></dd>
  50. </dl>
  51. <dl>
  52. <dt><i class="ico-electric"></i><span>电池电量</span></dt>
  53. <dd><span>65</span><em>%</em></dd>
  54. <dd class="color-success"><span>充电中...</span></dd>
  55. </dl>
  56. </section>
  57. </section>
  58. </body>
  59. </html>