Procházet zdrojové kódy

需求界面、政策列表调整

liliang4869 před 7 roky
rodič
revize
8caea1e6c2

+ 8 - 12
src/main/webapp/WEB-INF/views/portal/technologyTrading/demand.html

@@ -142,7 +142,7 @@
 					<div class="col-md-7" th:each="u2:${urgentDemand2}">
 					<a th:href="@{/portal/technologyTrading/demandDetail(id=${u2.id},type=${u2.dataCategory})}">
 						<div>
-							<div th:switch="${u2.demandType}">
+							<p th:switch="${u2.demandType}">
 								<span class="talents" th:case='0' th:text="企业技术需求"></span>
 								 <span class="talents" th:case='1' th:text="技术设备需求"></span> 
 								 <span class="talents" th:case='2' th:text="产学研合作需求"></span> 
@@ -150,15 +150,15 @@
 								 <span class="talents" th:case='4' th:text="地区产业需求"></span>
 								  <span class="talents" th:case='5' th:text="技术人才需求"></span>
 								  <span class="name" th:text="${u2.name}"></span>
-							</div>
+							</p>
 							
-							<div>
+							<p>
 								 <span class="problemDes" th:text="${u2.problemDes}"></span>	
 								 <span class="colorTime" th:if="${u2.validityPeriod}==null" th:text="无期限"></span>
 								 <span class="colorTime" th:if="${u2.validityPeriod}!=null" th:text="${#dates.format(u2.validityPeriod,'yyyy-MM-dd')+'到期'}"></span>
 								 <span class="colorOrange" th:if="${u2.demandType}==5" th:text="${u2.fundForPersonnel}==null?'人才:¥0元/月':${'人才:¥'+u2.fundForPersonnel+'元/月'}"></span>
 								 <span class="colorOrange" th:if="${u2.demandType}==3" th:text="${'期望资金:¥'+u2.fundForCrowd}+'万'"></span>
-							</div>
+							</p>
 						</div>
 						</a>
 					</div>
@@ -214,7 +214,7 @@
 					</div>
 					<div class="col-md-7" th:each="h2:${hotDemand2}">
 					<a th:href="@{/portal/technologyTrading/demandDetail(id=${h2.id},type=${h2.dataCategory})}">
-						<div>
+						<p>
 							<div th:switch="${h2.demandType}">
 								<span class="talents" th:case='0' th:text="企业技术需求"></span>
 								 <span class="talents" th:case='1' th:text="技术设备需求"></span> 
@@ -223,17 +223,13 @@
 								 <span class="talents" th:case='4' th:text="地区产业需求"></span>
 								  <span class="talents" th:case='5' th:text="技术人才需求"></span>
 								  <span class="name" th:text="${h2.name}"></span>
-							</div>
-							
-							<div>
-							
+							</p>
+							<p>
 								 <span class="problemDes" th:text="${h2.problemDes}"></span>	
 								 <span class="colorOrange" th:if="${h2.demandType}==5" th:text="${h2.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+h2.fundForPersonnel}+'元/月'"></span>
 								 <span class="colorOrange" th:if="${h2.demandType}==3" th:text="${'期望资金:¥'+h2.fundForCrowd}+'万'"></span>
-						
 								<span class="colorTime">	<img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt=""></span>
-								 
-							</div>
+							</p>
 						</div>
 						</a>
 				</div>

+ 2 - 15
src/main/webapp/WEB-INF/views/portal/thinkTank/policyList.html

@@ -12,21 +12,8 @@
 		<div th:replace="common::nav('thinkTank','policyList')"></div>
 
 	<!--banner-->
-	<div class="carouselt">
-		<ul class="ct-img-big clear">
-			<li data-index=0 ><img th:src="${portalHost + '/img/thinkTank_banner01.jpg'}" alt=""/></li>
-			<li data-index=1 ><img th:src="${portalHost + '/img/thinkTank_banner01.jpg'}" alt=""/></li>
-			<li data-index=2 ><img th:src="${portalHost + '/img/thinkTank_banner01.jpg'}" alt=""/></li>
-		</ul>
-		<!-- <a class="btn btn-next" href="">
-			<img th:src="${portalHost + '/img/index_next.png'}" alt=""/>
-		</a>
-		<a class="btn btn-pre" href="">
-			<img th:src="${portalHost + '/img/index_pre.png'}" alt=""/>
-		</a> -->
-		<ul class="ct-img-small clear">
-
-		</ul>
+	<div class="carousel">
+			<img th:src="${portalHost + '/img/thinkTank_banner01.jpg'}" alt=""/>
 	</div>
 	<!--主体内容区域开始-->
     <div class="main_top">