|
|
|
@ -401,7 +401,7 @@
|
|
|
|
|
.notice{
|
|
|
|
|
width: 55%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin: 36px auto 14px;
|
|
|
|
|
margin: 54px auto 22px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
@ -417,6 +417,7 @@
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
@keyframes roll {
|
|
|
|
|
0% {
|
|
|
|
@ -429,75 +430,105 @@
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
12% {
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
}
|
|
|
|
|
16% {
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
}
|
|
|
|
|
20% {
|
|
|
|
|
margin-top: -80px;
|
|
|
|
|
margin-top: -110px;
|
|
|
|
|
}
|
|
|
|
|
24% {
|
|
|
|
|
margin-top: -80px;
|
|
|
|
|
margin-top: -110px;
|
|
|
|
|
}
|
|
|
|
|
28% {
|
|
|
|
|
margin-top: -120px;
|
|
|
|
|
margin-top: -165px;
|
|
|
|
|
}
|
|
|
|
|
32% {
|
|
|
|
|
margin-top: -120px;
|
|
|
|
|
margin-top: -165px;
|
|
|
|
|
}
|
|
|
|
|
36% {
|
|
|
|
|
margin-top: -160px;
|
|
|
|
|
margin-top: -220px;
|
|
|
|
|
}
|
|
|
|
|
40% {
|
|
|
|
|
margin-top: -160px;
|
|
|
|
|
margin-top: -220px;
|
|
|
|
|
}
|
|
|
|
|
44% {
|
|
|
|
|
margin-top: -200px;
|
|
|
|
|
margin-top: -275px;
|
|
|
|
|
}
|
|
|
|
|
48% {
|
|
|
|
|
margin-top: -200px;
|
|
|
|
|
margin-top: -275px;
|
|
|
|
|
}
|
|
|
|
|
52% {
|
|
|
|
|
margin-top: -240px;
|
|
|
|
|
margin-top: -330px;
|
|
|
|
|
}
|
|
|
|
|
56% {
|
|
|
|
|
margin-top: -240px;
|
|
|
|
|
margin-top: -330px;
|
|
|
|
|
}
|
|
|
|
|
60% {
|
|
|
|
|
margin-top: -200px;
|
|
|
|
|
margin-top: -275px;
|
|
|
|
|
}
|
|
|
|
|
64% {
|
|
|
|
|
margin-top: -200px;
|
|
|
|
|
margin-top: -275px;
|
|
|
|
|
}
|
|
|
|
|
68% {
|
|
|
|
|
margin-top: -160px;
|
|
|
|
|
margin-top: -220px;
|
|
|
|
|
}
|
|
|
|
|
72% {
|
|
|
|
|
margin-top: -160px;
|
|
|
|
|
margin-top: -220px;
|
|
|
|
|
}
|
|
|
|
|
76% {
|
|
|
|
|
margin-top: -120px;
|
|
|
|
|
margin-top: -165px;
|
|
|
|
|
}
|
|
|
|
|
80% {
|
|
|
|
|
margin-top: -120px;
|
|
|
|
|
margin-top: -165px;
|
|
|
|
|
}
|
|
|
|
|
84% {
|
|
|
|
|
margin-top: -80px;
|
|
|
|
|
margin-top: -110px;
|
|
|
|
|
}
|
|
|
|
|
88% {
|
|
|
|
|
margin-top: -80px;
|
|
|
|
|
margin-top: -110px;
|
|
|
|
|
}
|
|
|
|
|
92% {
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
}
|
|
|
|
|
96% {
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.xuanchuanImage {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.xuanchuanImage .slide {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
transition: opacity 2s ease-in-out;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.xuanchuanImage .active {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.xuanchuanImage img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="layui-bg-gray" style="">
|
|
|
|
@ -515,19 +546,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="notice">-->
|
|
|
|
|
<!-- <div class="notice__inner">-->
|
|
|
|
|
<!-- <i class="layui-icon layui-icon-speaker" style="font-size: 32px;background-color: white;height: 100%;display: inline-block;"></i>-->
|
|
|
|
|
<!-- <span class="notice__item notice__item-first">-->
|
|
|
|
|
<!-- [[${#strings.abbreviate(noticeList[0].noticeTitle,33)}]]-->
|
|
|
|
|
<!-- 【[[${#dates.format(noticeList[0].createTime, 'yyyy年MM月dd日')}]]】-->
|
|
|
|
|
<!-- </span>-->
|
|
|
|
|
<!-- <span class="notice__item notice__item-second">-->
|
|
|
|
|
<!-- [[${#strings.abbreviate(noticeList[1].noticeTitle,33)}]]-->
|
|
|
|
|
<!-- 【[[${#dates.format(noticeList[1].createTime, 'yyyy年MM月dd日')}]]】-->
|
|
|
|
|
<!-- </span>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<div class="layui-row layui-col-space1">
|
|
|
|
|
<div class="layui-col-md6">
|
|
|
|
|
<div class="layui-carousel" id="ID-carousel-demo-image" style="width: 650px;height: 433px;">
|
|
|
|
@ -563,9 +581,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 宣传图-->
|
|
|
|
|
<div class="layui-container" style="padding-top: 50px">
|
|
|
|
|
<p>
|
|
|
|
|
<img th:src="@{/home/data/announceimg/21da.png}" style="width: 100%">
|
|
|
|
|
</p>
|
|
|
|
|
<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">
|
|
|
|
|
</a>
|
|
|
|
|
<a th:href="@{/special_view.html(columnId=${specialColumns[1].columnId})}" th:title="${specialColumns[1].columnName}" target="_blank">
|
|
|
|
|
<img th:src="@{/home/data/announceimg/21da.png}" style="width: 100%" class="slide">
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--工作动态、内设部门-->
|
|
|
|
|
<div class="layui-container" style="padding-top: 50px">
|
|
|
|
@ -891,6 +914,17 @@
|
|
|
|
|
});
|
|
|
|
|
})(i);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const slides = document.querySelectorAll('.slide');
|
|
|
|
|
let currentSlide = 0;
|
|
|
|
|
|
|
|
|
|
function showNextSlide() {
|
|
|
|
|
slides[currentSlide].classList.remove('active');
|
|
|
|
|
currentSlide = (currentSlide + 1) % slides.length;
|
|
|
|
|
slides[currentSlide].classList.add('active');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setInterval(showNextSlide, 3000); // Change every 3 seconds
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|