tap.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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">
  18. <section class="card">
  19. <dl>
  20. <dt><i class="ico-net"></i><span>联网信号</span></dt>
  21. <dd><span>10</span><em>%</em></dd>
  22. <dd class="color-error"><span>断开</span></dd>
  23. </dl>
  24. <dl>
  25. <dt><i class="ico-electric"></i><span>电池电量</span></dt>
  26. <dd><span>65</span><em>%</em></dd>
  27. <dd class="color-success"><span>充电中...</span></dd>
  28. </dl>
  29. </section>
  30. <section class="card col2 border">
  31. <dl>
  32. <dt><span>1号阀门</span></dt>
  33. <dd>&nbsp;</dd>
  34. <dd>
  35. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off on"></a>
  36. </dd>
  37. </dl>
  38. <dl>
  39. <dt><span>2号阀门(0.2MPa)</span></dt>
  40. <dd>&nbsp;</dd>
  41. <dd>
  42. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off yellow"></a>
  43. </dd>
  44. </dl>
  45. <dl>
  46. <dt><span>3号阀门</span></dt>
  47. <dd>&nbsp;</dd>
  48. <dd>
  49. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off on"></a>
  50. </dd>
  51. </dl>
  52. <dl>
  53. <dt><span>4号阀门</span></dt>
  54. <dd>&nbsp;</dd>
  55. <dd>
  56. <a href="#" class="ico-clock"></a><b class="hline"></b><a href="#" class="btn-on-off"></a>
  57. </dd>
  58. </dl>
  59. </section>
  60. </section>
  61. <section class="layer">
  62. <article>
  63. <h3>1号阀门开关设置</h3>
  64. <form action="">
  65. <p><span>打开,并在</span><input type="text" class="inline" placeholder=""><span>分钟后关闭</span></p>
  66. <input type="button" class="form-item" value="确认">
  67. </form>
  68. </article>
  69. </section>
  70. <script src="js/common.js"></script>
  71. <script>
  72. $('.ico-clock').click(function(){
  73. $('.layer').show();
  74. })
  75. </script>
  76. </body>
  77. </html>