|
|
|
@ -357,6 +357,16 @@
|
|
|
|
|
width:30px;
|
|
|
|
|
height:28px;
|
|
|
|
|
}
|
|
|
|
|
.sliderA{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-color: rgb(182 182 182 / 0.6);
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 90%;
|
|
|
|
|
line-height: 46px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="layui-bg-gray" style="">
|
|
|
|
@ -372,8 +382,10 @@
|
|
|
|
|
<div class="layui-carousel" id="ID-carousel-demo-image" style="width: 650px;height: 433px;">
|
|
|
|
|
<div carousel-item>
|
|
|
|
|
<tbody th:each="url,status : ${urlList}">
|
|
|
|
|
<img th:src="${url.imgUrl}">
|
|
|
|
|
<a th:href="@{/public_view.html(type=2,id=${url.workId})}" th:title="${url.workTitle}" target="_blank">[[${#strings.abbreviate(url.workTitle,28)}]]</a>
|
|
|
|
|
<a th:href="@{/public_view.html(type=2,id=${url.workId})}" th:title="${url.workTitle}" target="_blank">
|
|
|
|
|
<img th:src="${url.imgUrl}">
|
|
|
|
|
<span class="sliderA">[[${#strings.abbreviate(url.workTitle,28)}]]</span>
|
|
|
|
|
</a>
|
|
|
|
|
</tbody>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|