uas_client.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="viewport"
  6. content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=0">
  7. <style type="text/css">
  8. * {
  9. -webkit-text-size-adjust: none
  10. }
  11. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
  12. {
  13. margin: 0;
  14. padding: 0
  15. }
  16. body {
  17. background: #6CA6CD;
  18. font-family: "微软雅黑";
  19. }
  20. img {
  21. border: 0 none
  22. }
  23. .weixin {
  24. width: 320px;
  25. margin: 0 auto;
  26. font-family: "\5fae\8f6f\96c5\9ed1";
  27. }
  28. .weixin p {
  29. font-size: 24px;
  30. text-align: center;
  31. }
  32. .weixin p.gouwu {
  33. color: #ffab0a;
  34. }
  35. .weixin p.dushu {
  36. color: #fff;
  37. letter-spacing: 2px;
  38. font-size: 16px;
  39. line-height: 25px;
  40. margin-top: 20px;
  41. }
  42. .weixin img {
  43. display: block;
  44. margin: 20px auto 0;
  45. }
  46. #fanpian_download_btn:after {
  47. clear: both;
  48. content: " ";
  49. display: block;
  50. font-size: 0;
  51. height: 0;
  52. visibility: hidden;
  53. }
  54. #fanpian_download_btn {
  55. padding: 20px;
  56. margin: 0 auto;
  57. text-align: center;
  58. }
  59. #fanpian_download_btn a {
  60. display: inline-block;
  61. height: 28px;
  62. line-height: 28px;
  63. border-radius: 6px;
  64. padding: 0 20px;
  65. color: #fff;
  66. border: 1px solid #96d5d2;
  67. margin: 0 auto;
  68. }
  69. a:link,a:visited,a:hover,a:focus {
  70. text-decoration: none;
  71. color: inherit;
  72. }
  73. .text_p {
  74. width: 292px;
  75. margin: 0 auto;
  76. color: #989898;
  77. padding-top: 33px;
  78. line-height: 20px;
  79. font-size: 15px;
  80. }
  81. .text_p span {
  82. color: #ffab0a;
  83. }
  84. .click_browser {
  85. width: 90%;
  86. text-align: center;
  87. border-bottom: 2px solid #dcdcdc;
  88. padding: 10px 0 30px 0;
  89. margin: 0 auto;
  90. display: none;
  91. }
  92. .click_browser img {
  93. width: 100%;
  94. display: block;
  95. margin: 0 auto;
  96. }
  97. .dimension {
  98. width: 132px;
  99. height: 132px;
  100. background: url('images/dimension.png') no-repeat;
  101. margin: 10px auto 0;
  102. background-size: 132px;
  103. }
  104. .dimension img {
  105. width: 120px;
  106. height: 120px;
  107. margin: 6px;
  108. }
  109. </style>
  110. </head>
  111. <body style="width: 100%; height: 100%;">
  112. <div class="click_browser" id="wx_down">
  113. <img src="images/help.png" />
  114. </div>
  115. <div id="download_infoShow">
  116. <article class="weixin">
  117. <section>
  118. <img src="images/uu_logo24.png" width="102"></img>
  119. <p class="dushu">
  120. 优软UAS<br>最专业的企业管理
  121. </p>
  122. </section>
  123. </article>
  124. <div class="fanpian_download_btn" id="fanpian_download_btn">
  125. <a href="javascript:;">关注我们</a>
  126. </div>
  127. <div class="dimension">
  128. <img src="images/decode24.png" />
  129. </div>
  130. </div>
  131. <script type="text/javascript">
  132. var _hmt = _hmt || [];
  133. (function() {
  134. var hm = document.createElement("script");
  135. hm.src = "//hm.baidu.com/hm.js?8c59972a1e24bcff24091d84a4e8dc4e";
  136. var s = document.getElementsByTagName("script")[0];
  137. s.parentNode.insertBefore(hm, s);
  138. })(); 
  139. </script>
  140. <script type="text/javascript">
  141. var ios, android, xmlhttp, versioncode = 0;
  142. var browser = {
  143. versions : function() {
  144. var u = navigator.userAgent, app = navigator.appVersion;
  145. return {
  146. trident : u.indexOf('Trident') > -1, //IE内核
  147. presto : u.indexOf('Presto') > -1, //opera内核
  148. webKit : u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
  149. gecko : u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核
  150. mobile : !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
  151. ios : !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端
  152. android : u.indexOf('Android') > -1
  153. || u.indexOf('Linux') > -1, //android终端或uc浏览器
  154. iPhone : u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器
  155. iPad : u.indexOf('iPad') > -1, //是否iPad
  156. webApp : u.indexOf('Safari') == -1, //是否web应该程序,没有头部与底部
  157. wx : !!u.match(/MicroMessenger/)
  158. };
  159. }(),
  160. language : (navigator.browserLanguage || navigator.language)
  161. .toLowerCase()
  162. }
  163. if (browser.versions.ios || browser.versions.iPhone || browser.versions.iPad) {
  164. document.getElementById('wx_down').style.display = "block";
  165. location.href = 'https://itunes.apple.com/cn/app/uu-hu-lian/id1093004522?mt=8';
  166. } else if (browser.versions.wx) {
  167. document.getElementById('wx_down').style.display = "block";
  168. } else if (browser.versions.android) {
  169. location.href= 'https://appgallery.huawei.com/#/app/C10685739';
  170. }
  171. </script>
  172. </body>
  173. </html>