intelligent-setting.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. 智能设置 <a href="#" class="ico-back"></a>
  16. </header>
  17. <section class="wrapper intelligent">
  18. <section class="card w100">
  19. <label for=""><i class="ico-temperature2"></i><span>温室一号/温度 > 180°C</span><a href="#" class="ico-setting-gray"></a></label>
  20. <p>报警/打开一号温室一号阀门</p>
  21. </section>
  22. <section class="card w100">
  23. <label for=""><i class="ico-clock2"></i><span>单次操作</span><a href="#" class="ico-setting-gray"></a></label>
  24. <p class="color-orange">2016.10.11 15:00</p>
  25. <p>打开一号温室一号阀门</p>
  26. </section>
  27. <section class="card w100">
  28. <label for=""><i class="ico-clock2"></i><span>周期操作</span><a href="#" class="ico-setting-gray"></a></label>
  29. <p class="color-orange">每天:9:00  12:00  15:00 18:00</p>
  30. <p class="color-orange">每周:周一  周三  周五</p>
  31. <p class="color-orange">每月:1 3 5 7 9 11 13 15 17 19</p>
  32. <p>打开一号温室一号阀门</p>
  33. </section>
  34. <section class="card w100">
  35. <label for=""><i class="ico-clock2"></i><span>气象站/温度 < 0 ℃</span><a href="#" class="ico-setting-gray"></a></label>
  36. <p>报警/关闭一号温室卷帘/关闭二号温</p>
  37. <p>室卷帘/关闭三号温室卷帘/关闭四号</p>
  38. <p>温室卷帘/打开一号温室补光灯</p>
  39. </section>
  40. <section class="card w100">
  41. <label for=""><i class="ico-clock2"></i><span>单次操作</span><a href="#" class="ico-setting-gray"></a></label>
  42. <p class="color-orange">2016.10.11 15:00</p>
  43. <p>打开一号温室一号阀门</p>
  44. </section>
  45. </section>
  46. </body>
  47. </html>