brandBuild.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9. <title>阿凡提-品牌建设</title>
  10. <link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
  11. <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
  12. <link th:href="${portalHost + '/newMenu/brandBuild.css'}" rel="stylesheet">
  13. <body>
  14. <header>
  15. <div th:replace="common::nav('service','')"></div>
  16. </header>
  17. <!-- 公共头部结束 -->
  18. <div class="continueHighBanner">
  19. <img th:src="${portalHost+'/img/load/brandBuild_1.png'}" alt="">
  20. </div>
  21. <div class="brandTop">
  22. <div class="brandTitle">
  23. <h2>概念</h2>
  24. <span>concept</span>
  25. <p>品牌建设以塑造强势品牌为核心的企业战略</p>
  26. <p>将品牌建设提升到企业经营战略的高度,其核心在于建立与同类型企业更加优质的品牌识别,为企业发</p>
  27. <p>展设立目标、方向、原则与指导策略,为日后的具体品牌建设战术与行为制定"宪法"。</p>
  28. </div>
  29. </div>
  30. <div class="brandTitle">
  31. <h2>业务介绍</h2>
  32. <span>Business introduction</span>
  33. </div>
  34. <div class="brandBuess">
  35. <ul>
  36. <li th:each="l:${list}">
  37. <a th:href="@{/portal/service/serviceDetail(id=${l.id})}">
  38. <div>
  39. <h3 th:text="${l.name}">体品牌建</h3>
  40. <img th:src="${portalHost+'/img/load/brandBuild_right.png'}" alt="">
  41. <p th:text="${#strings.abbreviate(l.summary,30)}">导策略,</p>
  42. </div>
  43. <!--下面的图为后台取图-->
  44. <img th:src="${l.maxImgUrl}==null or ${l.maxImgUrl} == ''?${portalHost+'/img/load/brandBuild_3.png'}:${avatarUploadHost+l.maxImgUrl}" alt="">
  45. </a>
  46. </li>
  47. </ul>
  48. <img th:src="${portalHost+'/img/load/brandBuild_3.png'}" alt="" class="brandImg2">
  49. </div>
  50. <div class="brandTitle">
  51. <h2>优势</h2>
  52. <span>Business advantage</span>
  53. </div>
  54. <div class="advantage">
  55. <div class="advantageBody">
  56. <div>
  57. <p>平台</p>
  58. <p>权威可靠</p>
  59. </div>
  60. <div>
  61. <p>团队</p>
  62. <p>优质精专</p>
  63. </div>
  64. <div>
  65. <p>交易</p>
  66. <p>公平自主</p>
  67. </div>
  68. </div>
  69. </div>
  70. <div class="brandTitle">
  71. <h2>客户案例</h2>
  72. <span>Business case</span>
  73. </div>
  74. <div class="brandCase">
  75. <img th:src="${portalHost+'/img/load/brandBuild_4.png'}" alt="">
  76. <img th:src="${portalHost+'/img/load/brandBuild_5.png'}" alt="">
  77. <img th:src="${portalHost+'/img/load/brandBuild_6.png'}" alt="">
  78. <img th:src="${portalHost+'/img/load/brandBuild_7.jpg'}" alt="">
  79. </div>
  80. <!-- 公共底部开始 -->
  81. <footer>
  82. <div th:replace="common::copyright"></div>
  83. <div th:replace="common::login"></div>
  84. </footer>
  85. <div th:replace="common::footer(~{::script})">
  86. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  87. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  88. <script type="text/javascript" th:src="${portalHost + '/newMenu/brandBuild.js'}"></script>
  89. </div>
  90. </body>
  91. </html>