|
|
|
@ -568,9 +568,15 @@
|
|
|
|
|
<a href="announce_view.html" target="_blank">更多+</a>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-card-body">
|
|
|
|
|
<div class="layui-card-body" style="max-height: 400px;overflow: hidden;">
|
|
|
|
|
<div style="width:100%;height: 163px;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;line-height: 47px">
|
|
|
|
|
<h1>
|
|
|
|
|
<a th:href="@{/public_view.html(type=1,id=${noticeList[0].noticeId})}" th:title="${noticeList[0].noticeTitle}" target="_blank" >[[${#strings.abbreviate(noticeList[0].noticeTitle,33)}]]</a>
|
|
|
|
|
</h1>
|
|
|
|
|
<p style="font-size: 16px;color: #777;">时间:[[${#dates.format(noticeList[0].createTime, 'yyyy年MM月dd日')}]]</p>
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="newslist-to">
|
|
|
|
|
<li th:each="notice,status : ${noticeList}">
|
|
|
|
|
<li th:each="notice,status : ${noticeList}" th:if="${!status.first}">
|
|
|
|
|
<a th:href="@{/public_view.html(type=1,id=${notice.noticeId})}" th:title="${notice.noticeTitle}" target="_blank" >[[${#strings.abbreviate(notice.noticeTitle,33)}]]</a>
|
|
|
|
|
<span class="time" >[[${#dates.format(notice.createTime, 'yyyy年MM月dd日')}]] </span>
|
|
|
|
|
</li>
|
|
|
|
@ -580,7 +586,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 宣传图-->
|
|
|
|
|
<div class="layui-container" style="padding-top: 50px">
|
|
|
|
|
<div class="layui-container" style="padding-top: 30px">
|
|
|
|
|
<div class="xuanchuanImage">
|
|
|
|
|
<a th:href="@{/special_view.html(columnId=${specialColumns[0].columnId})}" th:title="${specialColumns[0].columnName}" target="_blank">
|
|
|
|
|
<img th:src="@{/home/base/dangji.jpg}" style="width: 100%" class="slide active">
|
|
|
|
@ -591,7 +597,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--工作动态、内设部门-->
|
|
|
|
|
<div class="layui-container" style="padding-top: 50px">
|
|
|
|
|
<div class="layui-container" style="padding-top: 30px">
|
|
|
|
|
<div class="layui-row layui-col-space15">
|
|
|
|
|
<div class="layui-col-md6">
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|