123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!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>
- 1号温室 <a href="#" class="ico-back"></a>
- </header>
- <section class="wrapper">
- <h2 class="color-info">主控通讯设备</h2>
- <section class="card">
- <dl>
- <dt><i class="ico-net"></i><span>联网信号</span></dt>
- <dd><span>10</span><em>%</em></dd>
- <dd class="color-error"><span>断开</span></dd>
- </dl>
- <dl>
- <dt><i class="ico-electric"></i><span>电池电量</span></dt>
- <dd><span>65</span><em>%</em></dd>
- <dd class="color-success"><span>充电中...</span></dd>
- </dl>
- </section>
- <h2 class="color-info">阀门控制设备</h2>
- <section class="card">
- <dl>
- <dt><i class="ico-net"></i><span>联网信号</span></dt>
- <dd><span>10</span><em>%</em></dd>
- <dd class="color-error"><span>断开</span></dd>
- </dl>
- <dl>
- <dt><i class="ico-electric"></i><span>电池电量</span></dt>
- <dd><span>65</span><em>%</em></dd>
- <dd class="color-success"><span>充电中...</span></dd>
- </dl>
- </section>
- <h2 class="color-info">采集器设备</h2>
- <section class="card">
- <dl>
- <dt><i class="ico-net"></i><span>联网信号</span></dt>
- <dd><span>10</span><em>%</em></dd>
- <dd class="color-error"><span>断开</span></dd>
- </dl>
- <dl>
- <dt><i class="ico-electric"></i><span>电池电量</span></dt>
- <dd><span>65</span><em>%</em></dd>
- <dd class="color-success"><span>充电中...</span></dd>
- </dl>
- </section>
- </section>
- </body>
- </html>
|