Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/5d85233dfdcf738bdb21ff739d9bac5bbd215465?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
4 deletions
Width:
|
Height:
|
Size: 695 KiB
@ -26,8 +26,8 @@
}
#ltlogo {
position: absolute;
top: 43%; /* 将图像元素垂直居中 */
left: 4 3%; /* 将图像元素水平居中 */
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.jp g}">
< img class = "bg_image1" th:src = "@{/home/base/ yuncai.pn g}">
< 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 >