ソースを参照

页面上样式的调整

limin 7 年 前
コミット
46d8f09443

File diff suppressed because it is too large
+ 4 - 3
src/main/webapp/WEB-INF/views/portal/adviser/adviserDetail.html


+ 8 - 5
src/main/webapp/WEB-INF/views/portal/index.html

@@ -240,8 +240,8 @@
 								<span th:text="${#dates.format(p.releaseDate,'yyyy')}">2018</span>
 							</div>
 							<div class="newTxt">
-								<h5 th:text="${p.title}"></h5>
-								<p th:text="${p.summary}"></p>
+								<h5 th:text="${#strings.abbreviate(p.title,18)}"></h5>
+								<p th:text="${#strings.abbreviate(p.summary,50)}"></p>
 							</div>
 						</a>
 					</li>
@@ -260,8 +260,8 @@
 								<span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span>
 							</div>
 							<div class="newTxt">
-								<h5 th:text="${n.title}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
-								<p th:text="${n.summary}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
+								<h5 th:text="${#strings.abbreviate(n.title,18)}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
+								<p th:text="${#strings.abbreviate(n.summary,50)}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
 							</div>
 						</a>
 					</li>
@@ -284,11 +284,14 @@
 							<span th:text="${#dates.format(sc.releaseDate,'MM-dd')}">03-12</span>
 							<span th:text="${#dates.format(sc.releaseDate,'yyyy')}">2018</span>
 						</div>
-						<p th:text="${sc.title}"></p>
+						<p th:text="${#strings.abbreviate(sc.title,18)}"></p>
 					</a>
 				</li>
 			</ul>
 		</div>
+		<a th:href="@{/portal/thinkTank/policyList?type=99}" class="more">MORE
+			<span></span>
+		</a>
 	</div>
 	<footer>
 			<div th:replace="common::copyright"></div>

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/service/patent.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/tradingIndex.html


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

@@ -80,7 +80,7 @@
    				<ul>
   					<li th:each="news:${newsList}">
   						<a th:href="@{/portal/news/newsDetail(id=${news.id})}">
-   						<p th:text="${news.title}"></p>
+   						<p th:text="${#strings.abbreviate(news.title,18)}"></p>
    						<time th:text="${news.createTimeFormattedDate}"></time>
   						</a>
   					</li>