|
|
|
@ -511,7 +511,7 @@
|
|
|
|
|
<a th:href="@{/special_view.html(columnId=${column.columnId})}" th:title="${column.columnName}" target="_blank">
|
|
|
|
|
<img style="height:155px;width: 190px " th:src="${column.columnUrl}">
|
|
|
|
|
</a>
|
|
|
|
|
<span style="margin-top: 5px;">[[${column.columnName}]]</span >
|
|
|
|
|
<span style="margin-top: 5px;font-size: 15px;color: black;">[[${column.columnName}]]</span >
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
@ -530,7 +530,7 @@
|
|
|
|
|
<ul class="right">
|
|
|
|
|
<li th:each="content,status : ${windowColumns}" style="width:22%;text-align:center;">
|
|
|
|
|
<video th:src="${content.columnUrl}" class="video" style="width:100%;"></video>
|
|
|
|
|
<span>[[${content.columnName}]]</span>
|
|
|
|
|
<span style="font-size: 15px;color: black;">[[${content.columnName}]]</span>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|