contactUs.html 3.5 KB

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