strategic.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. <!-- 自定义动画样式 -->
  11. <link rel="stylesheet" th:href="${portalHost+'/css/swiper.min.css'}">
  12. </head>
  13. <body>
  14. <div class="app">
  15. <!-- 头部 -->
  16. <header>
  17. <div th:replace="common::nav('','')"></div>
  18. <!-- 新闻轮播图 -->
  19. <div class="swiper-containerx">
  20. <img th:src="${banners}==null?${portalHost+'/images/banner/news_bg.jpg'}:${avatarUploadHost}+${banners.bannerUrl}" />
  21. </div>
  22. <!-- 新闻轮播图 end -->
  23. </header>
  24. <!-- 头部 end -->
  25. <!-- 主体内容 -->
  26. <div class="main-str main">
  27. <div class="product-title">
  28. <h4>战略合作</h4>
  29. <p>已为26800家企业,获得国家高新技术企业认证!</p>
  30. </div>
  31. <div class="strategic container">
  32. <div class="">
  33. <ul class="">
  34. </ul>
  35. </div>
  36. <!-- 分页 -->
  37. <div class="page_3"></div>
  38. <!-- 分页 end -->
  39. </div>
  40. </div>
  41. <div class="strate-f">
  42. <div class="container">
  43. <div class="str-f-text">
  44. <p>商务恰谈,渠道合作</p>
  45. <p th:text="${bm}">技术转移事业部</p>
  46. <p th:text="联系人:+${lxr}">联系人:马超 </p>
  47. </div>
  48. <div class="str-f-number">
  49. <p th:text="电话:+${sj}">电话:18978838873 </p>
  50. <p th:text="QQ:+${qq}">QQ:2851902493 </p>
  51. <p th:text="邮箱:+${yx}">邮箱:2851902493@qq.com</p>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. <!-- 主体内容 end -->
  57. <!-- 底部 -->
  58. <footer>
  59. <div th:replace="common::copyright"></div>
  60. </footer>
  61. <!-- 底部 end -->
  62. </div>
  63. <div th:replace="common::footer(~{::script},'')">
  64. <!-- 引入轮播 -->
  65. <script th:src="${portalHost+'/js/page.js'}"></script>
  66. <script >
  67. cooperation()
  68. </script>
  69. </div>
  70. </body>
  71. </html>