contactUs.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 style="position: absolute;" >广西南宁科发企业信息咨询有限公司</h5>
  39. </div>
  40. <div class="contact_text">
  41. <ul>
  42. <li>地址:南宁市高新区滨河路5号中盟科技园4号楼6楼602 </li>
  43. <li>联系我们:18978838873马先生 </li>
  44. <li>客服咨询:0771-2753817</li>
  45. <li>QQ咨询:2851902493 </li>
  46. </ul>
  47. </div>
  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. </div>
  61. </body>
  62. </html>