提交修改

dev-captcha
dshclm 10 months ago
parent d9473d5ce4
commit d18ddba481

@ -16,18 +16,8 @@
align-items: center;
justify-content: space-between;
}
.fd-footer-bg {
position: absolute;
bottom: 62px;
left: 0;
z-index: -1;
width: 100%;
height: 539px;
background: url(/home/base/icon-footer-bg.png) center no-repeat;
}
</style>
</head>
<div class="fd-footer-bg"></div>
<div id="footer" class="layui-row">
<div class="footer_box">
<div>

@ -134,6 +134,15 @@
/* text-align: center;*/
/* padding: 0 14px;*/
/*}*/
.fd-footer-bg {
position: absolute;
top: 105%;
left: 0;
z-index: -1;
width: 100%;
height: 539px;
background: url(/home/base/icon-footer-bg.png) center no-repeat;
}
</style>
</head>
<div id="hd">
@ -185,6 +194,7 @@
<button class="layui-btn" onclick="queryList()" style="background-color: rgb(51, 111, 184);">搜索</button>
</form>
</ul>
<div class="fd-footer-bg"></div>
</div>
<script th:src="@{/js/jquery.min.js?v=3.6.3}"></script>
<script th:src="@{/home/lib/layui.js}"></script>

Loading…
Cancel
Save