contactUs.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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">
  29. <div class="about-kede-content">
  30. <h4>联系我们</h4>
  31. <p>为客户提供优质的一站式服务咨询解决方案</p>
  32. <div class="content">
  33. <div id="baidu_container">
  34. <img th:src="${portalHost+'/images/about/map.png'}" />
  35. </div>
  36. <div class="contact_img">
  37. <img th:src="${portalHost+'/images/logo.jpg'}" />
  38. <h5>湖南科德信息咨询集团有限公司</h5>
  39. </div>
  40. <div class="contact_text">
  41. <ul>
  42. <li>地址:湖南省长沙市岳麓区茶子山东路湘江财富金融中心D座12层</li>
  43. <li>联系我们:400-8800-962 | 0731-89907207</li>
  44. <li style="display: flex;flex-flow: row nowrap;white-space: nowrap;">
  45. 客服热线:
  46. <span style="display: flex;flex-flow: row wrap">
  47. <div style="padding-right: 10px;">18932403553(陈女士)</div>
  48. <div>18974979313(颜女士)</div>
  49. </span>
  50. </li>
  51. <li>QQ咨询:1924306267</li>
  52. </ul>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <!-- 主体内容 end -->
  59. <!-- 底部 -->
  60. <footer>
  61. <div th:replace="common::copyright"></div>
  62. </footer>
  63. <!-- 底部 end -->
  64. </div>
  65. <div th:replace="common::footer(~{},'')">
  66. </div>
  67. </body>
  68. </html>