Bez popisu

Workfinish.html 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <title>简介</title>
  9. <style>
  10. .sub_title {
  11. width: 80%;
  12. margin: 0 auto;
  13. margin-top: 20px;
  14. font-weight: normal;
  15. line-height: 24px;
  16. color: #8a8a92;
  17. font-size: 14px;
  18. }
  19. .sub_title span {
  20. color: #e43926;
  21. margin-right: 15px;
  22. }
  23. /*.sub_title:before,
  24. .sub_title:after {
  25. display: inline-block;
  26. content: "";
  27. width: 13%;
  28. height: 1px;
  29. background: #c8b379;
  30. position: absolute;
  31. top: 50%;
  32. }
  33. .sub_title:before {
  34. left: 25%;
  35. }
  36. .sub_title:after {
  37. right: 25%;
  38. }*/
  39. .content {
  40. /*text-indent: 24px;
  41. font-size: 13px;
  42. line-height: 23px;
  43. margin: 20px 0;*/
  44. text-align: center;
  45. padding-top: 50px;
  46. }
  47. .img {
  48. background: url(../img/border2_02.png) no-repeat;
  49. height: 30px;
  50. background-size: cover;
  51. }
  52. @font-face {
  53. font-family: 'iconfont';
  54. /* project id 280843 */
  55. src: url('//at.alicdn.com/t/font_280843_m58us10estmuc8fr.eot');
  56. src: url('//at.alicdn.com/t/font_280843_m58us10estmuc8fr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_m58us10estmuc8fr.woff') format('woff'), url('//at.alicdn.com/t/font_280843_m58us10estmuc8fr.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_m58us10estmuc8fr.svg#iconfont') format('svg');
  57. }
  58. .iconfont {
  59. font-family: "iconfont";
  60. font-size: 120px;
  61. font-style: normal;
  62. -webkit-font-smoothing: antialiased;
  63. -webkit-text-stroke-width: 0.2px;
  64. color: #13a7f1;
  65. -moz-osx-font-smoothing: grayscale;
  66. /* padding-left:20px*/
  67. }
  68. </style>
  69. </head>
  70. <body>
  71. <div class="mui-content">
  72. <div class="content">
  73. <div>
  74. <i class="iconfont" ">&#xe65f;</i>
  75. <h3 style="color:#13a7f1;letter-spacing:2px;">恭喜您已成功提交订单!</h3>
  76. <h4 class="sub_title">
  77. <span>注意:</span>
  78. 维修师傅会在约定时间上门服务,请您于服务结束给予师傅好评操作,以免影响您的下次使用!
  79. </h4>
  80. </div>
  81. </div>
  82. </div>
  83. <script src="../js/jquery.min.js?1.1"></script>
  84. <script src="../layui/layui.js?1.1"></script>
  85. <script src="../js/zepto.js?1.1"></script>
  86. <script src="../js/mui.min.js?1.1"></script>
  87. <script src="../Script/Common/huayi.config.js?1.1"></script>
  88. <script src="../Script/Common/huayi.http.js?1.1"></script>
  89. <script>
  90. setTimeout(function () {
  91. window.location.href = "WorkSeach.html"
  92. }, 3000)
  93. </script>
  94. </body>
  95. </html>