feat:头部图片修改

dev-captcha
wangxy 10 months ago
parent f0d0b1d76d
commit e458426a60

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

@ -26,8 +26,8 @@
#ltlogo {
position: absolute;
top: 43%; /* 将图像元素垂直居中 */
left: 30%; /* 将图像元素水平居中 */
height: 82px;
left: 43%; /* 将图像元素水平居中 */
height: 122px;
transform: translate(-50%, -50%);
}
#dhl {
@ -55,7 +55,7 @@
</div>
</div>
</div>
<img th:src="@{/home/base/lantie3.png}" id="ltlogo" >
<img th:src="@{/home/base/lantie4.png}" id="ltlogo" >
<!-- <div style=" position: absolute;-->
<!-- font-size: 52px;-->
<!-- font-weight: 900;-->

@ -26,8 +26,8 @@
#ltlogo {
position: absolute;
top: 43%; /* 将图像元素垂直居中 */
left: 30%; /* 将图像元素水平居中 */
height: 82px;
left: 43%; /* 将图像元素水平居中 */
height: 122px;
transform: translate(-50%, -50%);
}
#ltlogo2 {
@ -143,7 +143,7 @@
</div>
</div>
<!-- <img class="bg_image1" th:src="@{/home/base/bg-head3.png}">-->
<img th:src="@{/home/base/lantie3.png}" id="ltlogo" >
<img th:src="@{/home/base/lantie4.png}" id="ltlogo" >
<!-- <div style=" position: absolute;-->
<!-- font-size: 52px;-->
<!-- font-weight: 900;-->

Loading…
Cancel
Save