中泽后端接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!doctype html>
  2. <html lang="cn">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/>
  8. <meta name="apple-touch-fullscreen" content="yes">
  9. <meta name="apple-mobile-web-app-capable" content="yes">
  10. <#include "./headerUp.ftl" parse=true encoding="utf-8">
  11. <title>${htmlTitle!"SERVICE"}</title>
  12. <meta name="keywords" content=${keywords!""}>
  13. <meta name="description" content=${description!""}>
  14. <meta content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" name="viewport"/>
  15. <link href="./static/css/swiper-bundle.min.css" rel="stylesheet"/>
  16. <link rel="stylesheet" href="./static/css/animate.min.css">
  17. <script src="./static/js/wow.min.js" charset="utf-8"></script>
  18. <link href="./common/index.css" rel="stylesheet">
  19. <link href="./service/index.css" rel="stylesheet">
  20. <meta property="og:title" content="SERVICE&PARTS" />
  21. <#-- <meta property="og:url" content="http://www.sharethis.com" />-->
  22. <meta property="og:image" content="http://8.218.104.92/static/images/service/banner.jpg" />
  23. <meta property="og:description" content="Making a fast development in commercial vehicle business." />
  24. <#-- <meta property="og:site_name" content="ShareThis" />-->
  25. </head>
  26. <body>
  27. <#include "./header.ftl" parse=true encoding="utf-8">
  28. ${part}
  29. <#include "./footer.ftl" parse=true encoding="utf-8">
  30. <div class="adminFrom">
  31. <div class="fromCon"><h3>替换内容</h3>
  32. <div class="fromTable"></div>
  33. <div class="fromBtn">
  34. <div class="btnClear">取消</div>
  35. <div class="btnOk">确定</div>
  36. </div>
  37. </div>
  38. </div>
  39. <script defer="defer" src="./runtime/index.js"></script>
  40. <script defer="defer" src="./vendor/index.js"></script>
  41. <script defer="defer" src="./common/index.js"></script>
  42. <script defer="defer" src="./service/index.js"></script>
  43. </body>
  44. <script>// 模块动画
  45. var wow = new WOW({
  46. boxClass: 'wow',
  47. animateClass: 'animated',
  48. offset: 100,
  49. live: true,
  50. mobile: false
  51. });
  52. wow.init();</script>
  53. </html>