mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
53 lines
1.5 KiB
HTML
53 lines
1.5 KiB
HTML
<link rel="stylesheet" href="/static/css/reset.css">
|
|
<link rel="stylesheet" href="/static/css/pagination.css">
|
|
<link rel="stylesheet" href="/static/lib/layui/css/layui.css">
|
|
<script src="/static/lib/jquery/jquery-3.4.1.min.js"></script>
|
|
<script src="/static/lib/layui/layui.js"></script>
|
|
<script src="/static/js/common.js"></script>
|
|
|
|
<style>
|
|
.main-container{
|
|
margin-top: 10px;
|
|
}
|
|
.layui-table img{
|
|
max-width: 60px;
|
|
max-height: 60px;;;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
//JavaScript代码区域
|
|
layui.use(['element','layer'], function () {
|
|
var element = layui.element;
|
|
|
|
});
|
|
|
|
$(function(){
|
|
if(typeof currentHeaderNavItem != "undefined"){
|
|
$('.header-nav-item').each(function(i,e){
|
|
if($(e).data('name') == currentHeaderNavItem){
|
|
$(e).addClass('layui-this')
|
|
}
|
|
})
|
|
}
|
|
if(typeof currentLeftNavItem != "undefined"){
|
|
$('.left-nav-item').each(function(i,e){
|
|
if($(e).data('name') == currentLeftNavItem){
|
|
$(e).addClass('layui-this')
|
|
}
|
|
})
|
|
}
|
|
})
|
|
</script>
|
|
{:get_system_config('site_tongji')}
|
|
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?acfaf971e7aa8c71a132e7fc5f8b5896";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
|