|
|
@@ -27,82 +27,88 @@
|
|
|
<div class="facTab">
|
|
|
<span class="facActive">所有项目</span>
|
|
|
<span>主页</span>
|
|
|
-
|
|
|
+ <span>点我领劵</span>
|
|
|
</div>
|
|
|
- <div class="facFirst">
|
|
|
- <div class="jianjie">
|
|
|
- <h4>公司简介</h4>
|
|
|
- <p th:text="(${org.introduction}==null or ${org.introduction}=='')?'暂无':${org.introduction}"></p>
|
|
|
- </div>
|
|
|
- <div class="jianjie">
|
|
|
- <h4>业务范围</h4>
|
|
|
- <p th:text="(${org.businessScope}==null or${org.businessScope}=='')?'暂无':${org.businessScope}"></p>
|
|
|
- </div>
|
|
|
- <div class="RecommendTitle">
|
|
|
- <h2>荣誉资质</h2>
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <div class="rongyuCont" >
|
|
|
- <div th:each="pic:${honors}">
|
|
|
- <img th:src="(${pic}==null or ${pic}=='')?${portalHost+'/img/fac/fea2.png'}:${avatarUploadHost+pic}" alt="" >
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="RecommendTitle">
|
|
|
- <h2>联系我们</h2>
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <ol class="contantUs">
|
|
|
- <li>
|
|
|
- <span class="glyphicon glyphicon-earphone"></span>
|
|
|
- <div>
|
|
|
- <p>联系方式<span class="pho" th:text="(${org.fixedTel}==null or ${org.fixedTel}=='')?'暂无':${org.fixedTel}"></span></p>
|
|
|
- <p>QQ号码<span class="pho" th:text="(${org.qq}==null or ${org.qq}=='')?'暂无':${org.qq}"></span></p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <span class="glyphicon glyphicon-envelope"></span>
|
|
|
- <div>
|
|
|
- <p>公司邮箱</span></p>
|
|
|
- <p><span th:text="(${org.email}==null or ${org.email}=='')?'暂无':${org.email}">3846252890@qq.com</span> </p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <span class="glyphicon glyphicon-map-marker"></span>
|
|
|
- <div>
|
|
|
- <p>公司地址</span></p>
|
|
|
- <p><span th:text="(${org.postalAddress}==null or ${org.postalAddress}=='')?'暂无':${org.postalAddress}">湖南省长沙市营盘东路</span> </p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ol>
|
|
|
- </div>
|
|
|
- <div id="facAll">
|
|
|
- <div class="facAll">
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="pagination_box">
|
|
|
- <nav aria-label="Page navigation" class="clearfix">
|
|
|
- <ul class="pagination">
|
|
|
- <li class="pagePre">
|
|
|
- <a href="#" aria-label="Previous">
|
|
|
- <span aria-hidden="true">«</span>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="pageNumber"><a href="#" value="1">1</a></li>
|
|
|
- <li class="pageNext">
|
|
|
- <a href="#" aria-label="Next">
|
|
|
- <span aria-hidden="true">»</span>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <div class="inp">
|
|
|
- <input type="text" class=""><button class="btn btn-default">跳转</button>
|
|
|
- </div>
|
|
|
- <span class="totalCount">共0条数据</span>
|
|
|
- </nav>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div class="facJuan">
|
|
|
+ <div class="facFirst">
|
|
|
+ <div class="jianjie">
|
|
|
+ <h4>公司简介</h4>
|
|
|
+ <p th:text="(${org.introduction}==null or ${org.introduction}=='')?'暂无':${org.introduction}"></p>
|
|
|
+ </div>
|
|
|
+ <div class="jianjie">
|
|
|
+ <h4>业务范围</h4>
|
|
|
+ <p th:text="(${org.businessScope}==null or${org.businessScope}=='')?'暂无':${org.businessScope}"></p>
|
|
|
+ </div>
|
|
|
+ <div class="RecommendTitle">
|
|
|
+ <h2>荣誉资质</h2>
|
|
|
+ <span></span>
|
|
|
+ </div>
|
|
|
+ <div class="rongyuCont" >
|
|
|
+ <div th:each="pic:${honors}">
|
|
|
+ <img th:src="(${pic}==null or ${pic}=='')?${portalHost+'/img/fac/fea2.png'}:${avatarUploadHost+pic}" alt="" >
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="RecommendTitle">
|
|
|
+ <h2>联系我们</h2>
|
|
|
+ <span></span>
|
|
|
+ </div>
|
|
|
+ <ol class="contantUs">
|
|
|
+ <li>
|
|
|
+ <span class="glyphicon glyphicon-earphone"></span>
|
|
|
+ <div>
|
|
|
+ <p>联系方式<span class="pho" th:text="(${org.fixedTel}==null or ${org.fixedTel}=='')?'暂无':${org.fixedTel}"></span></p>
|
|
|
+ <p>QQ号码<span class="pho" th:text="(${org.qq}==null or ${org.qq}=='')?'暂无':${org.qq}"></span></p>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <span class="glyphicon glyphicon-envelope"></span>
|
|
|
+ <div>
|
|
|
+ <p>公司邮箱</span></p>
|
|
|
+ <p><span th:text="(${org.email}==null or ${org.email}=='')?'暂无':${org.email}">3846252890@qq.com</span> </p>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <span class="glyphicon glyphicon-map-marker"></span>
|
|
|
+ <div>
|
|
|
+ <p>公司地址</span></p>
|
|
|
+ <p><span th:text="(${org.postalAddress}==null or ${org.postalAddress}=='')?'暂无':${org.postalAddress}">湖南省长沙市营盘东路</span> </p>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ </ol>
|
|
|
+ </div>
|
|
|
+ <div id="facAll">
|
|
|
+ <div class="facAll">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="pagination_box">
|
|
|
+ <nav aria-label="Page navigation" class="clearfix">
|
|
|
+ <ul class="pagination">
|
|
|
+ <li class="pagePre">
|
|
|
+ <a href="#" aria-label="Previous">
|
|
|
+ <span aria-hidden="true">«</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li class="pageNumber"><a href="#" value="1">1</a></li>
|
|
|
+ <li class="pageNext">
|
|
|
+ <a href="#" aria-label="Next">
|
|
|
+ <span aria-hidden="true">»</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ <div class="inp">
|
|
|
+ <input type="text" class=""><button class="btn btn-default">跳转</button>
|
|
|
+ </div>
|
|
|
+ <span class="totalCount">共0条数据</span>
|
|
|
+ </nav>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="listJ">
|
|
|
+ <ul></ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
<footer>
|
|
|
<div th:replace="common::copyright"></div>
|
|
|
<div th:replace="common::login"></div>
|