| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!doctype html>
- <html class="no-js">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="description" content="">
- <meta name="keywords" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>确认订单</title>
- <!-- Set render engine for 360 browser -->
- <meta name="renderer" content="webkit">
- <!-- No Baidu Siteapp-->
- <meta http-equiv="Cache-Control" content="no-siteapp" />
- <link rel="icon" type="image/png" href="js/i/favicon.png">
- <!-- Add to homescreen for Chrome on Android -->
- <meta name="mobile-web-app-capable" content="yes">
- <link rel="icon" sizes="192x192" href="i/app-icon72x72@2x.png">
- <!-- Add to homescreen for Safari on iOS -->
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-title" content="Amaze UI" />
- <link rel="apple-touch-icon-precomposed" href="i/app-icon72x72@2x.png">
- <!-- Tile icon for Win8 (144x144 + tile color) -->
- <meta name="msapplication-TileImage" content="i/app-icon72x72@2x.png">
- <meta name="msapplication-TileColor" content="#0e90d2">
- <link rel="stylesheet" href="__CDN__/assets/shop/css/amazeui.css">
- <link rel="stylesheet" href="__CDN__/assets/shop/css/app.css">
- <style>
- .am-bg{background:#FC5060}
- .am-list{margin-top:0;}
- .am-header{border-bottom: 1px solid #fff;}
- </style>
- </head>
- <body class="am-bg-white">
- <!-- Header -->
- <header data-am-widget="header" class="am-header am-header-default">
- <div class="am-header-left am-header-nav">
- <a href="javascript:void(0);" onclick="javascript:history.back(-1);return false;"><i class="am-header-icon am-icon-angle-left"></i></a>
- </div>
- <h1 class="am-header-title">
- <a href="#title-link">确认订单</a>
- </h1>
-
- </header>
- <!-- Content -->
- <div class="wapper">
- <div class="am-text-center am-margin-top-xl">
- <img src="__CDN__/assets/shop/img/emptyorder.png"/>
- <p class="am-margin-top-lg am-link-muted">亲,您的订单已提交哦~</p>
- </div>
-
- </div>
-
- <!--[if (gte IE 9)|!(IE)]><!-->
- <script src="__CDN__/assets/shop/js/jquery.min.js"></script>
- <!--<![endif]-->
- <!--[if lte IE 8 ]>
- <script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
- <script src="js/amazeui.ie8polyfill.min.js"></script>
- <![endif]-->
- <script src="__CDN__/assets/shop/js/amazeui.min.js"></script>
- <script src="__CDN__/assets/shop/js/app.js"></script>
- </body>
- </html>
|