123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=0">
- <style type="text/css">
- * {
- -webkit-text-size-adjust: none
- }
- 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
- {
- margin: 0;
- padding: 0
- }
- body {
- background: #6CA6CD;
- font-family: "微软雅黑";
- }
- img {
- border: 0 none
- }
- .weixin {
- width: 320px;
- margin: 0 auto;
- font-family: "\5fae\8f6f\96c5\9ed1";
- }
- .weixin p {
- font-size: 24px;
- text-align: center;
- }
- .weixin p.gouwu {
- color: #ffab0a;
- }
- .weixin p.dushu {
- color: #fff;
- letter-spacing: 2px;
- font-size: 16px;
- line-height: 25px;
- margin-top: 20px;
- }
- .weixin img {
- display: block;
- margin: 20px auto 0;
- }
- #fanpian_download_btn:after {
- clear: both;
- content: " ";
- display: block;
- font-size: 0;
- height: 0;
- visibility: hidden;
- }
- #fanpian_download_btn {
- padding: 20px;
- margin: 0 auto;
- text-align: center;
- }
- #fanpian_download_btn a {
- display: inline-block;
- height: 28px;
- line-height: 28px;
- border-radius: 6px;
- padding: 0 20px;
- color: #fff;
- border: 1px solid #96d5d2;
- margin: 0 auto;
- }
- a:link,a:visited,a:hover,a:focus {
- text-decoration: none;
- color: inherit;
- }
- .text_p {
- width: 292px;
- margin: 0 auto;
- color: #989898;
- padding-top: 33px;
- line-height: 20px;
- font-size: 15px;
- }
- .text_p span {
- color: #ffab0a;
- }
- .click_browser {
- width: 90%;
- text-align: center;
- border-bottom: 2px solid #dcdcdc;
- padding: 10px 0 30px 0;
- margin: 0 auto;
- display: none;
- }
- .click_browser img {
- width: 100%;
- display: block;
- margin: 0 auto;
- }
- .dimension {
- width: 132px;
- height: 132px;
- background: url('images/dimension.png') no-repeat;
- margin: 10px auto 0;
- background-size: 132px;
- }
- .dimension img {
- width: 120px;
- height: 120px;
- margin: 6px;
- }
- </style>
- </head>
- <body style="width: 100%; height: 100%;">
- <div class="click_browser" id="wx_down">
- <img src="images/help.png" />
- </div>
- <div id="download_infoShow">
- <article class="weixin">
- <section>
- <img src="images/uu_logo24.png" width="102"></img>
- <p class="dushu">
- 优软UAS<br>最专业的企业管理
- </p>
- </section>
- </article>
- <div class="fanpian_download_btn" id="fanpian_download_btn">
- <a href="javascript:;">关注我们</a>
- </div>
- <div class="dimension">
- <img src="images/decode24.png" />
- </div>
- </div>
- <script type="text/javascript">
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "//hm.baidu.com/hm.js?8c59972a1e24bcff24091d84a4e8dc4e";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <script type="text/javascript">
- var ios, android, xmlhttp, versioncode = 0;
- var browser = {
- versions : function() {
- var u = navigator.userAgent, app = navigator.appVersion;
- return {
- trident : u.indexOf('Trident') > -1, //IE内核
- presto : u.indexOf('Presto') > -1, //opera内核
- webKit : u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
- gecko : u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核
- mobile : !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
- ios : !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端
- android : u.indexOf('Android') > -1
- || u.indexOf('Linux') > -1, //android终端或uc浏览器
- iPhone : u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器
- iPad : u.indexOf('iPad') > -1, //是否iPad
- webApp : u.indexOf('Safari') == -1, //是否web应该程序,没有头部与底部
- wx : !!u.match(/MicroMessenger/)
- };
- }(),
- language : (navigator.browserLanguage || navigator.language)
- .toLowerCase()
- }
- if (browser.versions.ios || browser.versions.iPhone || browser.versions.iPad) {
- document.getElementById('wx_down').style.display = "block";
- location.href = 'https://itunes.apple.com/cn/app/uu-hu-lian/id1093004522?mt=8';
- } else if (browser.versions.wx) {
- document.getElementById('wx_down').style.display = "block";
- } else if (browser.versions.android) {
- location.href= 'https://appgallery.huawei.com/#/app/C10685739';
- }
-
- </script>
- </body>
- </html>
|