|
@@ -0,0 +1,53 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <title></title>
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
+ <link rel="stylesheet" type="text/css" href="//css.iamberry.com/tooth/css/mui.min.css?v=2016111701">
|
|
|
+ <link rel="stylesheet" type="text/css" href="//css.iamberry.com/tooth/css/icons-extra.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="//css.iamberry.com/tooth/css/style.css?v=2016111701" />
|
|
|
+ <style>
|
|
|
+ html,body{height: 100%;min-height: 100%;background-color: #f7d8d8;}
|
|
|
+ .mui-content.bg{background:url(//s.iamberry.com/tooth/images/404-1.jpg) top center no-repeat #f7d8d8;background-size: 100% auto; height: 100%;min-height: 100%;}
|
|
|
+ .center-content{width: 70%;margin: 0 auto;position: absolute;left: 15%;top: 15%;border-radius: 3px;}
|
|
|
+ @media all and (orientation : landscape) {
|
|
|
+ /*横屏时*/
|
|
|
+ .mui-content.bg{background:#f7d8d8;}
|
|
|
+ .center-content{top: 6%;width: 30%;left: 35%;}
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
|
|
|
+ <script>
|
|
|
+ //屏蔽分享
|
|
|
+ document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
|
|
|
+ // 通过下面这个API隐藏右上角按钮
|
|
|
+ WeixinJSBridge.call('hideOptionMenu');
|
|
|
+ });
|
|
|
+ </script>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div class="loading-bg">
|
|
|
+ <div class="mui-loading">
|
|
|
+ <div class="mui-spinner">
|
|
|
+ </div>
|
|
|
+ 加载中...
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="mui-content bg">
|
|
|
+ <div class="center-content">
|
|
|
+ <img width="100%" src="//s.iamberry.com/tooth/images/404-2.png" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+<script src="//s.iamberry.com/tooth/js/mui.min.js"></script>
|
|
|
+<script src="//s.iamberry.com/tooth/js/jquery-2.1.1.min.js"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+ mui.ready(function(){
|
|
|
+ console.log("页面加载完毕")
|
|
|
+ document.querySelector('.loading-bg').style.display='none';
|
|
|
+ });
|
|
|
+</script>
|
|
|
+ </body>
|
|
|
+</html>
|