提交
This commit is contained in:
parent
0e884aaa68
commit
c642f8a080
109
templates/default_v2/article_laws.html
Normal file
109
templates/default_v2/article_laws.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<!-- 禁止百度转码 -->
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||
<!-- uc强制竖屏 -->
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<!-- QQ强制竖屏 -->
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
.headerBg{background:url("{dreamer-cms:template /}images/newsbanner1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||
#zhaocaiframe{
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="news-content-page">
|
||||
{dreamer-cms:include file='inc/header.html'/}.
|
||||
|
||||
<div class="headerBg"></div>
|
||||
|
||||
<div class="conter wrapper_1200">
|
||||
<div class="asideCon">
|
||||
<div class="nav">
|
||||
{dreamer-cms:location lang="cn" /}
|
||||
</div>
|
||||
<a class="home" href="javascript:window.history.go(-1);"><< 点击返回列表</a>
|
||||
<div class="article">
|
||||
<div class="name">{dreamer-cms:article field="title" /}</div>
|
||||
<div class="browse">
|
||||
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="showtime" function="format('yyyy-MM-dd')" /}
|
||||
</div>
|
||||
<div class="articleCon">
|
||||
<p>{dreamer-cms:article field="body" /}<p><br/>
|
||||
<br >
|
||||
<!-- <a href="/resources/uploads/{dreamer-cms:article field="url" /}">
|
||||
aaa
|
||||
</a> -->
|
||||
<!-- <if >
|
||||
<iframe id="zhaocaiframe" src="/resources/uploads/{dreamer-cms:article field="url" /}"></iframe>
|
||||
|
||||
|
||||
</if> -->
|
||||
|
||||
{dreamer-cms:prevnext layout="prev,next" /}
|
||||
</div>
|
||||
<div class="share pull-right">
|
||||
<div class="dis">分享:</div>
|
||||
<div id="share-2" class="dis"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<!-- <div class="recommend">
|
||||
<div class="title">推荐阅读</div>
|
||||
<div class="publicList">
|
||||
{dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="5" cascade="true"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<div class="pictrue dis" ><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div>
|
||||
<div class="text dis">
|
||||
<div class="name"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||
<div class="icons">
|
||||
<span class="iconfont iconshijian"></span>[field:createtime function="format('MM-dd HH:mm:ss')" /]
|
||||
<span class="iconfont iconliulan"></span>[field:clicks/]
|
||||
</div>
|
||||
<div class="infor"><a href="[field:arcurl/]">[field:remark function="substring(0,75,'...')" /]</a></div>
|
||||
</div>
|
||||
</div>
|
||||
{/dreamer-cms:list}
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<!-- <div id="advers" class="min_wrapper_1200">
|
||||
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||
</div> -->
|
||||
|
||||
{dreamer-cms:include file="inc/footer.html" /}
|
||||
</div>
|
||||
{dreamer-cms:include file="inc/service.html" /}
|
||||
|
||||
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||
<script>
|
||||
$('#share-2').share({
|
||||
sites: ['wechat','qzone', 'qq', 'weibo']
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
7118
templates/default_v2/css/bootstrap.css
vendored
Normal file
7118
templates/default_v2/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
templates/default_v2/images/carousel/img_20250427150419.jpg
Normal file
BIN
templates/default_v2/images/carousel/img_20250427150419.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
templates/default_v2/images/carousel/img_20250427150428.jpg
Normal file
BIN
templates/default_v2/images/carousel/img_20250427150428.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
@ -31,7 +31,7 @@
|
||||
|
||||
</a>
|
||||
<div style="width: 500px;position: relative;
|
||||
top: -60px;left:120px"><span class="text-xl font-bold text-blue-600" style="width: 1000px;">龙翔(山东)工程咨询管理有限公司</span></div>
|
||||
top: -60px;left:120px"><span style="width: 1000px;font-size: 20px;font-family:微软雅黑 ;">龙翔(山东)工程咨询管理有限公司</span></div>
|
||||
|
||||
</div>
|
||||
<div class="pull-right" style="position: relative;
|
||||
|
@ -772,14 +772,14 @@
|
||||
data: [
|
||||
{
|
||||
id: 1,
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/IMG_202504218658_860x482.png",
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/img_20250427150419.jpg",
|
||||
title: "专业工程咨询服务",
|
||||
description: "提供全过程工程咨询解决方案,助力项目成功",
|
||||
link: "#"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/1910576872591773696.png",
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/img_20250427150428.jpg",
|
||||
title: "专业项目管理服务",
|
||||
description: "科学管理,确保项目按时按质完成",
|
||||
link: "#"
|
||||
|
167
templates/default_v2/list_laws copy.html
Normal file
167
templates/default_v2/list_laws copy.html
Normal file
@ -0,0 +1,167 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<!-- 禁止百度转码 -->
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||
<!-- uc强制竖屏 -->
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<!-- QQ强制竖屏 -->
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<title>{dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/}</title>
|
||||
<meta name="Keywords" content="{dreamer-cms:global name=" keywords"/}" />
|
||||
<meta name="Description" content="{dreamer-cms:global name=" describe"/}" />
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||
<style>
|
||||
.headerBg {
|
||||
background:url("{dreamer-cms:template /}images/newsbanner1.jpg") center 0 no-repeat;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 380px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="productNews" id="productNews">
|
||||
{dreamer-cms:include file='inc/header.html'/}
|
||||
|
||||
<!-- {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [ffa10f74ca384bc0aae3ab3e1c1beebc]"} -->
|
||||
<div class="headerBg"></div>
|
||||
<!-- {/dreamer-cms:sql} -->
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="wrapper_1200">
|
||||
|
||||
{dreamer-cms:location lang="cn" /}
|
||||
|
||||
<!-- <div class="sortNav">
|
||||
{dreamer-cms:channel typeid="96nbp5pc" showall="true" type="son"}
|
||||
<div class="item item[field:autoindex/] on">
|
||||
<div class="active on"></div>
|
||||
<div class="active1 animated"></div>
|
||||
<a href="[field:typeurl/]"><div class="name line1">[field:typenamecn /]</div></a>
|
||||
<div class="infor line1">[field:description /]</div>
|
||||
</div>
|
||||
{/dreamer-cms:channel}
|
||||
</div> -->
|
||||
</div>
|
||||
<br />
|
||||
<div class="conter wrapper_1200">
|
||||
|
||||
<div class="left">
|
||||
<div class="publicLists">
|
||||
<div class="publicList">
|
||||
{dreamer-cms:pagelist sortBy="show_time" sortWay="desc"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<!-- <div class="pictrue dis"><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div> -->
|
||||
<div class="text dis">
|
||||
<div class="name">
|
||||
<a href="[field:arcurl/]">[field:title/]</a>
|
||||
</div>
|
||||
<div class="icons">
|
||||
<span class="iconfont iconshijian"></span>[field:showtime
|
||||
function="format('yyyy-MM-dd hh:mm:ss')" /]
|
||||
<span class="iconfont iconliulan"></span>[field:clicks /]
|
||||
</div>
|
||||
<div class="infor"><a href="[field:arcurl/]">[field:remark
|
||||
function="substring(0,75,'...')" /]</a></div>
|
||||
</div>
|
||||
</div>
|
||||
{/dreamer-cms:pagelist}
|
||||
</div>
|
||||
<div class="listpages">
|
||||
{dreamer-cms:pagination /}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="right">
|
||||
<div class="newsHead">
|
||||
<div class="title">新闻头条</div>
|
||||
<div class="list">
|
||||
{dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="10" cascade="true"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<div class="dis num">[field:autoindex /]</div>
|
||||
<div class="dis text">
|
||||
<div class="line1"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||
<div class="infor">[field:remark function="substring(0,75,'...')" /]</div>
|
||||
</div>
|
||||
</div>
|
||||
{/dreamer-cms:list}
|
||||
</div>
|
||||
</div>
|
||||
<div class="advers" >
|
||||
{dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [42bf4ceb852e4a1cb641db209a211439]"}
|
||||
<img src="/resources/uploads/[field:litpic /]">
|
||||
{/dreamer-cms:sql}
|
||||
</div>
|
||||
<div class="technology">
|
||||
<div class="title">行业新闻</div>
|
||||
<div class="list">
|
||||
{dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="10"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<div class="name line1"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||
<div class="time">[field:createtime function="format('MM-dd hh:mm:ss')" /]</div>
|
||||
</div>
|
||||
{/dreamer-cms:list}
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<!-- <div id="advers" class="min_wrapper_1200">
|
||||
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||
</div> -->
|
||||
{dreamer-cms:include file="inc/footer.html" /}
|
||||
</div>
|
||||
|
||||
{dreamer-cms:include file="inc/service.html" /}
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$('.newsHead .list .item').on('mouseenter', function () {
|
||||
$(this).addClass('on').siblings().removeClass('on');
|
||||
});
|
||||
$('.sortNav .item').on('click', function () {
|
||||
$(this).addClass('on').siblings().removeClass('on');
|
||||
$(this).find('.active').addClass('on').parent().siblings().find('.active').removeClass('on');
|
||||
$(this).find('.active1').hide();
|
||||
var content_idnex = $('.sortNav .item').index(this);
|
||||
$('.publicLists').eq(content_idnex).show().siblings().hide();
|
||||
var c = $('.publicLists .publicList').eq(content_idnex).children().length;
|
||||
var str = c / pageSize;
|
||||
var r = /^[0-9]*[1-9][0-9]*$/; //正整数
|
||||
var s = r.test(str); //str为你要判断的字符 执行返回结果 true 或 false
|
||||
if (!s) {
|
||||
$('.publicLists .no_more').eq(content_idnex).show();
|
||||
$('.publicLists .outline').eq(content_idnex).hide();
|
||||
} else {
|
||||
$('.publicLists .outline').eq(content_idnex).show();
|
||||
$('.publicLists .no_more').eq(content_idnex).hide();
|
||||
}
|
||||
});
|
||||
$('.sortNav .item').hover(function () {
|
||||
$(this).find('.active').removeClass('on');
|
||||
$(this).find('.active1').addClass('slideInDown').show();
|
||||
}, function () {
|
||||
$(this).find('.active1').removeClass('slideInDown').hide();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
194
templates/default_v2/list_laws.html
Normal file
194
templates/default_v2/list_laws.html
Normal file
@ -0,0 +1,194 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<!-- 禁止百度转码 -->
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||
<!-- uc强制竖屏 -->
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<!-- QQ强制竖屏 -->
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<title>{dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/}</title>
|
||||
<meta name="Keywords" content="{dreamer-cms:global name=" keywords"/}" />
|
||||
<meta name="Description" content="{dreamer-cms:global name=" describe"/}" />
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/bootstrap.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||
<style>
|
||||
.headerBg {
|
||||
background:url("{dreamer-cms:template /}images/newsbanner1.jpg") center 0 no-repeat;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 380px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="productNews" id="productNews">
|
||||
{dreamer-cms:include file='inc/header.html'/}
|
||||
|
||||
<!-- {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [ffa10f74ca384bc0aae3ab3e1c1beebc]"} -->
|
||||
<div class="headerBg"></div>
|
||||
<!-- {/dreamer-cms:sql} -->
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="wrapper_1200">
|
||||
|
||||
{dreamer-cms:location lang="cn" /}
|
||||
|
||||
<!-- <div class="sortNav">
|
||||
{dreamer-cms:channel typeid="96nbp5pc" showall="true" type="son"}
|
||||
<div class="item item[field:autoindex/] on">
|
||||
<div class="active on"></div>
|
||||
<div class="active1 animated"></div>
|
||||
<a href="[field:typeurl/]"><div class="name line1">[field:typenamecn /]</div></a>
|
||||
<div class="infor line1">[field:description /]</div>
|
||||
</div>
|
||||
{/dreamer-cms:channel}
|
||||
</div> -->
|
||||
</div>
|
||||
<br />
|
||||
<div class="conter wrapper_1200">
|
||||
<!-- <section class="panel"> -->
|
||||
<div class="">
|
||||
<!-- <table class="table table-hover">
|
||||
{dreamer-cms:pagelist sortBy="show_time" sortWay="desc"}
|
||||
|
||||
{/dreamer-cms:pagelist}
|
||||
</table> -->
|
||||
<div class="publicLists">
|
||||
<!-- <div class="publicList"> -->
|
||||
<div class="">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr >
|
||||
<!-- <th style="width:50px;">选择</th> -->
|
||||
<th style="height: 30px;font-size:20px;color:blue;">名称</th>
|
||||
<th style="height: 30px;font-size:20px;color:blue;">颁布时间</th>
|
||||
<!-- <th>变量值</th> -->
|
||||
<!-- <th style="width:300px;">操作</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{dreamer-cms:pagelist sortBy="show_time" sortWay="desc"}
|
||||
<tr style="height: 50px;font-size:30px">
|
||||
|
||||
<td><a href="[field:arcurl/]">[field:title/]</a></td>
|
||||
<td>[field:showtime
|
||||
function="format('yyyy-MM-dd')" /]</td>
|
||||
<!-- <td></td><a href="[field:arcurl/]">[field:showtime
|
||||
function="format('yyyy-MM-dd hh:mm:ss')" /]</a></td> -->
|
||||
|
||||
<!-- <td><input type="checkbox" class="flat-grey list-child" th:value="${variable.id}" /></td> -->
|
||||
|
||||
<!-- <td th:text="${variable.value}"></td> -->
|
||||
<!-- <td class="operate">
|
||||
<a th:href="@{/admin/variable/toEdit(id=${variable.id})}" class="btn btn-xs btn-success" shiro:hasAnyPermissions="system:variable:toedit,system:variable:update">编辑</a>
|
||||
<a href="javascript:void(0)" data-toggle="modal" class="btn btn-xs btn-danger" th:variableid="${variable.id}" th:onclick="confrimRemove(this.getAttribute('variableid'));" shiro:hasAnyPermissions="system:variable:delete">删除</a>
|
||||
</td> -->
|
||||
</tr>
|
||||
{/dreamer-cms:pagelist}
|
||||
<!-- <tr th:if="${#lists.isEmpty(page.list)}">
|
||||
<td colspan="8" align="center">无数据</td>
|
||||
</tr> -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- </div> -->
|
||||
<div class="listpages">
|
||||
{dreamer-cms:pagination /}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- <div class="right">
|
||||
<div class="newsHead">
|
||||
<div class="title">新闻头条</div>
|
||||
<div class="list">
|
||||
{dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="10" cascade="true"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<div class="dis num">[field:autoindex /]</div>
|
||||
<div class="dis text">
|
||||
<div class="line1"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||
<div class="infor">[field:remark function="substring(0,75,'...')" /]</div>
|
||||
</div>
|
||||
</div>
|
||||
{/dreamer-cms:list}
|
||||
</div>
|
||||
</div>
|
||||
<div class="advers" >
|
||||
{dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [42bf4ceb852e4a1cb641db209a211439]"}
|
||||
<img src="/resources/uploads/[field:litpic /]">
|
||||
{/dreamer-cms:sql}
|
||||
</div>
|
||||
<div class="technology">
|
||||
<div class="title">行业新闻</div>
|
||||
<div class="list">
|
||||
{dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="10"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<div class="name line1"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||
<div class="time">[field:createtime function="format('MM-dd hh:mm:ss')" /]</div>
|
||||
</div>
|
||||
{/dreamer-cms:list}
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<!-- <div id="advers" class="min_wrapper_1200">
|
||||
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||
</div> -->
|
||||
{dreamer-cms:include file="inc/footer.html" /}
|
||||
</div>
|
||||
|
||||
{dreamer-cms:include file="inc/service.html" /}
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$('.newsHead .list .item').on('mouseenter', function () {
|
||||
$(this).addClass('on').siblings().removeClass('on');
|
||||
});
|
||||
$('.sortNav .item').on('click', function () {
|
||||
$(this).addClass('on').siblings().removeClass('on');
|
||||
$(this).find('.active').addClass('on').parent().siblings().find('.active').removeClass('on');
|
||||
$(this).find('.active1').hide();
|
||||
var content_idnex = $('.sortNav .item').index(this);
|
||||
$('.publicLists').eq(content_idnex).show().siblings().hide();
|
||||
var c = $('.publicLists .publicList').eq(content_idnex).children().length;
|
||||
var str = c / pageSize;
|
||||
var r = /^[0-9]*[1-9][0-9]*$/; //正整数
|
||||
var s = r.test(str); //str为你要判断的字符 执行返回结果 true 或 false
|
||||
if (!s) {
|
||||
$('.publicLists .no_more').eq(content_idnex).show();
|
||||
$('.publicLists .outline').eq(content_idnex).hide();
|
||||
} else {
|
||||
$('.publicLists .outline').eq(content_idnex).show();
|
||||
$('.publicLists .no_more').eq(content_idnex).hide();
|
||||
}
|
||||
});
|
||||
$('.sortNav .item').hover(function () {
|
||||
$(this).find('.active').removeClass('on');
|
||||
$(this).find('.active1').addClass('slideInDown').show();
|
||||
}, function () {
|
||||
$(this).find('.active1').removeClass('slideInDown').hide();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
uploads/20250428/1916745142277591040.pdf
Normal file
BIN
uploads/20250428/1916745142277591040.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user