You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<div th:fragment="home_footer">
|
|
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
#footer {
|
|
|
|
|
background-color: #074488;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
min-width: 1690px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.footer_box{
|
|
|
|
|
width: 1330px;
|
|
|
|
|
height: 140px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<div id="footer" class="layui-row">
|
|
|
|
|
<div class="footer_box">
|
|
|
|
|
<div>
|
|
|
|
|
<img class="layui-inline" style="height: 45px" th:src="@{/home/base/logo.png}" alt="">
|
|
|
|
|
<p class="layui-inline" style="color: #fff;">
|
|
|
|
|
©甘肃省人民检察院兰铁分院
|
|
|
|
|
<br>
|
|
|
|
|
<!-- 今日PV访问量:[[${total}]]-->
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-inline">
|
|
|
|
|
<p>主 办:甘肃省人民检察院兰铁分院</p>
|
|
|
|
|
<p>技术支持:甘肃省人民检察院兰铁分院技术处</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-inline" style="color: #fff;">
|
|
|
|
|
<p>地址:甘肃兰州七里河区南环中路3551号</p>
|
|
|
|
|
<p>邮编:730050</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-inline" style="color: #fff;">
|
|
|
|
|
<p><a target="_blank" href="http://143.212.247.10:8086/login/" style="color: #fff;">
|
|
|
|
|
<img class="layui-inline" style="height: 21px" th:src="@{/home/base/lianjie2.png}" alt="">
|
|
|
|
|
进入网站后台管理系统</a></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|