|
@@ -82,16 +82,27 @@
|
|
<div style="padding: 0 0.5rem">
|
|
<div style="padding: 0 0.5rem">
|
|
<!-- type 0 -->
|
|
<!-- type 0 -->
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
- <h4>研发机构类</h4>
|
|
|
|
|
|
+ <h4>材料/设备供应商</h4>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-4">
|
|
<div class="row mb-4">
|
|
<div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==0">
|
|
<div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==0">
|
|
- <div class="box-image-text">
|
|
|
|
|
|
+ <a th:href="${item.webUrl}" target="_blank" th:if=" ${item.webUrl} != null">
|
|
|
|
+ <div class="box-image-text" >
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="content">
|
|
- <h4><span href="#" th:text="${item.name}">Print</span></h4>
|
|
|
|
|
|
+ <h4><span th:text="${item.name}">Print</span></h4>
|
|
|
|
+ <p th:text="${item.description}"></p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </a>
|
|
|
|
+ <div class="box-image-text" th:if=" ${item.webUrl} == null">
|
|
|
|
+ <div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
|
|
+ <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
|
|
+ </div>
|
|
|
|
+ <div class="content">
|
|
|
|
+ <h4><span th:text="${item.name}">Print</span></h4>
|
|
<p th:text="${item.description}"></p>
|
|
<p th:text="${item.description}"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -100,10 +111,11 @@
|
|
<!-- type 0 end -->
|
|
<!-- type 0 end -->
|
|
<!-- type 1 -->
|
|
<!-- type 1 -->
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
- <h4>材料供应商</h4>
|
|
|
|
|
|
+ <h4>战略合作伙伴</h4>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-4">
|
|
<div class="row mb-4">
|
|
<div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==1">
|
|
<div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==1">
|
|
|
|
+ <a th:href="${item.webUrl}" target="_blank" th:if=" ${item.webUrl} != null">
|
|
<div class="box-image-text">
|
|
<div class="box-image-text">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
@@ -113,15 +125,26 @@
|
|
<p th:text="${item.description}"></p>
|
|
<p th:text="${item.description}"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </a>
|
|
|
|
+ <div class="box-image-text" th:if=" ${item.webUrl} == null">
|
|
|
|
+ <div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
|
|
+ <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
|
|
+ </div>
|
|
|
|
+ <div class="content">
|
|
|
|
+ <h4><span href="#" th:text="${item.name}">Print</span></h4>
|
|
|
|
+ <p th:text="${item.description}"></p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- type 1 end -->
|
|
<!-- type 1 end -->
|
|
<!-- type 2 -->
|
|
<!-- type 2 -->
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
- <h4>设备合作商</h4>
|
|
|
|
|
|
+ <h4>销售代理</h4>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-4">
|
|
<div class="row mb-4">
|
|
<div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==2">
|
|
<div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==2">
|
|
|
|
+ <a th:href="${item.webUrl}" target="_blank" th:if=" ${item.webUrl} != null">
|
|
<div class="box-image-text">
|
|
<div class="box-image-text">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
@@ -131,16 +154,8 @@
|
|
<p th:text="${item.description}"></p>
|
|
<p th:text="${item.description}"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <!-- type 2 end -->
|
|
|
|
- <!-- type 3 -->
|
|
|
|
- <div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
|
|
- <h4>系统授权商</h4>
|
|
|
|
- </div>
|
|
|
|
- <div class="row mb-4">
|
|
|
|
- <div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==3">
|
|
|
|
- <div class="box-image-text">
|
|
|
|
|
|
+ </a>
|
|
|
|
+ <div class="box-image-text" th:if=" ${item.webUrl} == null">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
</div>
|
|
</div>
|
|
@@ -151,13 +166,14 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <!-- type 3 end -->
|
|
|
|
- <!-- type 4 -->
|
|
|
|
|
|
+ <!-- type 2 end -->
|
|
|
|
+ <!-- type 3 -->
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
<div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
- <h4>孵化中心</h4>
|
|
|
|
|
|
+ <h4>会员企业</h4>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-4">
|
|
<div class="row mb-4">
|
|
- <div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==4">
|
|
|
|
|
|
+ <div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==3">
|
|
|
|
+ <a th:href="${item.webUrl}" target="_blank" th:if=" ${item.webUrl} != null">
|
|
<div class="box-image-text">
|
|
<div class="box-image-text">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
@@ -167,16 +183,8 @@
|
|
<p th:text="${item.description}"></p>
|
|
<p th:text="${item.description}"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <!-- type 4 end -->
|
|
|
|
- <!-- type 5 -->
|
|
|
|
- <div style="border-left: 2px solid #467fbf;padding-left: 1rem;">
|
|
|
|
- <h4>平台合作单位</h4>
|
|
|
|
- </div>
|
|
|
|
- <div class="row mb-4">
|
|
|
|
- <div class="col-lg-2 col-md-6" th:each="item : ${partners}" th:if=" ${item.type}==5">
|
|
|
|
- <div class="box-image-text">
|
|
|
|
|
|
+ </a>
|
|
|
|
+ <div class="box-image-text" th:if=" ${item.webUrl} == null">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<div class="image height-set"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid">
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
<!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
|
|
</div>
|
|
</div>
|
|
@@ -187,7 +195,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <!-- type 5 end -->
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
@@ -218,6 +225,9 @@
|
|
Copyright © 1998 - 2019 Tencent. All Rights Reserved. 塑维公司 版权所有
|
|
Copyright © 1998 - 2019 Tencent. All Rights Reserved. 塑维公司 版权所有
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="width:300px;margin:0 auto; padding:20px 0;">
|
|
|
|
+ <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32011502011179" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="img/china.jpg" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">苏公网安备 32011502011179号</p></a>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
@@ -234,5 +244,13 @@
|
|
<script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
|
|
<script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
|
|
<script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
|
|
<script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
|
|
<script src="js/front.js"></script>
|
|
<script src="js/front.js"></script>
|
|
|
|
+ <script>
|
|
|
|
+ function gotoLink(webUrl) {
|
|
|
|
+ if (webUrl != null && webUrl != 'null') {
|
|
|
|
+ window.open(webUrl);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ </script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|