提交内容

law-v2025-01
dshclm 3 months ago
parent 4e3fd3dcef
commit 5d85233dfd

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

@ -26,8 +26,8 @@
}
#ltlogo {
position: absolute;
top: 43%; /* 将图像元素垂直居中 */
left: 43%; /* 将图像元素水平居中 */
top: 53%;
left: 35%;
height: 122px;
transform: translate(-50%, -50%);
}
@ -159,12 +159,18 @@
</style>
</head>
<div id="hd">
<img class="bg_image1" th:src="@{/home/base/new_top_bg2.jpg}">
<img class="bg_image1" th:src="@{/home/base/yuncai.png}">
<div class="timeDt">
<span th:text="${#dates.format(new java.util.Date().getTime(), 'yyyy年MM月dd日')}"></span>
<span th:text="${#dates.format(new java.util.Date().getTime(), 'EEEE')}"></span>
</div>
<img th:src="@{/home/base/lantie4.png}" id="ltlogo" >
<!-- <img th:src="@{/home/base/lantie4.png}" id="ltlogo" >-->
<sapn id="ltlogo" style="font-size: 46px;
color: #ffffff;
font-weight: bold;">
<img th:src="@{/home/base/logo.png}" width="100px">
纪律检查委员会
</sapn>
<div class="fd-footer-bg"></div>
</div>
<script th:src="@{/js/jquery.min.js?v=3.6.3}"></script>

Loading…
Cancel
Save