contactUs.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  3. <head th:replace="common::header(~{::title},~{::link})">
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>科德信息咨询</title>
  8. <!-- 二级页面CSS -->
  9. <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}">
  10. </head>
  11. <body>
  12. <div class="app">
  13. <!-- 头部 -->
  14. <header>
  15. <div th:replace="common::nav('','')"></div>
  16. <!-- 轮播图 -->
  17. <div class="swiper-containerx">
  18. <img th:src="${banners}==null?${portalHost+'/images/banner/about_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" />
  19. <div class="swiper_title">
  20. <h6>联系我们</h6>
  21. </div>
  22. </div>
  23. <!-- 轮播图 end -->
  24. </header>
  25. <!-- 头部 end -->
  26. <!-- 主体内容 -->
  27. <div class="about-cx main about-kede-main">
  28. <div class="container" style="padding-top: 50px">
  29. <div class="about-kede-content">
  30. <h4>联系我们</h4>
  31. <p>为客户提供优质的一站式服务咨询解决方案</p>
  32. <div style="display:flex;margin-top: 50px;justify-content: space-between">
  33. <div style="display:flex;flex-flow: column">
  34. <div class="contact_img" style="padding-top: 0px;padding-left: 0px;">
  35. <img th:src="${portalHost+'/images/logo-gz-0.png'}" style="margin-left: 0px"/>
  36. <h5>广州科德企业信息咨询有限公司</h5>
  37. </div>
  38. <div style="display:flex;margin-top: 20px">
  39. <div style="margin-right: 20px">
  40. <div style="font-size: 17px;margin-bottom: 15px">地址:广州市白云区嘉禾望岗望岗大道杨村园自编68号长旺大厦A707室</div>
  41. <div style="font-size: 17px;margin-bottom: 15px">联系我们:400-8800-962</div>
  42. <div style="font-size: 17px;margin-bottom: 15px">客服咨询:188-2583-2300</div>
  43. <div style="font-size: 17px;margin-bottom: 15px">QQ咨询:1098110330</div>
  44. </div>
  45. </div>
  46. </div>
  47. <iframe width="604" height="525" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://j.map.baidu.com/s/5UZIFb"></iframe>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <!-- 主体内容 end -->
  53. <!-- 底部 -->
  54. <footer>
  55. <div th:replace="common::copyright"></div>
  56. </footer>
  57. <!-- 底部 end -->
  58. </div>
  59. <div th:replace="common::footer(~{},'')">
  60. <script></script>
  61. </div>
  62. </body>
  63. </html>