1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!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">
- <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 class="card border">
- <dl>
- <dt><i class="ico-temperature"></i><span>温度</span></dt>
- <dd><span class="color-info">28</span><em>°C</em></dd>
- <dd>
- <a href="#" class="ico-setting-gray"></a><b class="hline"></b><a href="#" class="ico-grid"></a>
- <p>2016.8.29 12:50</p>
- </dd>
- </dl>
- <dl>
- <dt><i class="ico-humidity"></i><span>湿度</span></dt>
- <dd><span class="color-info">65</span><em>%RH</em></dd>
- <dd>
- <a href="#" class="color-info">正常</a><b class="hline"></b><a href="#" class="ico-grid"></a>
- <p>2016.8.29 12:50</p>
- </dd>
- </dl>
- <dl>
- <dt><i class="ico-ec"></i><span>EC</span></dt>
- <dd><span class="color-info">140</span><em>ms/cm</em></dd>
- <dd>
- <a href="#" class="ico-down"></a><b class="hline"></b><a href="#" class="ico-grid"></a>
- <p>2016.8.29 12:50</p>
- </dd>
- </dl>
- </section>
- </section>
- </body>
- </html>
|