|
|
@@ -307,10 +307,10 @@
|
|
|
企业技术需求 <a th:href="@{/portal/technologyTrading/demandList}">查看更多 > </a>
|
|
|
</h4>
|
|
|
<div class="row">
|
|
|
- <div class="col-md-2">
|
|
|
+ <div class="colMd2">
|
|
|
<img th:src="${portalHost+'/img/newMenu/demand-8.png'}" alt="">
|
|
|
</div>
|
|
|
- <div class="imgGroup col-md-10">
|
|
|
+ <div class="imgGroup colMd10">
|
|
|
<ul>
|
|
|
|
|
|
<li th:each="companyDemandList:${companyDemandList}">
|
|
|
@@ -366,9 +366,9 @@
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div class="row studyTxt">
|
|
|
- <div class="col-sm-10">
|
|
|
+ <div class="colSm10">
|
|
|
<ul class="row">
|
|
|
- <li class="col-sm-4" th:each="plsdemand:${proLearnStudyDemandList}">
|
|
|
+ <li th:each="plsdemand:${proLearnStudyDemandList}">
|
|
|
<a th:href="@{/portal/technologyTrading/demandDetail(id=${plsdemand.id},type=${plsdemand.dataCategory})}">
|
|
|
<div class="imgLeft">
|
|
|
<img th:if="${plsdemand.pictureUrl}==null" th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt="">
|
|
|
@@ -385,7 +385,7 @@
|
|
|
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="col-sm-2">
|
|
|
+ <div class="colSm2">
|
|
|
<img th:src="${portalHost+'/img/newMenu/demand-18.jpg'}" alt="">
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -430,13 +430,13 @@
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div class="technology row">
|
|
|
- <div class="col-sm-2">
|
|
|
+ <div class="colSm2">
|
|
|
<img th:src="${portalHost+'/img/newMenu/demand-21.jpg'}" alt="">
|
|
|
</div>
|
|
|
- <div class="col-sm-10">
|
|
|
+ <div class="colSm10">
|
|
|
<ol class="row">
|
|
|
|
|
|
- <li class="col-sm-4" th:each="personnelDemand:${personnelDemandList}">
|
|
|
+ <li th:each="personnelDemand:${personnelDemandList}">
|
|
|
<a th:href="@{/portal/technologyTrading/demandDetail(id=${personnelDemand.id},type=${personnelDemand.dataCategory})}">
|
|
|
<div>
|
|
|
<h4 >
|