intelligent.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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-clock2"></i><span>打开一号阀门</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>气象站/温度 < 0 ℃</span><a href="#" class="ico-setting-gray"></a></label>
  24. <p>报警/关闭一号温室卷帘/关闭二号温</p>
  25. <p>室卷帘/关闭三号温室卷帘/关闭四号</p>
  26. <p>温室卷帘/打开一号温室补光灯</p>
  27. </section>
  28. <section class="card w100">
  29. <label for=""><i class="ico-clock2"></i><span>关灯回家</span><a href="#" class="ico-setting-gray"></a></label>
  30. <p>关闭一号温室补光灯</p>
  31. </section>
  32. </section>
  33. </body>
  34. </html>