1234567891011121314151617181920212223242526272829303132333435363738 |
- <!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-clock2"></i><span>打开一号阀门</span><a href="#" class="ico-setting-gray"></a></label>
- <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>关闭一号温室补光灯</p>
- </section>
- </section>
- </body>
- </html>
|