index.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <meta name="format-detection" content="telephone=no">
  9. <script>!function(){var e;e=function(e){return function(e,t){function i(){var t=r.getBoundingClientRect().width;t/m>540&&(t=540*m);var i=t/16;r.style.fontSize=i+"px",d.rem=e.rem=i}var a,n=e.document,r=n.documentElement,o=n.querySelector('meta[name="viewport"]'),l=n.querySelector('meta[name="flexible"]'),m=0,s=0,d=t.flexible||(t.flexible={});if(o){console.warn("将根据已有的meta标签来设置缩放比例");var c=o.getAttribute("content").match(/initial\-scale=([\d\.]+)/);c&&(s=parseFloat(c[1]),m=parseInt(1/s))}else if(l){var p=l.getAttribute("content");if(p){var u=p.match(/initial\-dpr=([\d\.]+)/),f=p.match(/maximum\-dpr=([\d\.]+)/);u&&(m=parseFloat(u[1]),s=parseFloat((1/m).toFixed(2))),f&&(m=parseFloat(f[1]),s=parseFloat((1/m).toFixed(2)))}}if(!m&&!s){var v=(e.navigator.appVersion.match(/android/gi),e.navigator.appVersion.match(/iphone/gi)),h=e.devicePixelRatio;m=v?h>=3&&(!m||m>=3)?3:h>=2&&(!m||m>=2)?2:1:1,s=1/m}if(r.setAttribute("data-dpr",m),!o)if(o=n.createElement("meta"),o.setAttribute("name","viewport"),o.setAttribute("content","initial-scale="+s+", maximum-scale="+s+", minimum-scale="+s+", user-scalable=no"),r.firstElementChild)r.firstElementChild.appendChild(o);else{var x=n.createElement("div");x.appendChild(o),n.write(x.innerHTML)}e.addEventListener("resize",function(){clearTimeout(a),a=setTimeout(i,300)},!1),e.addEventListener("pageshow",function(e){e.persisted&&(clearTimeout(a),a=setTimeout(i,300))},!1),"complete"===n.readyState?n.body.style.fontSize=12*m+"px":n.addEventListener("DOMContentLoaded",function(e){n.body.style.fontSize=12*m+"px"},!1),i(),d.dpr=e.dpr=m,d.refreshRem=i,d.rem2px=function(e){var t=parseFloat(e)*this.rem;return"string"==typeof e&&e.match(/rem$/)&&(t+="px"),t},d.px2rem=function(e){var t=parseFloat(e)/this.rem;return"string"==typeof e&&e.match(/px$/)&&(t+="rem"),t}}(window,window.lib||(window.lib={})),e}()}();
  10. </script>
  11. <link rel="stylesheet" type="text/css" href="../build/p/my/style.css">
  12. </head>
  13. <body>
  14. <div class="header">
  15. <ul class="nav clearfix">
  16. <li class="active"><a href="" title="">新农宝盒云平台</a></li>
  17. </ul>
  18. </div>
  19. <div class="container index">
  20. <h3 class="title">设备列表</h3>
  21. <div class="prompt">重要信息提示,一般不出来</div>
  22. <div class="device-list clearfix">
  23. <a href="equip.html" class="device-item index-one">大田一号</a>
  24. <a href="equip2.html" class="device-item index-two">方田二号</a>
  25. <a href="equip.html" class="device-item index-two">大棚三号</a>
  26. <a href="equip.html" class="device-item index-three">园区墒情</a>
  27. </div>
  28. <a href="" class="index-question">常见问题</a>
  29. </div>
  30. <div class="footer clearfix">
  31. <a href="question.html">园区切换</a>
  32. <a href="news.html">消息提示</a>
  33. <a href="basic.html">园区概况</a>
  34. <a href="index.html" class="active">设备控制</a>
  35. </div>
  36. <script type="text/javascript" src="../build/lib/zepto.min.js"></script>
  37. <script type="text/javascript">
  38. </script>
  39. </body>
  40. </html>