contactUs.html 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 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/'+flag+'logo.jpg'}" style="margin-left: 0px"/>
  36. <h5 th:text="${titleName}">广州科德企业信息咨询有限公司</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" th:text="地址:+${dizhi}">地址:广州市白云区嘉禾望岗望岗大道杨村园自编68号长旺大厦A707室</div>
  41. <div style="font-size: 17px;margin-bottom: 15px;display: flex;flex-flow: row nowrap;white-space: nowrap;">
  42. 联系我们:
  43. <span style="display: flex;flex-flow: row wrap">
  44. <div style="padding-right: 10px;" th:text="${dianhua}">400-8800-962</div>
  45. <div th:text="${sj}">18032295250</div>
  46. </span>
  47. </div>
  48. <div style="display: flex;flex-flow: row nowrap;white-space: nowrap;font-size: 17px;margin-bottom: 15px">
  49. 客服热线:
  50. <span style="display: flex;flex-flow: row wrap">
  51. <div style="padding-right: 10px;">18932403553(陈女士)</div>
  52. <div>18974979313(颜女士)</div>
  53. </span>
  54. </div>
  55. <div style="font-size: 17px;margin-bottom: 15px" th:text="QQ咨询:+${qq}">QQ咨询:1098110330</div>
  56. </div>
  57. </div>
  58. </div>
  59. <iframe width="604" height="525" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" th:src="${map}"></iframe>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <!-- 主体内容 end -->
  65. <!-- 底部 -->
  66. <footer>
  67. <div th:replace="common::copyright"></div>
  68. </footer>
  69. <!-- 底部 end -->
  70. </div>
  71. <div th:replace="common::footer(~{},'')">
  72. </div>
  73. </body>
  74. </html>