|
|
|
@ -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>
|
|
|
|
|