emptysubmit.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!doctype html>
  2. <html class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="description" content="">
  7. <meta name="keywords" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <title>确认订单</title>
  10. <!-- Set render engine for 360 browser -->
  11. <meta name="renderer" content="webkit">
  12. <!-- No Baidu Siteapp-->
  13. <meta http-equiv="Cache-Control" content="no-siteapp" />
  14. <link rel="icon" type="image/png" href="js/i/favicon.png">
  15. <!-- Add to homescreen for Chrome on Android -->
  16. <meta name="mobile-web-app-capable" content="yes">
  17. <link rel="icon" sizes="192x192" href="i/app-icon72x72@2x.png">
  18. <!-- Add to homescreen for Safari on iOS -->
  19. <meta name="apple-mobile-web-app-capable" content="yes">
  20. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  21. <meta name="apple-mobile-web-app-title" content="Amaze UI" />
  22. <link rel="apple-touch-icon-precomposed" href="i/app-icon72x72@2x.png">
  23. <!-- Tile icon for Win8 (144x144 + tile color) -->
  24. <meta name="msapplication-TileImage" content="i/app-icon72x72@2x.png">
  25. <meta name="msapplication-TileColor" content="#0e90d2">
  26. <link rel="stylesheet" href="__CDN__/assets/shop/css/amazeui.css">
  27. <link rel="stylesheet" href="__CDN__/assets/shop/css/app.css">
  28. <style>
  29. .am-bg{background:#FC5060}
  30. .am-list{margin-top:0;}
  31. .am-header{border-bottom: 1px solid #fff;}
  32. </style>
  33. </head>
  34. <body class="am-bg-white">
  35. <!-- Header -->
  36. <header data-am-widget="header" class="am-header am-header-default">
  37. <div class="am-header-left am-header-nav">
  38. <a href="javascript:void(0);" onclick="javascript:history.back(-1);return false;"><i class="am-header-icon am-icon-angle-left"></i></a>
  39. </div>
  40. <h1 class="am-header-title">
  41. <a href="#title-link">确认订单</a>
  42. </h1>
  43. </header>
  44. <!-- Content -->
  45. <div class="wapper">
  46. <div class="am-text-center am-margin-top-xl">
  47. <img src="__CDN__/assets/shop/img/emptyorder.png"/>
  48. <p class="am-margin-top-lg am-link-muted">亲,您的订单已提交哦~</p>
  49. </div>
  50. </div>
  51. <!--[if (gte IE 9)|!(IE)]><!-->
  52. <script src="__CDN__/assets/shop/js/jquery.min.js"></script>
  53. <!--<![endif]-->
  54. <!--[if lte IE 8 ]>
  55. <script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
  56. <script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
  57. <script src="js/amazeui.ie8polyfill.min.js"></script>
  58. <![endif]-->
  59. <script src="__CDN__/assets/shop/js/amazeui.min.js"></script>
  60. <script src="__CDN__/assets/shop/js/app.js"></script>
  61. </body>
  62. </html>