| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <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">
- <title>简介</title>
- <style>
- .sub_title {
- width: 80%;
- margin: 0 auto;
- margin-top: 20px;
- font-weight: normal;
- line-height: 24px;
- color: #8a8a92;
- font-size: 14px;
- }
- .sub_title span {
- color: #e43926;
- margin-right: 15px;
- }
- /*.sub_title:before,
- .sub_title:after {
- display: inline-block;
- content: "";
- width: 13%;
- height: 1px;
- background: #c8b379;
- position: absolute;
- top: 50%;
- }
- .sub_title:before {
- left: 25%;
- }
- .sub_title:after {
- right: 25%;
- }*/
- .content {
- /*text-indent: 24px;
- font-size: 13px;
- line-height: 23px;
- margin: 20px 0;*/
- text-align: center;
- padding-top: 50px;
- }
- .img {
- background: url(../img/border2_02.png) no-repeat;
- height: 30px;
- background-size: cover;
- }
- @font-face {
- font-family: 'iconfont';
- /* project id 280843 */
- src: url('//at.alicdn.com/t/font_280843_m58us10estmuc8fr.eot');
- 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');
- }
- .iconfont {
- font-family: "iconfont";
- font-size: 120px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- color: #13a7f1;
- -moz-osx-font-smoothing: grayscale;
- /* padding-left:20px*/
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
- <div class="content">
- <div>
- <i class="iconfont" "></i>
- <h3 style="color:#13a7f1;letter-spacing:2px;">恭喜您已成功提交订单!</h3>
- <h4 class="sub_title">
- <span>注意:</span>
- 维修师傅会在约定时间上门服务,请您于服务结束给予师傅好评操作,以免影响您的下次使用!
- </h4>
- </div>
- </div>
- </div>
- <script src="../js/jquery.min.js?1.1"></script>
- <script src="../layui/layui.js?1.1"></script>
- <script src="../js/zepto.js?1.1"></script>
- <script src="../js/mui.min.js?1.1"></script>
- <script src="../Script/Common/huayi.config.js?1.1"></script>
- <script src="../Script/Common/huayi.http.js?1.1"></script>
- <script>
- setTimeout(function () {
- window.location.href = "WorkSeach.html"
- }, 3000)
- </script>
- </body>
- </html>
|