123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
- <title>新农宝盒</title>
- <meta name="Keywords" content="悦游全球旅行网,悦游杂志" />
- <meta name="Description" content="" />
- <link rel="stylesheet" href="css/reset-mobile.css">
- <link href="css/index.css" rel="stylesheet" type="text/css" />
- <script src="js/zepto.min.js"></script>
- </head>
- <body class="gray">
- <header>
- 智能设置 <a href="#" class="ico-back"></a>
- </header>
- <section class="wrapper intelligent">
- <section class="card w100">
- <label for=""><i class="ico-temperature2"></i><span>温室一号/温度 > 180°C</span><a href="#" class="ico-setting-gray"></a></label>
- <p>报警/打开一号温室一号阀门</p>
- </section>
- <section class="card w100">
- <label for=""><i class="ico-clock2"></i><span>单次操作</span><a href="#" class="ico-setting-gray"></a></label>
- <p class="color-orange">2016.10.11 15:00</p>
- <p>打开一号温室一号阀门</p>
- </section>
- <section class="card w100">
- <label for=""><i class="ico-clock2"></i><span>周期操作</span><a href="#" class="ico-setting-gray"></a></label>
- <p class="color-orange">每天:9:00 12:00 15:00 18:00</p>
- <p class="color-orange">每周:周一 周三 周五</p>
- <p class="color-orange">每月:1 3 5 7 9 11 13 15 17 19</p>
- <p>打开一号温室一号阀门</p>
- </section>
- <section class="card w100">
- <label for=""><i class="ico-clock2"></i><span>气象站/温度 < 0 ℃</span><a href="#" class="ico-setting-gray"></a></label>
- <p>报警/关闭一号温室卷帘/关闭二号温</p>
- <p>室卷帘/关闭三号温室卷帘/关闭四号</p>
- <p>温室卷帘/打开一号温室补光灯</p>
- </section>
- <section class="card w100">
- <label for=""><i class="ico-clock2"></i><span>单次操作</span><a href="#" class="ico-setting-gray"></a></label>
- <p class="color-orange">2016.10.11 15:00</p>
- <p>打开一号温室一号阀门</p>
- </section>
- </section>
- </body>
- </html>
|