20 changed files with 3271 additions and 21 deletions
-
138public/themes/hc_original/dongya-web/a_article_detail.html
-
178public/themes/hc_original/dongya-web/a_article_list.html
-
296public/themes/hc_original/dongya-web/a_contact_us.html
-
1public/themes/hc_original/dongya-web/a_dang_zhuan_lan.html
-
156public/themes/hc_original/dongya-web/a_data_center.html
-
454public/themes/hc_original/dongya-web/a_gotogw.html
-
97public/themes/hc_original/dongya-web/a_pre_open_account.html
-
396public/themes/hc_original/dongya-web/a_qihuo.html
-
1public/themes/hc_original/dongya-web/a_qihuo_learn.html
-
50public/themes/hc_original/dongya-web/common/footer-副本.html
-
113public/themes/hc_original/dongya-web/common/footer.html
-
60public/themes/hc_original/dongya-web/common/nav.html
-
31public/themes/hc_original/dongya-web/common/uitfexi.html
-
111public/themes/hc_original/dongya-web/detail_article.html
-
108public/themes/hc_original/dongya-web/detail_culture.html
-
97public/themes/hc_original/dongya-web/detail_zuzhi.html
-
657public/themes/hc_original/dongya-web/index.html
-
7public/themes/hc_original/dongya-web/manifest.json
-
244public/themes/hc_original/dongya-web/single_search.html
-
97public/themes/hc_original/dongya-web/single_zuzhi.html
@ -0,0 +1,138 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<!-- {$current_cate['title']} --> |
||||
|
{php} |
||||
|
$currentCateId = intval($current_cate['id'] ?? ''); |
||||
|
$currentCatePid = intval($current_cate['parent_id'] ?? ''); |
||||
|
if($currentCatePid == 0){ |
||||
|
$currentCatePid = $currentCateId; |
||||
|
} |
||||
|
// var_dump($currentCateId); // 当前的分类 |
||||
|
{/php} |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司|期货学院|3•15 警惕洗钱、保护自身权益</title> |
||||
|
<meta name="keywords" content="" /> |
||||
|
<meta name="description" content="" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="/themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
|
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/nav" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
{hcTaglib:category id="$currentCatePid" item="vo" field="*"} |
||||
|
<div class="uitbanner"> |
||||
|
<img src="{$vo.banner.url|default=''}" alt=""> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<div class="crumbs"> |
||||
|
<div class="wrap"> |
||||
|
<dl> |
||||
|
<dt><a href="/">首页:</a></dt> |
||||
|
<!-- <dd><a href="/college.html">期货学院</a></dd> --> |
||||
|
<!-- 子栏目 --> |
||||
|
{volist name="category_with_order_arr" id="oneCate"} |
||||
|
<!-- {$oneCate.title} --> |
||||
|
<dd><a href="{$oneCate.alias}">{$oneCate.title}</a></dd> |
||||
|
<dd><span>></span></dd> |
||||
|
{/volist} |
||||
|
<dd class="on"><a href="{$current_cate.alias}">{$current_cate.title}</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<div class="newsdel"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="hds"> |
||||
|
<h1>{$hc_content.title}</h1> |
||||
|
<p><span>发布时间 : {$hc_content.publish_time}</span><span>浏览量: {$hc_content.hits} 次</span><span>作者:{$hc_content.author}</span></p> |
||||
|
</div> |
||||
|
|
||||
|
<div class="del"> |
||||
|
<!-- <p><a href="https://mp.weixin.qq.com/s/am1_xgHNOPZZVDUQxH90qQ">3•15 警惕洗钱、保护自身权益</a></p> --> |
||||
|
{$hc_content.content|raw} |
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<div class="fts"> |
||||
|
<a class="prev" href="/article-detail-45.html">{hcTaglib:preContent /}</a> |
||||
|
<a class="next" href="/article-detail-2259.html">{hcTaglib:nextContent /}</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- nav===============END --> |
||||
|
</div> |
||||
|
{include file="common/uitfexi" /} |
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/layui/layui.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/script.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
<script> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
</body> |
||||
|
|
||||
|
|
||||
|
</html> |
||||
@ -0,0 +1,178 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
|
||||
|
{php} |
||||
|
// 当前的分类ID: |
||||
|
$currentCateId = intval($current_cate['id'] ?? ''); |
||||
|
$currentCatePid = intval($current_cate['parent_id'] ?? ''); |
||||
|
if($currentCatePid == 0){ |
||||
|
$currentCatePid = $currentCateId; |
||||
|
} |
||||
|
// var_dump($currentCateId); // 当前的分类 |
||||
|
// var_dump($category_with_order_arr); |
||||
|
// var_dump($current_cate); |
||||
|
// var_dump($currentCatePid); // 当前分类的父级分类 |
||||
|
// exit(); |
||||
|
|
||||
|
{/php} |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司|期货研究院|</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。" /> |
||||
|
<meta name="description" |
||||
|
content="长城期货的控股股东为中国长城资产管理股份有限公司(以下简称集团)旗下的长城国瑞证券,集团拥有完整的金融牌照和庞大的金融及产业资源,最大化挖掘综合金融集团的协同效应,致力于打造精品期货公司。" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="/themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/tp_page.css" rel="stylesheet" /> |
||||
|
|
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/nav" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
<!-- 大图 --> |
||||
|
{hcTaglib:category id="$currentCatePid" item="vo" field="*"} |
||||
|
<div class="uitbanner"> |
||||
|
<img src="{$vo.banner.url|default=''}" alt=""> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
|
||||
|
<div class="crumbs"> |
||||
|
<div class="wrap"> |
||||
|
<dl> |
||||
|
<dt><a href="/">首页:</a></dt> |
||||
|
{volist name="category_with_order_arr" id="oneCate"} |
||||
|
<!-- {$oneCate.title} --> |
||||
|
<dd><a href="{$oneCate.alias}">{$oneCate.title}</a></dd> |
||||
|
<dd><span> > </span></dd> |
||||
|
{/volist} |
||||
|
<!-- <dd><a href="/information.html">期货研究院</a></dd> --> |
||||
|
<dd><a href="{$current_cate.alias}">{$current_cate.title}</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="uitmain"> |
||||
|
<div class="wrap clearfix wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="lt"> |
||||
|
<ul> |
||||
|
<!-- 左侧分类 --> |
||||
|
{hcTaglib:subcategory pid="$currentCatePid" item="vo" sort=""} |
||||
|
<li class="{if $vo.id==$currentCateId}on{/if}"> |
||||
|
<a href="{$vo.alias|default=''}">{$vo.title}</a> |
||||
|
</li> |
||||
|
{/hcTaglib:subcategory} |
||||
|
<!-- <li><a href="/information-18.html">市场观潮</a></li> --> |
||||
|
<!-- <li><a href="/information-19.html">品种周评</a></li> --> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="rt"> |
||||
|
<div class="list"> |
||||
|
<h2>{$current_cate.title}</h2> |
||||
|
<ul> |
||||
|
{hcTaglib:contentPage2 cid="$currentCateId" moduleId="1" name="articleList" limit="10" item="vo" field="id,title,thumbnail" sort="publish_time desc"} |
||||
|
<li> |
||||
|
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<h6>{$vo.publish_time}</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
<div class="pagination-wrapper"> |
||||
|
{$articleList|raw} |
||||
|
{php} |
||||
|
$total = 0; |
||||
|
$lastPage = 0; |
||||
|
$currentPage = 0; |
||||
|
if ($articleList) { |
||||
|
$total = $articleList->total(); |
||||
|
$lastPage = $articleList->lastPage(); |
||||
|
$currentPage = $articleList->currentPage(); |
||||
|
} |
||||
|
{/php} |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
</div> |
||||
|
{include file="common/uitfexi" /} |
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/layui/layui.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/script.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/tp_page.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
<!-- 新增:分页箭头置灰 JS ========= START --> |
||||
|
<script> |
||||
|
|
||||
|
</script> |
||||
|
<!-- 分页箭头置灰 JS ========= END --> |
||||
|
|
||||
|
|
||||
|
</body> |
||||
|
|
||||
|
</html> |
||||
@ -0,0 +1,296 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司|联系我们</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。" /> |
||||
|
<meta name="description" |
||||
|
content="长城期货的控股股东为中国长城资产管理股份有限公司(以下简称集团)旗下的长城国瑞证券,集团拥有完整的金融牌照和庞大的金融及产业资源,最大化挖掘综合金融集团的协同效应,致力于打造精品期货公司。" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="/themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
<link rel="stylesheet" href="/themes/static_new/css/layui.css"> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/nav" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
<!-- 大banner --> |
||||
|
{hcTaglib:category id="156" item="vo" field="*"} |
||||
|
<div class="uitbanner"> |
||||
|
<img src="{$vo.banner.url}" alt=""> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<div class="crumbs"> |
||||
|
<div class="wrap"> |
||||
|
<dl> |
||||
|
<dt><a href="#">首页:</a></dt> |
||||
|
<dd><a href="#">联系我们</a></dd> |
||||
|
<dd><span>></span></dd> |
||||
|
<dd class="on"><a href="#">联系方式</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="contact"> |
||||
|
<div class="hds"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="tit"> |
||||
|
<h2>联系方式</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
{hcTaglib:category id="196" item="vo" field="*"} |
||||
|
{php} |
||||
|
$contact_map_pic = $vo['banner']['url'] ?? ''; |
||||
|
$contact_str = $vo['description'] ?? ''; |
||||
|
$contact_phone = ''; |
||||
|
$contact_fax = ''; |
||||
|
$contact_email = ''; |
||||
|
if(!empty($contact_str)){ |
||||
|
$contact_arr = explode('##', $contact_str); |
||||
|
$contact_phone = $contact_arr[0] ?? ''; |
||||
|
$contact_fax = $contact_arr[1] ?? ''; |
||||
|
$contact_email = $contact_arr[2] ?? ''; |
||||
|
} |
||||
|
{/php} |
||||
|
{/hcTaglib:category} |
||||
|
<ul> |
||||
|
<li> |
||||
|
<div class="ico"> |
||||
|
<img src='/themes/static_new/images/qms17.png' alt='' /> |
||||
|
</div> |
||||
|
<h6>服务电话</h6> |
||||
|
<h3>{$contact_phone}</h3> |
||||
|
</li> |
||||
|
<li> |
||||
|
<div class="ico"> |
||||
|
<img src='/themes/static_new/images/qms18.png' alt='' /> |
||||
|
</div> |
||||
|
<h6>传真</h6> |
||||
|
<h3>{$contact_fax}</h3> |
||||
|
</li> |
||||
|
<li> |
||||
|
<div class="ico"> |
||||
|
<img src='/themes/static_new/images/qms19.png' alt='' /> |
||||
|
</div> |
||||
|
<h6>公司邮箱</h6> |
||||
|
<h3>{$contact_email}</h3> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="map" id="maps"> |
||||
|
<p><img src="{$contact_map_pic}" /></p> |
||||
|
</div> |
||||
|
<div class="bds"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="tit"> |
||||
|
<h2>公司各部门联系电话</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
{hcTaglib:category id="197" item="vo" field="*"} |
||||
|
{php} |
||||
|
$contact_str = $vo['description'] ?? ''; |
||||
|
$contact_phone = ''; |
||||
|
$contact_fax = ''; |
||||
|
$contact_email = ''; |
||||
|
if(!empty($contact_str)){ |
||||
|
$contact_arr = explode('##', $contact_str); |
||||
|
$contactList = []; |
||||
|
foreach ($contact_arr as $item) { |
||||
|
// 按 ':' 拆分成name和tel,限制为2部分,防止tel中有多余冒号 |
||||
|
$parts = explode(':', $item, 2); |
||||
|
if (count($parts) == 2) { |
||||
|
$contactList[] = [ |
||||
|
'name' => trim($parts[0]), |
||||
|
'tel' => trim($parts[1]) |
||||
|
]; |
||||
|
} |
||||
|
} |
||||
|
// 每2个一组分块 |
||||
|
$chunkedList = array_chunk($contactList, 2); |
||||
|
} |
||||
|
{/php} |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<table border="0" cellpadding="1" cellspacing="1" style="width:100%"> |
||||
|
<tbody> |
||||
|
{foreach $chunkedList as $row} |
||||
|
<tr> |
||||
|
<!-- 第一个元素 --> |
||||
|
<td> |
||||
|
<h4>{$row[0]['name']}</h4> |
||||
|
<h6>{$row[0]['tel']}</h6> |
||||
|
</td> |
||||
|
<!-- 第二个元素(如果存在) --> |
||||
|
{if isset($row[1])} |
||||
|
<td> |
||||
|
<h4>{$row[1]['name']}</h4> |
||||
|
<h6>{$row[1]['tel']}</h6> |
||||
|
</td> |
||||
|
{else} |
||||
|
<td></td> <!-- 奇数个时留空,保持表格整齐 --> |
||||
|
{/if} |
||||
|
</tr> |
||||
|
{/foreach} |
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
<p> </p> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<div class="mtousujy"> |
||||
|
<div class="wrap"> |
||||
|
<div class="tit"> |
||||
|
<h2>投诉建议</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
|
||||
|
<form class="layui-form"> |
||||
|
<ul> |
||||
|
<li> |
||||
|
<h3><i>*</i>主题:</h3> |
||||
|
<input type="text" class="txt" name="content" placeholder="" lay-verify="required" |
||||
|
lay-reqText="请填写主题"> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><i>*</i>姓名:</h3> |
||||
|
<input type="text" name="contacts_name" class="txt" placeholder="" lay-verify="required" |
||||
|
lay-reqText="请填写姓名"> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3>邮箱:</h3> |
||||
|
<input type="text" class="txt" name="email" placeholder=""> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><i>*</i>电话:</h3> |
||||
|
<input type="text" class="txt" name="phone" placeholder="" |
||||
|
lay-verify="required|phone" lay-reqText="请填写联系电话"> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><i>*</i>地址:</h3> |
||||
|
<input type="text" class="txt" name="company_address" placeholder="" lay-verify="required" |
||||
|
lay-reqText="请填写联系地址"> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><i>*</i>投诉内容:</h3> |
||||
|
<textarea class="txt txt1" name="explain" id="" cols="30" rows="10" placeholder="" |
||||
|
lay-verify="required" lay-reqText="请填写详情内容"></textarea> |
||||
|
</li> |
||||
|
<li> |
||||
|
<input type="button" class="btn on" value="提交" lay-submit="" lay-filter="submitContact"> |
||||
|
<input type="button" class="btn" value="取消"> |
||||
|
</li> |
||||
|
</ul> |
||||
|
|
||||
|
</form> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- nav===============END --> |
||||
|
</div> |
||||
|
{include file="common/uitfexi" /} |
||||
|
|
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<!-- <script src="/themes/static_new/layui/layui.js" type="text/javascript"></script> --> |
||||
|
<script src="/themes/static_new/js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/script.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/layui.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
var address = "广州市天河区珠江西路17号1901房自编单元:【1901-F单元】"; |
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
<script type='text/javascript'> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
/*$("#captcha").on("click", function(){ |
||||
|
$.getJSON("/default/captcha?refresh="+Date.parse(new Date()), function(result){ |
||||
|
$("#captcha").attr("src", result.url); |
||||
|
}); |
||||
|
});*/ |
||||
|
|
||||
|
form.on('submit(submitContact)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
// 提交表单 |
||||
|
$.post('/inquiry/save', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
|
||||
|
console.log(result) |
||||
|
|
||||
|
if (result.code == 0) { |
||||
|
location.reload(); |
||||
|
} else { |
||||
|
layer.msg(result.msg); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1 @@ |
|||||
|
党建专栏-の子页面 |
||||
@ -0,0 +1,156 @@ |
|||||
|
数据中心-の子页面(/data_center) |
||||
|
|
||||
|
<br/> |
||||
|
<br/> |
||||
|
|
||||
|
当前的分类ID: |
||||
|
{php} |
||||
|
$currentCateId = intval($current_cate['id'] ?? ''); |
||||
|
$currentCatePid = intval($current_cate['parent_id'] ?? ''); |
||||
|
if($currentCatePid == 0){ |
||||
|
$currentCatePid = $currentCateId; |
||||
|
} |
||||
|
var_dump($currentCateId); // 当前的分类 |
||||
|
// var_dump($category_with_order_arr); |
||||
|
// var_dump($current_cate); |
||||
|
// var_dump($currentCatePid); |
||||
|
// exit(); |
||||
|
|
||||
|
{/php} |
||||
|
|
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
<img src="{$current_cate.banner.url}" alt=""> |
||||
|
|
||||
|
左侧分类: ====================== START <br> |
||||
|
<!-- {hcTaglib:subcategory pid="$currentCatePid" item="vo" sort=""} --> |
||||
|
<!-- <div class="swiper-slide"> --> |
||||
|
<!-- <a href="{$vo.alias}">{$vo.title}</a> --> |
||||
|
<!-- </div> --> |
||||
|
<!-- {/hcTaglib:subcategory} --> |
||||
|
|
||||
|
<!-- {hcTaglib:subcategory pid="151" name="hc_content" item="vo" sort="sort asc"} --> |
||||
|
<!-- {$vo.title} <br> --> |
||||
|
<!-- {/hcTaglib:subcategory} --> |
||||
|
左侧分类: ====================== END |
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
|
||||
|
|
||||
|
<br>列表上方位置导航 ========== START <br> |
||||
|
<a href="/">首页</a> |
||||
|
<!-- 子栏目 --> |
||||
|
{volist name="category_with_order_arr" id="oneCate"} |
||||
|
<!-- {$oneCate.title} --> |
||||
|
<a href="{$oneCate.alias}">{$oneCate.title}</a> |
||||
|
{/volist} |
||||
|
<!-- 当前的栏目 --> |
||||
|
<!-- <a href="javascript:;">{$current_cate.title}</a> --> |
||||
|
<a href="{$current_cate.alias}">{$current_cate.title}</a> |
||||
|
<br>列表上方位置导航 ========== END <br><br><br><br> |
||||
|
|
||||
|
<!-- 中间内容列表 --> |
||||
|
{hcTaglib:contentPage2 cid="$currentCateId" moduleId="1" name="articleList" limit="3" item="vo" field="id,title,thumbnail" sort="publish_time desc"} |
||||
|
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}"> |
||||
|
{$vo.title} |
||||
|
</a> |
||||
|
|
||||
|
<span>{$vo.sub_title}</span> |
||||
|
<br> |
||||
|
|
||||
|
{/hcTaglib:contentPage2} |
||||
|
|
||||
|
<!-- 获取分页信息 --> |
||||
|
<br> |
||||
|
<br> |
||||
|
{php} |
||||
|
$total = 0; |
||||
|
$lastPage = 0; |
||||
|
$currentPage = 0; |
||||
|
if ($articleList) { |
||||
|
$total = $articleList->total(); |
||||
|
$lastPage = $articleList->lastPage(); |
||||
|
$currentPage = $articleList->currentPage(); |
||||
|
echo "总条数: " . $articleList->total() . "<br>"; |
||||
|
echo "总页数: " . $articleList->lastPage() . "<br>"; |
||||
|
echo "当前页: " . $articleList->currentPage() . "<br>"; |
||||
|
echo "每页数量: " . $articleList->listRows() . "<br>"; |
||||
|
} |
||||
|
{/php} |
||||
|
<br> |
||||
|
<!-- {$articleList|raw} --> |
||||
|
<!-- 原有分页输出 --> |
||||
|
<div class="pagination-wrapper"> |
||||
|
{$articleList|raw} |
||||
|
</div> |
||||
|
|
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
<!-- 分页样式 ========= START --> |
||||
|
<style> |
||||
|
.pagination-wrapper .pagination { |
||||
|
display: flex !important; |
||||
|
flex-wrap: wrap; |
||||
|
justify-content: center; |
||||
|
gap: 4px; |
||||
|
padding-left: 0; |
||||
|
list-style: none; |
||||
|
} |
||||
|
|
||||
|
.pagination-wrapper .pagination li { |
||||
|
display: inline-flex; |
||||
|
} |
||||
|
|
||||
|
.pagination-wrapper .pagination a, |
||||
|
.pagination-wrapper .pagination span { |
||||
|
display: inline-flex; |
||||
|
align-items: center; |
||||
|
justify-content: center; |
||||
|
padding: 6px 12px; |
||||
|
margin: 0 2px; |
||||
|
border: 1px solid #dee2e6; |
||||
|
border-radius: 0.25rem; |
||||
|
text-decoration: none; |
||||
|
color: #007bff; |
||||
|
} |
||||
|
|
||||
|
.pagination-wrapper .pagination a:hover { |
||||
|
background-color: #e9ecef; |
||||
|
} |
||||
|
|
||||
|
.pagination-wrapper .pagination .active span { |
||||
|
background-color: #007bff; |
||||
|
border-color: #007bff; |
||||
|
color: #fff; |
||||
|
} |
||||
|
|
||||
|
.page-arrow.disabled { |
||||
|
color: #ccc; /* 灰色文字 */ |
||||
|
border-color: #e0e0e0; /* 灰色边框 */ |
||||
|
cursor: not-allowed; /* 禁用光标 */ |
||||
|
} |
||||
|
</style> |
||||
|
<!-- 分页样式 ========= END --> |
||||
|
|
||||
|
<!-- 新增:分页箭头置灰 JS ========= START --> |
||||
|
<script> |
||||
|
// 获取分页数据和当前页信息 |
||||
|
let currentPage = {$currentPage}; |
||||
|
let lastPage = {$lastPage}; |
||||
|
console.log(currentPage) // 当前页码 |
||||
|
console.log(lastPage) // 最后一页的页码 |
||||
|
|
||||
|
// 等待页面加载完成 |
||||
|
document.addEventListener('DOMContentLoaded', function() { |
||||
|
console.log("加载完成, 获取元素修改样式"); |
||||
|
|
||||
|
}); |
||||
|
</script> |
||||
|
<!-- 分页箭头置灰 JS ========= END --> |
||||
|
|
||||
@ -0,0 +1,454 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司|走进长城</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。," /> |
||||
|
<meta name="description" content="" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="/themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
|
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/nav" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
<!-- 大banner --> |
||||
|
{hcTaglib:category id="150" item="vo" field="*"} |
||||
|
<div class="uitbanner"> |
||||
|
<img src="{$vo.banner.url}" alt=""> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<div class="about"> |
||||
|
<div class="abnav"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<ul> |
||||
|
{hcTaglib:subcategory pid="150" name="hc_content" item="vo" sort="sort asc"} |
||||
|
<!-- <a href="{$vo.alias}">{$vo.title}</a> --> |
||||
|
<li class="{if $key==1}on{/if}"> |
||||
|
<a href="#abpg{$key}">{$vo.title}</a> |
||||
|
</li> |
||||
|
{/hcTaglib:subcategory} |
||||
|
|
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="mupg"> |
||||
|
<!-- 公司简介 --> |
||||
|
<div class="abpg1 mpage" id="abpg1"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
{hcTaglib:category id="179" item="vo" field="*"} |
||||
|
{php} |
||||
|
// var_dump($vo);exit; |
||||
|
$desc = $vo['desc'] ?? ''; |
||||
|
$descArr = explode('#',$desc); |
||||
|
$descOne = $descArr[0] ?? ''; |
||||
|
$descTwo = $descArr[1] ?? ''; |
||||
|
$descThree = $descArr[2] ?? ''; |
||||
|
$descFour = $descArr[3] ?? ''; |
||||
|
$descFive = $descArr[4] ?? ''; |
||||
|
$descSix = $descArr[5] ?? ''; |
||||
|
{/php} |
||||
|
<div class="txt"> |
||||
|
<h2>{$vo.sub_title}</h2> |
||||
|
<div class="del"> |
||||
|
<!-- {$vo.description|raw} --> |
||||
|
{$vo.description|nl2br|raw} |
||||
|
</div> |
||||
|
|
||||
|
<ul> |
||||
|
<li> |
||||
|
<h3 class="nume">{$descOne}</h3> |
||||
|
<h6>{$descTwo}</h6> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><span class="nume">{$descThree}</span>+</h3> |
||||
|
<h6>{$descFour}</h6> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3 class="nume">{$descFive}</h3> |
||||
|
<h6>{$descSix}</h6> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="pic"> |
||||
|
<img src="{$vo.thumbnail.url|default=''}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- todo...企业宣传片 (查询文章内容展示文章中的视频)--> |
||||
|
<div class="abpg2 mpage" style="background: url(images/qmbg3.jpg) no-repeat center/cover;" id="abpg2"> |
||||
|
{hcTaglib:category id="180" item="vo" field="*"} |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="tit"> |
||||
|
<h2>{$vo.title}</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
<div class="vids"> |
||||
|
{hcTaglib:contentPage2 cid="180" mainField="*" subField="*" name="hc_content" limit="1" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
$video_url = $vo['main_content']['more_file'][0]['url'] ?? ''; // 视频地址 |
||||
|
{/php} |
||||
|
<video controls='' poster='' preload='' x5-playsinline='' playsinline='' |
||||
|
webkit-playsinline=''> |
||||
|
<source |
||||
|
src='{$video_url}' |
||||
|
type='video/mp4'> |
||||
|
</video> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
</div> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
</div> |
||||
|
|
||||
|
<!-- 企业历史 --> |
||||
|
<div class="abpg3 mpage" style="background: url(images/qmbg4.jpg) no-repeat center/cover;" id="abpg3"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<!-- 181 --> |
||||
|
{hcTaglib:category id="181" item="vo" field="*"} |
||||
|
<div class="tit"> |
||||
|
<h2>{$vo.title}</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<div class="bds"> |
||||
|
<div class="swiplishi"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
{hcTaglib:contentPage2 cid="181" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="sort asc"} |
||||
|
<div class="swiper-slide"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<!-- <p>{$vo.description}</p> --> |
||||
|
<p>{$vo.description|nl2br|raw}</p> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="prev"></div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="abpg4 mpage" id="abpg4"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
{hcTaglib:category id="182" item="vo" field="*"} |
||||
|
<div class="tit"> |
||||
|
<h2>{$vo.title}</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
<div class="img"> |
||||
|
<!-- <p><img src="/themes/static_new/uploadfile/image/2025/1015/shop000001/e05f54835ef1eb59ad452e320b7a3ca4.jpeg" /> --> |
||||
|
<p><img src="{$vo.banner.url|default=''}" /> |
||||
|
</p> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- 诚聘英才 --> |
||||
|
{hcTaglib:category id="193" item="vo" field="*"} |
||||
|
<div id="abpg5" class="abpg5 mpage" style="background: url('{$vo.banner.url|default=''}') no-repeat center/cover;"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="tit"> |
||||
|
<h2 style="color: #fff;">{$vo.title}</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
<div class="bds"> |
||||
|
<div class="swipjoin"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
<!-- 文章列表 --> |
||||
|
{hcTaglib:contentPage2 cid="193" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="id asc"} |
||||
|
<div class="swiper-slide" data-id="{$vo.id}" data-title="{$vo.title}" data-content="{$vo.content}"> |
||||
|
<a href="javascript:;"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<p></p> |
||||
|
<h6>了解更多</h6> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="spans"></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<!-- 信息公示 --> |
||||
|
<div class="abpg6 mpage" id="abpg6"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
{hcTaglib:category id="194" item="vo" field="*"} |
||||
|
<div class="tit"> |
||||
|
<h2>{$vo.title}</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<ul> |
||||
|
{hcTaglib:contentPage2 cid="194" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="id asc"} |
||||
|
{php} |
||||
|
// var_dump($vo->toArray());exit; |
||||
|
{/php} |
||||
|
<li data-id="237" data-title="{$vo.title}" data-content="{$vo.content}"> |
||||
|
<a href="javascript:;"> |
||||
|
<h4>{$vo.title}</h4> |
||||
|
<h6><i>查看详情 </i></h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- 分支机构 195--> |
||||
|
<div class="abpg7 mpage" id="abpg7"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
{hcTaglib:category id="195" item="oneCategory" field="*"} |
||||
|
<div class="tit"> |
||||
|
<h2>{$oneCategory.title}</h2> |
||||
|
<span></span> |
||||
|
</div> |
||||
|
|
||||
|
<div class="bds clearfix"> |
||||
|
<div class="txt"> |
||||
|
<dl> |
||||
|
{hcTaglib:contentPage2 cid="195" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="id asc"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']]); |
||||
|
// var_dump($vo->toArray());exit; |
||||
|
{/php} |
||||
|
<dd> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<h4>{$vo.title}</h4> |
||||
|
<h6><i>查看详情 </i></h6> |
||||
|
</a> |
||||
|
</dd> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
</dl> |
||||
|
</div> |
||||
|
{php} |
||||
|
// var_dump($oneCategory);exit; |
||||
|
{/php} |
||||
|
<div class="pic"> |
||||
|
<p><img |
||||
|
src="{$oneCategory.thumbnail.url|default=''}" /> |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- nav===============END --> |
||||
|
</div> |
||||
|
{include file="common/uitfexi" /} |
||||
|
|
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="layui/layui.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/script.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="mask"></div> |
||||
|
<div class="zrys"> |
||||
|
<div class="wrap"> |
||||
|
<div class="icon"></div> |
||||
|
<h2 id="article-title"></h2> |
||||
|
<div class="text" id="article-content"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery.countup.min.js" type="text/javascript" charset="utf-8"></script> |
||||
|
<script src="/themes/static_new/js/jquery.waypoints.min.js" type="text/javascript" charset="utf-8"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
// $('.abpg6 li').click(function () { |
||||
|
// $.getJSON("/default/article-detail-json", { id: $(this).data('id') }, function (result) { |
||||
|
// $("#article-title").html(result.data.title); |
||||
|
// $("#article-content").html(result.data.content); |
||||
|
// $('.zrys').show(); |
||||
|
// $('.mask').show(); |
||||
|
// }); |
||||
|
// }) |
||||
|
|
||||
|
// 点击弹框 |
||||
|
$('.abpg6 li').click(function () { |
||||
|
let id = $(this).data('id'); |
||||
|
let title = $(this).data('title'); |
||||
|
let content = $(this).data('content'); |
||||
|
$("#article-title").html(title); |
||||
|
$("#article-content").html(content); |
||||
|
$('.zrys').show(); |
||||
|
$('.mask').show(); |
||||
|
}) |
||||
|
|
||||
|
|
||||
|
// $('.abpg5 .swipjoin .swiper-slide').click(function () { |
||||
|
// $.getJSON("/default/article-detail-json", { id: $(this).data('id') }, function (result) { |
||||
|
// $("#article-title").html(result.data.title); |
||||
|
// $("#article-content").html(result.data.content); |
||||
|
// $('.zrys').show(); |
||||
|
// $('.mask').show(); |
||||
|
// }); |
||||
|
// }) |
||||
|
|
||||
|
$('.abpg5 .swipjoin .swiper-slide').click(function () { |
||||
|
let id = $(this).data('id'); |
||||
|
let title = $(this).data('title'); |
||||
|
let content = $(this).data('content'); |
||||
|
$("#article-title").html(title); |
||||
|
$("#article-content").html(content); |
||||
|
$('.zrys').show(); |
||||
|
$('.mask').show(); |
||||
|
|
||||
|
// $.getJSON("/default/article-detail-json", { id: $(this).data('id') }, function (result) { |
||||
|
// $("#article-title").html(result.data.title); |
||||
|
// $("#article-content").html(result.data.content); |
||||
|
// $('.zrys').show(); |
||||
|
// $('.mask').show(); |
||||
|
// }); |
||||
|
}) |
||||
|
|
||||
|
$('.zrys .icon').click(function () { |
||||
|
$('.zrys').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
var swiper = new Swiper('.abpg3 .swiplishi', { |
||||
|
navigation: { |
||||
|
nextEl: '.abpg3 .next', |
||||
|
prevEl: '.abpg3 .prev', |
||||
|
}, |
||||
|
slidesPerView: 1, //横屏屏个数 |
||||
|
spaceBetween: 10, //间距 |
||||
|
loop: true, //循环 |
||||
|
breakpoints: { |
||||
|
1100: { |
||||
|
slidesPerView: 3, //横屏屏个数 |
||||
|
spaceBetween: 30, //间距 |
||||
|
}, |
||||
|
|
||||
|
}, |
||||
|
autoplay: { |
||||
|
delay: 3000, |
||||
|
stopOnLastSlide: false, //如果设置为true,当切换到最后一个slide时停止自动切换。(loop模式下无效)。 |
||||
|
disableOnInteraction: false, //用户操作swiper之后,是否禁止autoplay。默认为true:停止。 |
||||
|
} |
||||
|
}); |
||||
|
var swiper = new Swiper('.abpg5 .swipjoin', { |
||||
|
pagination: { |
||||
|
el: '.abpg5 .spans', |
||||
|
clickable: true, |
||||
|
}, |
||||
|
slidesPerView: 1, //横屏屏个数 |
||||
|
spaceBetween: 10, //间距 |
||||
|
breakpoints: { |
||||
|
1100: { |
||||
|
slidesPerView: 3, //横屏屏个数 |
||||
|
spaceBetween: 26, //间距 |
||||
|
}, |
||||
|
|
||||
|
}, |
||||
|
autoplay: { |
||||
|
delay: 3000, |
||||
|
stopOnLastSlide: false, //如果设置为true,当切换到最后一个slide时停止自动切换。(loop模式下无效)。 |
||||
|
disableOnInteraction: false, //用户操作swiper之后,是否禁止autoplay。默认为true:停止。 |
||||
|
} |
||||
|
}); |
||||
|
|
||||
|
$('.nume').countUp({ |
||||
|
time: 1500 |
||||
|
}); |
||||
|
|
||||
|
|
||||
|
|
||||
|
$(function () { |
||||
|
$('.about .abnav li a').click(function () { |
||||
|
// 点击导航,页面滚动到相应的位置 |
||||
|
$('body,html').animate({ scrollTop: $($(this).attr('href')).offset().top - $('.about .abnav li a').height() + 2 }, 300); |
||||
|
}) |
||||
|
/* 监听滚动 */ |
||||
|
$(document).scroll(function () { |
||||
|
//为什么加这一步?是因为要考虑最后一个元素的长度,如果长度不够,但是滚动条已经走到底部,这时候样式并不会给最后一个加上 |
||||
|
if ($(document).scrollTop() + $(window).height() >= $(document).height()) { //滚动条滑到底部 |
||||
|
$('.about .abnav li').removeClass('on') //移除样式 |
||||
|
$('.about .abnav li:last').addClass('on') //增加样式 |
||||
|
return; |
||||
|
} |
||||
|
var top = $(document).scrollTop(); //滚动条距离顶部的高度 |
||||
|
$('.mpage').each(function (i, item) { //遍历所有需要的页面元素 |
||||
|
if ($(this).offset().top - $('.about .abnav li a').height() <= top && $(this).offset().top + $(this).height() >= top) { |
||||
|
$('.about .abnav li').removeClass('on') |
||||
|
$('.about .abnav li').eq(i).addClass('on'); |
||||
|
} |
||||
|
}) |
||||
|
}); |
||||
|
}) |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,97 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。" /> |
||||
|
<meta name="description" |
||||
|
content="长城期货的控股股东为中国长城资产管理股份有限公司(以下简称集团)旗下的长城国瑞证券,集团拥有完整的金融牌照和庞大的金融及产业资源,最大化挖掘综合金融集团的协同效应,致力于打造精品期货公司。" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/themes/static_new/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="/themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
|
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<link href="/themes/static_new/css/base.css" rel="stylesheet" /> |
||||
|
|
||||
|
<div class="banner"> |
||||
|
<img class="b1" src="/themes/static_new/images/ico1.png" /> |
||||
|
<img class="b2" src="/themes/static_new/images/ico2.png" /> |
||||
|
</div> |
||||
|
<div class="from"> |
||||
|
<div class="jiaoyi">交易日8:45-17:00可在线开户</div> |
||||
|
<form class="layui-form" lay-filter="subscribe"> |
||||
|
<div class="form_box"> |
||||
|
<ul> |
||||
|
<li> |
||||
|
<label>姓名</label> |
||||
|
<input type="text" placeholder="请输入您的姓名" id="name" name="full_name" lay-verify="required" |
||||
|
lay-reqText="请填写姓名"> |
||||
|
</li> |
||||
|
<li> |
||||
|
<label>+86</label> |
||||
|
<input type="text" placeholder="请输入您的手机号" id="phone" name="contact_number" lay-verify="required" |
||||
|
lay-reqText="请填写姓名"> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<button class="submit" lay-submit="" lay-filter="submitTo">立即预约</button> |
||||
|
</form> |
||||
|
</div> |
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/layui/layui.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
$(document).ready(function () { |
||||
|
var deviceWidth = document.documentElement.clientWidth; |
||||
|
if (deviceWidth > 1080) deviceWidth = 1080; |
||||
|
document.documentElement.style.fontSize = deviceWidth / 10.8 + 'px'; |
||||
|
|
||||
|
window.onresize = function () { |
||||
|
var deviceWidth = document.documentElement.clientWidth; |
||||
|
if (deviceWidth > 1080) deviceWidth = 1080; |
||||
|
document.documentElement.style.fontSize = deviceWidth / 10.8 + 'px'; |
||||
|
}; |
||||
|
|
||||
|
}); |
||||
|
|
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
// TODO...提价表单 |
||||
|
console.log(data.field); |
||||
|
alert("提价表单"); |
||||
|
return false; |
||||
|
|
||||
|
|
||||
|
var index = layer.load(); |
||||
|
$.post('/default/subscribe', data.field, function (result) { |
||||
|
layer.msg(result.msg, function () { |
||||
|
layer.close(index); |
||||
|
location.reload(); |
||||
|
}); |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
</body> |
||||
|
|
||||
|
|
||||
|
</html> |
||||
@ -0,0 +1,396 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司|期货研究院|</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。" /> |
||||
|
<meta name="description" |
||||
|
content="长城期货的控股股东为中国长城资产管理股份有限公司(以下简称集团)旗下的长城国瑞证券,集团拥有完整的金融牌照和庞大的金融及产业资源,最大化挖掘综合金融集团的协同效应,致力于打造精品期货公司。" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="css/style.css" rel="stylesheet" /> |
||||
|
<link href="css/responsive.css" rel="stylesheet" /> |
||||
|
|
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<div class="header"> |
||||
|
<div class="tp"> |
||||
|
<div class="wrap"> |
||||
|
<ul> |
||||
|
<li><a href="/member.html">会员专区</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/about.html#abpg5">人才招聘</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="https://qiye.aliyun.com" target="_blank"><img class="s1" src="images/qms1.png" |
||||
|
alt=""></a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li> |
||||
|
<h4>服务热线: 400-8877-650</h4> |
||||
|
</li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/search.html"><img class="s2" src="images/qms3.png" alt=""></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="unaver"> |
||||
|
<div class="wrap clearfix"> |
||||
|
<div class="gh"> |
||||
|
<a href="javascript:;"></a> |
||||
|
</div> |
||||
|
<div class="logo"> |
||||
|
<a href="#"><img src="images/logo.png" alt=""></a> |
||||
|
</div> |
||||
|
<div class="naver"> |
||||
|
<ul class="clearfix"> |
||||
|
<li> |
||||
|
<h3><a href="/">首页</a></h3> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><a href="/about.html">走进长城</a></h3> |
||||
|
</li> |
||||
|
<li class="on"> |
||||
|
<h3><a href="/information.html">期货研究院</a><i></i></h3> |
||||
|
<div class="nli"> |
||||
|
<dl> |
||||
|
<dd><a href="/information-18.html">市场观潮</a></dd> |
||||
|
<dd><a href="/information-19.html">品种周评</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><a href="/datacenter.html">数据中心</a><i></i></h3> |
||||
|
<div class="nli"> |
||||
|
<dl> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><a href="/college.html">期货学院</a></h3> |
||||
|
<div class="nli"> |
||||
|
<dl> |
||||
|
<dd><a href="/college-30.html">新手入门</a></dd> |
||||
|
<dd><a href="/college-35.html">期货知识</a></dd> |
||||
|
<dd><a href="/college-32.html">品种指南</a></dd> |
||||
|
<dd><a href="/college-33.html">交易规则</a></dd> |
||||
|
<dd><a href="/college-28.html">直播回看</a></dd> |
||||
|
<dd><a href="/college-29.html">投资技巧</a></dd> |
||||
|
<dd><a href="/college-36.html">投资者教育</a></dd> |
||||
|
<dd><a href="/college-37.html">防非宣传</a></dd> |
||||
|
<dd><a href="/college-38.html">投资者适当性园地</a></dd> |
||||
|
<dd><a href="/college-64.html">反洗钱宣传</a></dd> |
||||
|
<dd><a href="/college-34.html">公平在身边</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><a href="/special.html">党建专栏</a></h3> |
||||
|
<div class="nli"> |
||||
|
<dl> |
||||
|
<dd><a href="/special-70.html">党建活动</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><a href="/service.html">客户服务</a></h3> |
||||
|
<div class="nli"> |
||||
|
<dl> |
||||
|
<dd><a href="/service-44.html">手机开户及业务办理</a></dd> |
||||
|
<dd><a href="/service-45.html">互联网开户及业务办理</a></dd> |
||||
|
<dd><a href="/service-46.html">软件下载</a></dd> |
||||
|
<dd><a href="/service-47.html">应急流程</a></dd> |
||||
|
<dd><a href="/service-48.html">常见问题</a></dd> |
||||
|
<dd><a href="/service-49.html">网上交易</a></dd> |
||||
|
<dd><a href="/service-51.html">风险提示</a></dd> |
||||
|
<dd><a href="/service-52.html">客户须知</a></dd> |
||||
|
<dd><a href="/service-53.html">电话委托</a></dd> |
||||
|
<dd><a href="/service-54.html">资金存取</a></dd> |
||||
|
<dd><a href="/service-73.html">银期指引</a></dd> |
||||
|
<dd><a href="/service-56.html">实际控制关系</a></dd> |
||||
|
<dd><a href="/service-57.html">手机风险</a></dd> |
||||
|
<dd><a href="/service-58.html"> 银行转帐</a></dd> |
||||
|
<dd><a href="/service-55.html">期货交易规则</a></dd> |
||||
|
<dd><a href="/service-59.html">期货品种交易时间</a></dd> |
||||
|
<dd><a href="/service-60.html">国债交割</a></dd> |
||||
|
<dd><a href="/service-61.html">期货经纪合同文本</a></dd> |
||||
|
<dd><a href="/service-62.html">申报费</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li> |
||||
|
<h3><a href="/contact.html">联系我们</a></h3> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
<div class="uitbanner"> |
||||
|
<img src="uploadfile/image/2023/1123/shop000001/69473670680d1245f4471dcf3d04dd9a.png" alt=""> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<div class="crumbs"> |
||||
|
<div class="wrap"> |
||||
|
<dl> |
||||
|
<dt><a href="/">首页:</a></dt> |
||||
|
<dd><a href="/information.html">期货研究院</a></dd> |
||||
|
</dl> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="uitmain"> |
||||
|
<div class="wrap clearfix wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="lt"> |
||||
|
<ul> |
||||
|
<li><a href="/information-18.html">市场观潮</a></li> |
||||
|
<li><a href="/information-19.html">品种周评</a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="rt"> |
||||
|
<div class="list"> |
||||
|
<h2>期货研究院</h2> |
||||
|
<ul> |
||||
|
<li> |
||||
|
<a href="/article-detail-2599.html"> |
||||
|
<h3>长城期货重点品种周报(20260706-20260710)</h3> |
||||
|
<h6>2026-07-05</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2574.html"> |
||||
|
<h3>长城期货重点品种周报(20260629-20260703)</h3> |
||||
|
<h6>2026-06-28</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2545.html"> |
||||
|
<h3>长城期货重点品种周报(20260622-20260626)</h3> |
||||
|
<h6>2026-06-21</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2527.html"> |
||||
|
<h3>长城期货重点品种周报(20260615-20260618)</h3> |
||||
|
<h6>2026-06-15</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2502.html"> |
||||
|
<h3>长城期货重点品种周报(20260608-20260612)</h3> |
||||
|
<h6>2026-06-07</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2475.html"> |
||||
|
<h3>长城期货重点品种周报(20260601-20260605)</h3> |
||||
|
<h6>2026-05-31</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2451.html"> |
||||
|
<h3>长城期货重点品种周报(20260525-20260529)</h3> |
||||
|
<h6>2026-05-24</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2425.html"> |
||||
|
<h3>长城期货重点品种周报(20260518-20260522)</h3> |
||||
|
<h6>2026-05-17</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2399.html"> |
||||
|
<h3>长城期货重点品种周报(20260511-20260515)</h3> |
||||
|
<h6>2026-05-10</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
<li> |
||||
|
<a href="/article-detail-2386.html"> |
||||
|
<h3>长城期货重点品种周报(20260506-20260508)</h3> |
||||
|
<h6>2026-05-05</h6> |
||||
|
</a> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
<div class="pages wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
|
||||
|
<dl> |
||||
|
<dd><a>上一页</a></dd> |
||||
|
|
||||
|
<dd class="on"><a href="#">1</a></dd> |
||||
|
<dd><a href="information-0-2.html">2</a></dd> |
||||
|
<dd><a href="information-0-3.html">3</a></dd> |
||||
|
<dd><a href="information-0-4.html">4</a></dd> |
||||
|
|
||||
|
<dd><a href="information-0-2.html">下一页</a></dd> |
||||
|
</dl> |
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="footer"> |
||||
|
<div class="wrap clearfix"> |
||||
|
<div class="ltc"> |
||||
|
<ul> |
||||
|
<li><a href="/about.html">走进长城</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/datacenter.html">数据中心</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/college.html">期货学院</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/special.html">党建专栏</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/service.html">客户服务</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/subscribe.html">预约开户</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/contact.html">联系我们</a></li> |
||||
|
</ul> |
||||
|
<div class="tca clearfix"> |
||||
|
<div class="l"> |
||||
|
<h3>长城期货股份有限公司</h3> |
||||
|
<p>公司投诉电话:020-38927323 </p> |
||||
|
<p>公司投诉邮箱:ccqhts@gwfutures.cn</p> |
||||
|
<p>中国证监会广东证监局投诉热线:020-37853900</p> |
||||
|
<p>中国证监会热线:12386</p> |
||||
|
</div> |
||||
|
<div class="r"> |
||||
|
<h4>服务热线</h4> |
||||
|
<h5>400-8877-650</h5> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="rtc"> |
||||
|
<ul class="clearfix"> |
||||
|
<li> |
||||
|
<div class="weix"> |
||||
|
<img src="images/wx.png" alt=""> |
||||
|
</div> |
||||
|
<h6>企业公众号</h6> |
||||
|
</li> |
||||
|
<li> |
||||
|
<div class="weix"> |
||||
|
<img src="images/app.png" alt=""> |
||||
|
</div> |
||||
|
<h6>官方APP</h6> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class='copyright wrap'> |
||||
|
<div class="l"> |
||||
|
<a href="#">Copyright 1997-2024 长城期货股份有限公司 All Rights Reserve</a> |
||||
|
<span>IPV6支持</span> |
||||
|
</div> |
||||
|
<div class="r"> |
||||
|
<a class="a1" href="#">粤公网安备 44010602008394号</a><a class="a2" |
||||
|
href="https://beian.miit.gov.cn/">粤ICP备10007525号</a> |
||||
|
<a href="https://www.newdamei.com/cases.html">技术支持:DAMEI</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
<div class="uitfexi"> |
||||
|
<ul> |
||||
|
<li class="phones"> |
||||
|
<a href="#"> |
||||
|
<img src="images/qms38.png" alt=""> |
||||
|
</a> |
||||
|
<div class="phone hover">4008877650</div> |
||||
|
</li> |
||||
|
<li class="phones"> |
||||
|
<a href="#"> |
||||
|
<img src="images/qms39.png" alt=""> |
||||
|
</a> |
||||
|
<div class="weixs hover"> |
||||
|
<img src="images/wx_code.png" alt=""> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li class="weix"> |
||||
|
<a href="#"> |
||||
|
<img src="images/qms40.png" alt=""> |
||||
|
</a> |
||||
|
<div class="weixs hover"> |
||||
|
<img src="images/wx.jpg" alt=""> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li class="tps"> |
||||
|
<a href="javascript:;"> |
||||
|
<img src="images/qms41.png" alt=""> |
||||
|
</a> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<script src="js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="layui/layui.js" type="text/javascript"></script> |
||||
|
<script src="js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="js/script.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
<script> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
</body> |
||||
|
|
||||
|
</html> |
||||
@ -0,0 +1 @@ |
|||||
|
期货学院-の子页面 |
||||
@ -0,0 +1,50 @@ |
|||||
|
底部导航栏: <br> |
||||
|
{hcTaglib:nav cid="6" max-level="3" item="vo" sort="sort asc"} |
||||
|
|
||||
|
<!-- {$vo.title} ( {$vo.href} ) <br/> --> |
||||
|
|
||||
|
|
||||
|
<a href="{$vo.href}" style="color: blue; text-decoration: underline;">{$vo.title}</a> | |
||||
|
|
||||
|
<!-- <br/> --> |
||||
|
|
||||
|
{if !empty($vo['children'])} |
||||
|
{if $key == 2} |
||||
|
{/if} |
||||
|
{volist name="$vo.children" id="vv" } |
||||
|
<!-- {$vv.title} ( {$vv.href} ) <br/> --> |
||||
|
<!-- === <a href="{$vv.href}"> {$vv.title} </a> --> |
||||
|
|
||||
|
{/volist} |
||||
|
{else /} |
||||
|
|
||||
|
{/if} |
||||
|
<!-- <br/> --> |
||||
|
{/hcTaglib:nav} |
||||
|
|
||||
|
<br> |
||||
|
<br> |
||||
|
<br> |
||||
|
|
||||
|
<!-- 长城期货股份有限公司 公司信息--> |
||||
|
{hcTaglib:category id="178" item="vo" field="*"} |
||||
|
{$vo.title} <br> |
||||
|
{$vo.description|nl2br|raw} <br> <br> |
||||
|
|
||||
|
{$vo.sub_title} <br> |
||||
|
{$vo.desc} |
||||
|
<br> <br> |
||||
|
|
||||
|
<img src="{$vo.thumbnail.url|default=''}" alt="{$vo.title}"> |
||||
|
<img src="{$vo.banner.url}" alt=""> |
||||
|
<br> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
|
||||
|
{php} |
||||
|
// exit; |
||||
|
{/php} |
||||
|
|
||||
|
<!-- header start --> |
||||
|
|
||||
|
<!-- header end --> |
||||
@ -1,27 +1,98 @@ |
|||||
底部导航栏: <br> |
|
||||
{hcTaglib:nav cid="6" max-level="3" item="vo" sort="sort asc"} |
|
||||
|
<div class="footer"> |
||||
|
<div class="wrap clearfix"> |
||||
|
<div class="ltc"> |
||||
|
<ul> |
||||
|
{hcTaglib:nav cid="6" max-level="3" item="vo" sort="sort asc"} |
||||
|
|
||||
<!-- {$vo.title} ( {$vo.href} ) <br/> --> |
|
||||
<a href="{$vo.href}" style="color: blue; text-decoration: underline;">{$vo.title}</a> |
|
||||
<br/> |
|
||||
|
<!-- {$vo.title} ( {$vo.href} ) <br/> --> |
||||
|
|
||||
{if !empty($vo['children'])} |
|
||||
{if $key == 2} |
|
||||
{/if} |
|
||||
{volist name="$vo.children" id="vv" } |
|
||||
<!-- {$vv.title} ( {$vv.href} ) <br/> --> |
|
||||
<!-- === <a href="{$vv.href}"> {$vv.title} </a> --> |
|
||||
|
<!-- <a href="{$vo.href}" style="color: blue; text-decoration: underline;">{$vo.title}</a> | --> |
||||
|
|
||||
{/volist} |
|
||||
{else /} |
|
||||
|
<!-- <br/> --> |
||||
|
|
||||
{/if} |
|
||||
<br/> |
|
||||
{/hcTaglib:nav} |
|
||||
{php} |
|
||||
// exit; |
|
||||
{/php} |
|
||||
|
{if !empty($vo['children'])} |
||||
|
{if $key == 2} |
||||
|
{/if} |
||||
|
|
||||
<!-- header start --> |
|
||||
|
{else /} |
||||
|
<!-- 显示 --> |
||||
|
<li><a href="{$vo.href}">{$vo.title}</a></li> |
||||
|
|
||||
<!-- header end --> |
|
||||
|
{if $key < count($hc_nav)} |
||||
|
<li><i>|</i></li> |
||||
|
{/if} |
||||
|
|
||||
|
{/if} |
||||
|
|
||||
|
<!-- <br/> --> |
||||
|
{/hcTaglib:nav} |
||||
|
|
||||
|
<!-- <li><a href="/about.html">走进长城</a></li> --> |
||||
|
<!-- <li><i>|</i></li> --> |
||||
|
<!-- <li><a href="/datacenter.html">数据中心</a></li> --> |
||||
|
<!-- <li><i>|</i></li> --> |
||||
|
<!-- <li><a href="/college.html">期货学院</a></li> --> |
||||
|
<!-- <li><i>|</i></li> --> |
||||
|
<!-- <li><a href="/special.html">党建专栏</a></li> --> |
||||
|
<!-- <li><i>|</i></li> --> |
||||
|
<!-- <li><a href="/service.html">客户服务</a></li> --> |
||||
|
<!-- <li><i>|</i></li> --> |
||||
|
<!-- <li><a href="/subscribe.html">预约开户</a></li> --> |
||||
|
<!-- <li><i>|</i></li> --> |
||||
|
<!-- <li><a href="/contact.html">联系我们</a></li> --> |
||||
|
</ul> |
||||
|
{hcTaglib:category id="198" item="vo" field="*"} |
||||
|
{php} |
||||
|
$description = $vo['description'] ?? ''; |
||||
|
$descriptionArr = explode('##', $description); |
||||
|
$desc = $vo['desc'] ?? ''; |
||||
|
$descArr = explode('##', $desc); |
||||
|
$banner_wx = $vo['banner']['url'] ?? ''; |
||||
|
$thumbnail_app = $vo['thumbnail']['url'] ?? ''; |
||||
|
{/php} |
||||
|
|
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
<div class="tca clearfix"> |
||||
|
<div class="l"> |
||||
|
<h3>{$descriptionArr[0]|default=''}</h3> |
||||
|
<p>{$descriptionArr[1]|default=''}</p> |
||||
|
<p>{$descriptionArr[2]|default=''}</p> |
||||
|
<p>{$descriptionArr[3]|default=''}</p> |
||||
|
<p>{$descriptionArr[4]|default=''}</p> |
||||
|
</div> |
||||
|
<div class="r"> |
||||
|
<h4>{$descriptionArr[5]|default=''}</h4> |
||||
|
<h5>{$descriptionArr[6]|default=''}</h5> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="rtc"> |
||||
|
<ul class="clearfix"> |
||||
|
<li> |
||||
|
<div class="weix"> |
||||
|
<img src="{$banner_wx|default=''}" alt=""> |
||||
|
</div> |
||||
|
<h6>企业公众号</h6> |
||||
|
</li> |
||||
|
<li> |
||||
|
<div class="weix"> |
||||
|
<img src="{$thumbnail_app|default=''}" alt=""> |
||||
|
</div> |
||||
|
<h6>官方APP</h6> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class='copyright wrap'> |
||||
|
<div class="l"> |
||||
|
<a href="#">{$descArr[0]|default=''}</a> |
||||
|
<span>{$descArr[1]|default=''}</span> |
||||
|
</div> |
||||
|
<div class="r"> |
||||
|
<a class="a1" href="#">{$descArr[2]|default=''}</a><a class="a2" |
||||
|
href="https://beian.miit.gov.cn/">粤ICP备10007525号</a> |
||||
|
<a href="https://www.newdamei.com/cases.html">技术支持:DAMEI</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
@ -0,0 +1,60 @@ |
|||||
|
<div class="header"> |
||||
|
<div class="tp"> |
||||
|
<div class="wrap"> |
||||
|
<ul> |
||||
|
<li><a href="/hyzq">会员专区</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/gotogw#abpg5">人才招聘</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="https://qiye.aliyun.com" target="_blank"><img class="s1" src="/themes/static_new/images/qms1.png" |
||||
|
alt=""></a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li> |
||||
|
<h4>服务热线: 400-8877-650</h4> |
||||
|
</li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/search.html"><img class="s2" src="/themes/static_new/images/qms3.png" alt=""></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="unaver"> |
||||
|
<div class="wrap clearfix"> |
||||
|
<div class="gh"> |
||||
|
<a href="javascript:;"></a> |
||||
|
</div> |
||||
|
<div class="logo"> |
||||
|
<a href="#"><img src="/themes/static_new/images/logo.png" alt=""></a> |
||||
|
</div> |
||||
|
<!-- nav===============START --> |
||||
|
<div class="naver"> |
||||
|
<ul class="clearfix"> |
||||
|
<!-- current_cate --> |
||||
|
{hcTaglib:nav cid="5" max-level="3" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
// var_dump($current_cate);exit; |
||||
|
$onFlag = -1; |
||||
|
if($vo['category_id']==($current_cate['id'] ?? 0) || $vo['category_id'] == ($current_cate['parent_id'] ?? 0) ){ |
||||
|
$onFlag = 1; |
||||
|
} |
||||
|
{/php} |
||||
|
<li class="{if $onFlag==1}on{/if}"> |
||||
|
<h3><a href="{$vo.href}">{$vo.title}</a></h3> |
||||
|
|
||||
|
{if !empty($vo['children'])} |
||||
|
<div class="nli"> |
||||
|
<dl> |
||||
|
{volist name="$vo.children" id="vv" } |
||||
|
<dd><a href="{$vv.href}">{$vv.title}</a></dd> |
||||
|
{/volist} |
||||
|
</dl> |
||||
|
</div> |
||||
|
{/if} |
||||
|
</li> |
||||
|
{/hcTaglib:nav} |
||||
|
|
||||
|
</ul> |
||||
|
</div> |
||||
|
<!-- nav===============END --> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
@ -0,0 +1,31 @@ |
|||||
|
<div class="uitfexi"> |
||||
|
<ul> |
||||
|
<li class="phones"> |
||||
|
<a href="#"> |
||||
|
<img src="/themes/static_new/images/qms38.png" alt=""> |
||||
|
</a> |
||||
|
<div class="phone hover">4008877650</div> |
||||
|
</li> |
||||
|
<li class="phones"> |
||||
|
<a href="#"> |
||||
|
<img src="/themes/static_new/images/qms39.png" alt=""> |
||||
|
</a> |
||||
|
<div class="weixs hover"> |
||||
|
<img src="/themes/static_new/images/wx_code.png" alt=""> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li class="weix"> |
||||
|
<a href="#"> |
||||
|
<img src="/themes/static_new/images/qms40.png" alt=""> |
||||
|
</a> |
||||
|
<div class="weixs hover"> |
||||
|
<img src="/themes/static_new/images/wx.jpg" alt=""> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li class="tps"> |
||||
|
<a href="javascript:;"> |
||||
|
<img src="/themes/static_new/images/qms41.png" alt=""> |
||||
|
</a> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
@ -0,0 +1,111 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="UTF-8" /> |
||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/head" /} |
||||
|
<!-- 当前 --> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/culture.css" /> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<!-- header start --> |
||||
|
{include file="common/header" /} |
||||
|
<!-- header end --> |
||||
|
<div class="bannerList"> |
||||
|
<div class="img"> |
||||
|
<img src="{$current_cate.thumbnail.url|default='__TMPL__/static/images/touzi/img-2.jpg'}" alt="" /> |
||||
|
</div> |
||||
|
<div class="w1280"> |
||||
|
<div class="bannerTitle">{$current_cate['title']}</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="crumb-head"> |
||||
|
<ul class="w1280"> |
||||
|
<li><a href="/">首页</a></li> |
||||
|
{hcTaglib:breadcrumb cid="$current_cate['id']" item="cate"} |
||||
|
<li>></li> |
||||
|
<li><a href="{$cate.url}">{$cate.title}</a></li> |
||||
|
{/hcTaglib:breadcrumb} |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="culture-bg article-info"> |
||||
|
<div class="culture-detail w1280"> |
||||
|
<div class="title"> |
||||
|
{$hc_content['title']} |
||||
|
</div> |
||||
|
<div class="tools"> |
||||
|
<div class="text">发布时间:{$hc_content['publish_time']|date='Y.m.d'}</div> |
||||
|
<div class="text">来源:{$hc_content['author']}</div> |
||||
|
<div class="text">浏览:{$hc_content['hits']}</div> |
||||
|
<div class="share"> |
||||
|
<p>分享:</p> |
||||
|
<div class="wechat"> |
||||
|
<img src="__TMPL__/static/images/dangjian/weixin.png" /> |
||||
|
<div class="posiCode" id="qrcode"></div> |
||||
|
</div> |
||||
|
<div class="toutiao"> |
||||
|
<img src="__TMPL__/static/images/dangjian/toutiao.png" /> |
||||
|
<div class="posiCode" id="qrcode2"></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="content"> |
||||
|
{$hc_content['content']|raw} |
||||
|
</div> |
||||
|
<div class="moreFile"> |
||||
|
{volist name="$hc_content['main_content']['more_file']" id="vo"} |
||||
|
<a href="{$vo['url']|default=''}" target="_blank" download="{$vo['name']|default=''}"><img src="__TMPL__/static/images/download/pdfico.png" alt=""><span>{$vo['name']|default=''}</span></a> |
||||
|
{/volist} |
||||
|
<!-- <a href="" target="_blank" download="文件名称"><img src="__TMPL__/static/images/download/pdfico.png" alt=""><span>文件名称</span></a> --> |
||||
|
</div> |
||||
|
<div class="page-detail"> |
||||
|
<div class="page"> |
||||
|
{hcTaglib:preContent /} |
||||
|
</div> |
||||
|
<a href="{:hcUrl('list/index',['id'=>$hc_content['category_id']])}" class="back"> |
||||
|
<img src="__TMPL__/static/images/dangjian/back.png" /> |
||||
|
<p>返回列表</p> |
||||
|
</a> |
||||
|
<div class="page"> |
||||
|
{hcTaglib:nextContent /} |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- footer start--> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- footer end --> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/foot" /} |
||||
|
<!-- 当前 --> |
||||
|
<script src="__TMPL__/static/js/layui.js"></script> |
||||
|
<script src="__TMPL__/static/js/qrcode.js"></script> |
||||
|
<script> |
||||
|
var qrcode = new QRCode(document.getElementById("qrcode"), { |
||||
|
width: 128, |
||||
|
height: 128, |
||||
|
colorDark : "#000000", |
||||
|
colorLight : "#ffffff", |
||||
|
}); |
||||
|
var qrcode2 = new QRCode(document.getElementById("qrcode2"), { |
||||
|
width: 128, |
||||
|
height: 128, |
||||
|
colorDark : "#000000", |
||||
|
colorLight : "#ffffff", |
||||
|
}); |
||||
|
let codeUrl = window.location.href |
||||
|
qrcode.makeCode(codeUrl); // 生成另外一个二维码 |
||||
|
qrcode2.makeCode(codeUrl); // 生成另外一个二维码 |
||||
|
// |
||||
|
$('.culture-detail .tools .share > div img').hover(function(){ |
||||
|
$(this).siblings('.posiCode').stop().fadeIn() |
||||
|
},function(){ |
||||
|
$(this).siblings('.posiCode').stop().fadeOut() |
||||
|
}) |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,108 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="UTF-8" /> |
||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" /> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/head" /} |
||||
|
<!-- 当前 --> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/culture.css" /> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<!-- header start --> |
||||
|
{include file="common/header" /} |
||||
|
<!-- header end --> |
||||
|
<div class="bannerList"> |
||||
|
<div class="img"> |
||||
|
<img src="__TMPL__/static/images/dangjian/img-3.jpg" alt="" /> |
||||
|
</div> |
||||
|
<div class="w1280"> |
||||
|
<div class="bannerTitle">党建文化</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="crumb-head"> |
||||
|
<ul class="w1280"> |
||||
|
<li><a href="/">首页</a></li> |
||||
|
{hcTaglib:breadcrumb cid="$current_cate['id']" item="cate"} |
||||
|
<li>></li> |
||||
|
<li><a href="{$cate.url}">{$cate.title}</a></li> |
||||
|
{/hcTaglib:breadcrumb} |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="culture-bg"> |
||||
|
<div class="culture-detail w1280"> |
||||
|
<div class="title"> |
||||
|
{$hc_content['title']} |
||||
|
</div> |
||||
|
<div class="tools"> |
||||
|
<div class="text">发布时间:{$hc_content['publish_time']|date='Y.m.d'}</div> |
||||
|
<div class="text">来源:{$hc_content['author']}</div> |
||||
|
<div class="text">浏览:{$hc_content['hits']}</div> |
||||
|
<div class="share"> |
||||
|
<p>分享:</p> |
||||
|
<div class="wechat"> |
||||
|
<img src="__TMPL__/static/images/dangjian/weixin.png" /> |
||||
|
<div class="posiCode" id="qrcode"></div> |
||||
|
</div> |
||||
|
<div class="toutiao"> |
||||
|
<img src="__TMPL__/static/images/dangjian/toutiao.png" /> |
||||
|
<div class="posiCode" id="qrcode2"></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="content"> |
||||
|
{$hc_content['content']|raw} |
||||
|
</div> |
||||
|
<div class="page-detail"> |
||||
|
<div class="page"> |
||||
|
<p>下一篇:</p> |
||||
|
{hcTaglib:preContent preName='' /} |
||||
|
</div> |
||||
|
<a href="{:hcUrl('list/index',['id'=>$hc_content['category_id']])}" class="back"> |
||||
|
<img src="__TMPL__/static/images/dangjian/back.png" /> |
||||
|
<p>返回列表</p> |
||||
|
</a> |
||||
|
<div class="page"> |
||||
|
<p>下一篇:</p> |
||||
|
{hcTaglib:nextContent nextName='' /} |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- footer start--> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- footer end --> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/foot" /} |
||||
|
<!-- 当前 --> |
||||
|
<script src="__TMPL__/static/js/layui.js"></script> |
||||
|
<script src="__TMPL__/static/js/qrcode.js"></script> |
||||
|
<script> |
||||
|
var qrcode = new QRCode(document.getElementById("qrcode"), { |
||||
|
width: 128, |
||||
|
height: 128, |
||||
|
colorDark : "#000000", |
||||
|
colorLight : "#ffffff", |
||||
|
}); |
||||
|
var qrcode2 = new QRCode(document.getElementById("qrcode2"), { |
||||
|
width: 128, |
||||
|
height: 128, |
||||
|
colorDark : "#000000", |
||||
|
colorLight : "#ffffff", |
||||
|
}); |
||||
|
let codeUrl = window.location.href |
||||
|
qrcode.makeCode(codeUrl); // 生成另外一个二维码 |
||||
|
qrcode2.makeCode(codeUrl); // 生成另外一个二维码 |
||||
|
// |
||||
|
$('.culture-detail .tools .share > div img').hover(function(){ |
||||
|
$(this).siblings('.posiCode').stop().fadeIn() |
||||
|
},function(){ |
||||
|
$(this).siblings('.posiCode').stop().fadeOut() |
||||
|
}) |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,97 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="UTF-8" /> |
||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" /> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/head" /} |
||||
|
<!-- 当前 --> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/contact.css" /> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<!-- header start --> |
||||
|
{include file="common/header" /} |
||||
|
<!-- header end --> |
||||
|
<div class="bannerList"> |
||||
|
<div class="img"> |
||||
|
<img src="__TMPL__/static/images/zoujin/img-2.jpg" alt="" /> |
||||
|
</div> |
||||
|
<div class="w1280"> |
||||
|
<div class="bannerTitle">{$current_cate['title']}</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="crumb-head border"> |
||||
|
<ul class="w1280"> |
||||
|
<li><a href="">首页</a></li> |
||||
|
{hcTaglib:breadcrumb cid="$current_cate['id']" item="cate"} |
||||
|
<li>></li> |
||||
|
<li><a href="{$cate.url}">{$cate.title}</a></li> |
||||
|
{/hcTaglib:breadcrumb} |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="tousu-container w1280 breachBlock"> |
||||
|
{$hc_content['content']|raw} |
||||
|
</div> |
||||
|
<!-- footer start--> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- footer end --> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/foot" /} |
||||
|
<!-- 当前 --> |
||||
|
<script src="__TMPL__/static/js/layui.js"></script> |
||||
|
<script> |
||||
|
// banner |
||||
|
var swiper = new Swiper('.indexBannerSwiper', { |
||||
|
pagination: { |
||||
|
el: '.indexBannerSwiper .swiper-pagination' |
||||
|
} |
||||
|
}) |
||||
|
// tab 切换 |
||||
|
$('.indexBlock2 .w1280 .right .top .tab a').click(function () { |
||||
|
$(this).addClass('on') |
||||
|
$('.indexBlock2 .w1280 .right .content .list') |
||||
|
.eq($(this).inde()) |
||||
|
.fadeIn() |
||||
|
}) |
||||
|
// 日历 |
||||
|
layui.use(function () { |
||||
|
var layer = layui.layer |
||||
|
var laydate = layui.laydate |
||||
|
laydate.render({ |
||||
|
elem: '#ID-laydate-static-1', |
||||
|
position: 'static', |
||||
|
mark: { |
||||
|
'2023-9-15': '' |
||||
|
} |
||||
|
}) |
||||
|
}) |
||||
|
// 服务hover |
||||
|
$('.indexBlock5 .w1280 .content .list').hover( |
||||
|
function () { |
||||
|
$(this).children('.posi').stop().fadeOut() |
||||
|
$(this).children('.posiOn').stop().fadeIn() |
||||
|
$(this).children('.posiOn').css('display', 'flex') |
||||
|
}, |
||||
|
function () { |
||||
|
$(this).children('.posi').stop().fadeIn() |
||||
|
$(this).children('.posiOn').stop().fadeOut() |
||||
|
} |
||||
|
) |
||||
|
// 走进东亚 视频 |
||||
|
$('.indexBlock6 .w1280 .right .player').click(function () { |
||||
|
$('.windowVideo').stop().fadeIn() |
||||
|
setTimeout(function () { |
||||
|
$('#indexBlock6video')[0].play() |
||||
|
}, 500) |
||||
|
}) |
||||
|
$('.windowVideo .content .close').click(function () { |
||||
|
$('.windowVideo').stop().fadeOut() |
||||
|
$('#indexBlock6video')[0].pause() |
||||
|
}) |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,657 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
|
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。" /> |
||||
|
<meta name="description" |
||||
|
content="长城期货的控股股东为中国长城资产管理股份有限公司(以下简称集团)旗下的长城国瑞证券,集团拥有完整的金融牌照和庞大的金融及产业资源,最大化挖掘综合金融集团的协同效应,致力于打造精品期货公司。" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/nav" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
<div class="banner"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
<!-- 首页大轮播(栏目跳转等)/文章 大轮播========================START --> |
||||
|
<!-- 关联栏目 --> |
||||
|
{hcTaglib:nav cid="8" max-level="3" item="vo" sort="sort asc" withFlag='1'} |
||||
|
<!-- {$vo.title} ( {$vo.href} ) <br/> --> |
||||
|
<!-- <img src="{$vo.category.banner.url|default=''}" alt=""> --> |
||||
|
<!-- <a href="{$vo.href|default='#'}" style="color: blue; text-decoration: underline;">{$vo.title|default=''}</a> --> |
||||
|
<div class="swiper-slide" |
||||
|
style="background: url('{$vo.category.banner.url|default=''}') no-repeat center/cover; cursor: pointer;" |
||||
|
onclick="window.location='{$vo.href|default=''}'"> |
||||
|
<a href="{$vo.href|default=''}"> |
||||
|
<div class="txt"> |
||||
|
<div class="wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<h2></h2> |
||||
|
<h3>.</h3> |
||||
|
</div> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:nav} |
||||
|
<!-- 关联文章 --> |
||||
|
{hcTaglib:contentListByTagName tagStr="首页大轮播" moduleId="1" limit="5" mainField="id,title,sub_title,category_id,thumbnail,cover" sort="sort asc,id asc" item="vo"} |
||||
|
<!-- <a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}"> --> |
||||
|
<!-- {$vo.title} --> |
||||
|
<!-- </a> --> |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']]); |
||||
|
{/php} |
||||
|
|
||||
|
<div class="swiper-slide" |
||||
|
style="background: url('{$vo.cover.url|default=''}') no-repeat center/cover; cursor: pointer;" |
||||
|
onclick="window.location='{$detailUrl}'"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="txt"> |
||||
|
<div class="wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<h2></h2> |
||||
|
<h3></h3> |
||||
|
</div> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentListByTagName} |
||||
|
<!-- 首页大轮播(栏目跳转等)/文章 大轮播========================END --> |
||||
|
|
||||
|
<!-- <div class="swiper-slide" --> |
||||
|
<!-- style="background: url(themes/static_new/uploadfile/image/2023/1123/shop000001/69473670680d1245f4471dcf3d04dd9a.png) no-repeat center/cover; cursor: pointer;" --> |
||||
|
<!-- onclick="window.location='https://www.gwfutures.cn/article-detail-156.html'"> --> |
||||
|
<!-- <a href="https://www.gwfutures.cn/article-detail-156.html"> --> |
||||
|
<!-- <div class="txt"> --> |
||||
|
<!-- <div class="wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> --> |
||||
|
<!-- <h2></h2> --> |
||||
|
<!-- <h3></h3> --> |
||||
|
<!-- </div> --> |
||||
|
<!-- </div> --> |
||||
|
<!-- </a> --> |
||||
|
<!-- </div> --> |
||||
|
</div> |
||||
|
|
||||
|
<div class="spans"> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="htab"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.4s" data-wow-duration="1s"> |
||||
|
<div class="prev"></div> |
||||
|
<div class="ovs"> |
||||
|
<div class="stab"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
<!-- 文章轮播 --> |
||||
|
{hcTaglib:contentListByTagName tagStr="首页显示" moduleId="1" limit="5" mainField="id,title,sub_title,category_id,thumbnail,cover" sort="sort asc,id asc" item="vo"} |
||||
|
|
||||
|
<!-- <a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}"> --> |
||||
|
<!-- {$vo.title} --> |
||||
|
<!-- </a> --> |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']]); |
||||
|
{/php} |
||||
|
<!-- <img src="{$vo.thumbnail.url|default=''}" alt="" width="300px"> --> |
||||
|
<!-- <span>{$vo.sub_title}</span> --> |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="icon"> |
||||
|
<img class="icon1" |
||||
|
src="{$vo.thumbnail.url|default=''}" |
||||
|
alt=""> |
||||
|
<img class="icon2" |
||||
|
src="{$vo.thumbnail.url|default=''}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.sub_title}</h3> |
||||
|
<h4><i>查看详情</i></h4> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentListByTagName} |
||||
|
|
||||
|
<!-- 栏目分类轮播 --> |
||||
|
{hcTaglib:nav cid="7" max-level="3" item="vo" sort="sort asc" withFlag='0'} |
||||
|
<!-- <a href="{$vo.href}" style="color: blue; text-decoration: underline;">{$vo.title}</a> --> |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$vo.href}"> |
||||
|
<div class="icon"> |
||||
|
<img class="icon1" |
||||
|
src="{$vo.category.thumbnail.url|default=''}" |
||||
|
alt=""> |
||||
|
<img class="icon2" |
||||
|
src="{$vo.category.thumbnail.url|default=''}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<h4><i>查看详情</i></h4> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
{/hcTaglib:nav} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- 首页中部6个小栏目================================================ START --> |
||||
|
<div class="hpage1" style="background: url(themes/static_new/images/qmbg1.jpg) no-repeat center/cover;"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="swiperlist"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
{hcTaglib:nav cid="9" max-level="3" item="vo" sort="sort asc" withFlag='0'} |
||||
|
<div class="swiper-slide"> |
||||
|
<div class="box"> |
||||
|
<div class="icon"> |
||||
|
<img src="{$vo.category.thumbnail.url|default=''}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<a href="{$vo.href|default='#'}"> |
||||
|
<div class="text"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<h4></h4> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
{/hcTaglib:nav} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="spans"></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- 首页中部6个小栏目================================================ END --> |
||||
|
|
||||
|
<!-- 首页小日历 ================================== START --> |
||||
|
<div class="hpage2" style="background: url(themes/static_new/images/qmbg2.jpg) no-repeat center/cover;"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="times"> |
||||
|
<h2>交易及市场日历</h2> |
||||
|
<div class="item" id="dates-view"> |
||||
|
|
||||
|
</div> |
||||
|
<div class="showtime"> |
||||
|
<div class="event"> |
||||
|
<a href="javascript:void(0);" class="close"></a> |
||||
|
<h3><span id="date-show">2023-08-03</span> 事件</h3> |
||||
|
</div> |
||||
|
<ul class="event_ul"> |
||||
|
<li data-id="1" href="javascript:void(0);"> 期权新上市合约 </li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- 首页小日历 ================================== END --> |
||||
|
|
||||
|
<div class="calendar_pop" style="display: none;"> |
||||
|
<div class="masklayer"> |
||||
|
<div class="eligible_pop"> |
||||
|
<a class="eligclose"></a> |
||||
|
<div class="yylay_middle_pop" style="height:450px;"> |
||||
|
<div class="apprais"> </div> |
||||
|
<div class="apprais_cont" style="height:375px;overflow-y: auto;"> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="hpage3"> |
||||
|
{php} |
||||
|
$category_href_187 = ''; |
||||
|
{/php} |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="hti"> |
||||
|
<ul> |
||||
|
<!-- 公司通知 --> |
||||
|
{hcTaglib:category id="187" item="vo" field="*"} |
||||
|
<li class="on"><a href="javascript:;">{$vo.title}</a></li> |
||||
|
{php} |
||||
|
$category_href_187 = $vo['alias']; |
||||
|
{/php} |
||||
|
{/hcTaglib:category} |
||||
|
<!-- 公司活动 --> |
||||
|
{hcTaglib:category id="188" item="vo" field="*"} |
||||
|
<li><a href="javascript:;">{$vo.title}</a></li> |
||||
|
{/hcTaglib:category} |
||||
|
<!-- <li><a href="javascript:;">市场热点</a></li> --> |
||||
|
{hcTaglib:category id="189" item="vo" field="*"} |
||||
|
<li><a href="javascript:;">{$vo.title}</a></li> |
||||
|
{/hcTaglib:category} |
||||
|
<!-- <li><a href="javascript:;">交易所公告</a></li> --> |
||||
|
{hcTaglib:category id="190" item="vo" field="*"} |
||||
|
<li><a href="javascript:;">{$vo.title}</a></li> |
||||
|
{/hcTaglib:category} |
||||
|
<!-- <li><a href="javascript:;">每日提示</a></li> --> |
||||
|
{hcTaglib:category id="191" item="vo" field="*"} |
||||
|
<li><a href="javascript:;">{$vo.title}</a></li> |
||||
|
{/hcTaglib:category} |
||||
|
|
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="boxs"> |
||||
|
<!-- 公司通知 --> |
||||
|
<div class="bd ovs"> |
||||
|
<div class="newsswiper"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
|
||||
|
{hcTaglib:contentPage2 cid="187" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); |
||||
|
$thumbnailUrl = $vo['thumbnail']['url'] ?? ''; |
||||
|
$createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); |
||||
|
{/php} |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="pic"> |
||||
|
<img src="{:deal_image_url($thumbnailUrl)}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<p></p> |
||||
|
<h6>{$createTimrStr}</h6> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="prev"></div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
<!-- 公司活动 --> |
||||
|
<div class="bd ovs"> |
||||
|
<div class="newsswiper"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
|
||||
|
{hcTaglib:contentPage2 cid="188" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); |
||||
|
$thumbnailUrl = $vo['thumbnail']['url'] ?? ''; |
||||
|
$createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); |
||||
|
{/php} |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="pic"> |
||||
|
<img src="{:deal_image_url($thumbnailUrl)}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<p></p> |
||||
|
<h6>{$createTimrStr}</h6> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="prev"></div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
<!-- 市场热点 --> |
||||
|
<div class="bd ovs"> |
||||
|
<div class="newsswiper"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
{hcTaglib:contentPage2 cid="189" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); |
||||
|
$thumbnailUrl = $vo['thumbnail']['url'] ?? ''; |
||||
|
$createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); |
||||
|
{/php} |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="pic"> |
||||
|
<img src="{:deal_image_url($thumbnailUrl)}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<p></p> |
||||
|
<h6>{$createTimrStr}</h6> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="prev"></div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
<!-- 交易所公告 --> |
||||
|
<div class="bd ovs"> |
||||
|
<div class="newsswiper"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
{hcTaglib:contentPage2 cid="190" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); |
||||
|
$thumbnailUrl = $vo['thumbnail']['url'] ?? ''; |
||||
|
$createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); |
||||
|
{/php} |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="pic"> |
||||
|
<img src="{:deal_image_url($thumbnailUrl)}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<p></p> |
||||
|
<h6>{$createTimrStr}</h6> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="prev"></div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
<!-- 每日提醒 --> |
||||
|
<div class="bd ovs"> |
||||
|
<div class="newsswiper"> |
||||
|
<div class="swiper-wrapper"> |
||||
|
{hcTaglib:contentPage2 cid="191" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); |
||||
|
$thumbnailUrl = $vo['thumbnail']['url'] ?? ''; |
||||
|
$createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); |
||||
|
{/php} |
||||
|
<div class="swiper-slide"> |
||||
|
<a href="{$detailUrl}"> |
||||
|
<div class="pic"> |
||||
|
<img src="{:deal_image_url($thumbnailUrl)}" |
||||
|
alt=""> |
||||
|
</div> |
||||
|
<div class="txt"> |
||||
|
<h3>{$vo.title}</h3> |
||||
|
<p></p> |
||||
|
<h6>{$createTimrStr}</h6> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
{/hcTaglib:contentPage2} |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="prev"></div> |
||||
|
<div class="next"></div> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
<!-- 公司通知--查看更多 --> |
||||
|
<div style="text-align: center; margin-top: 0.5rem; color: #808080;"> |
||||
|
<a href="{$category_href_187}">查看更多</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- 友情链接 --> |
||||
|
<div class="hlink"> |
||||
|
<div class="wrap"> |
||||
|
<h3>友情链接</h3> |
||||
|
<div class="ulink"> |
||||
|
<ul class="swiper-wrapper"> |
||||
|
|
||||
|
|
||||
|
<li class="swiper-slide"><a href="http://www.csrc.gov.cn/"><img |
||||
|
src="themes/static_new/uploadfile/image/2023/0922/shop000001/4711779c944c6845c12b5cdf4cda8b06.jpg" |
||||
|
alt="中国证监会"></a></li> |
||||
|
<li class="swiper-slide"><a href="https://www.gwgsc.com/main/shouye/index.shtml"><img |
||||
|
src="themes/static_new/uploadfile/image/2023/0922/shop000001/6618da4665f5763ba844058033f8f6a9.jpg" |
||||
|
alt="长城国瑞证券"></a></li> |
||||
|
<li class="swiper-slide"><a href="https://www.cfachina.org/"><img |
||||
|
src="themes/static_new/uploadfile/image/2023/0922/shop000001/ff6d7215ed00d4110f07934db56f22fe.jpg" |
||||
|
alt="中国期货业协会"></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- nav===============END --> |
||||
|
</div> |
||||
|
{include file="common/uitfexi" /} |
||||
|
|
||||
|
|
||||
|
<script src="themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="themes/static_new/layui/layui.js" type="text/javascript"></script> |
||||
|
<script src="themes/static_new/js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="themes/static_new/js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="themes/static_new/js/script.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
<script src="themes/static_new/js/calendar.js" type="text/javascript"></script> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
function timeclick(e) { |
||||
|
$("#date-show").html(e); |
||||
|
$(".event_ul").empty(); |
||||
|
$.getJSON("/calendar/date-article-list", { date: e }, function (result) { |
||||
|
for (var i = 0; i < result.data.length; i++) { |
||||
|
$(".event_ul").append('<li data-id="' + result.data[i].id + '" href="javascript:void(0);"> ' + result.data[i].title + ' </li>'); |
||||
|
} |
||||
|
$(".showtime").show(); |
||||
|
$('#dates-view').hide(); |
||||
|
}); |
||||
|
} |
||||
|
var calendarObject = new Calendar({ |
||||
|
// 设置显示位置 |
||||
|
parent: 'dates-view', |
||||
|
// 初始化显示时间 |
||||
|
// viewMode: |
||||
|
// 0 - 日期模式(默认值) |
||||
|
viewMode: 0, |
||||
|
|
||||
|
}) |
||||
|
|
||||
|
$(".event_ul").on("click", "li", function () { |
||||
|
$.getJSON("/calendar/article-detail", { id: $(this).data("id") }, function (result) { |
||||
|
$(".apprais").html(result.data.title); |
||||
|
$(".apprais_cont").html(result.data.content); |
||||
|
$(".calendar_pop").show(); |
||||
|
}); |
||||
|
|
||||
|
}); |
||||
|
$('.hpage2 .event .close').click(function () { |
||||
|
$(".showtime").hide(); |
||||
|
$('#dates-view').show(); |
||||
|
}) |
||||
|
$('.eligclose').click(function () { |
||||
|
$(".calendar_pop").hide(); |
||||
|
}) |
||||
|
|
||||
|
|
||||
|
// 循环遍历日期元素,找到目标日期并添加类名 |
||||
|
function timeeh() { |
||||
|
// 获取日历容器和日期元素 |
||||
|
const calendar = document.getElementById('dates-view'); |
||||
|
const days = calendar.querySelectorAll('.cal-date'); |
||||
|
|
||||
|
$.getJSON('/calendar/date-list', { year: calendarObject.data.year, month: calendarObject.data.month }, function (result) { |
||||
|
var targetDates = []; |
||||
|
for (var i = 0; i < result.data.length; i++) { |
||||
|
targetDates.push(result.data[i].created_at); |
||||
|
} |
||||
|
|
||||
|
// 要添加类的日期 |
||||
|
//var targetDates = ['2023-8-14', '2023-8-15','2023-8-16', '2023-8-17', '2023-8-18', '2023-8-19', '2023-9-19']; |
||||
|
|
||||
|
days.forEach(day => { |
||||
|
const date = day.getAttribute('data-date'); |
||||
|
if (targetDates.includes(date)) { |
||||
|
day.classList.add('on'); |
||||
|
} |
||||
|
}); |
||||
|
}); |
||||
|
} |
||||
|
|
||||
|
timeeh() |
||||
|
|
||||
|
$('.cal-prev').click(function () { |
||||
|
setTimeout(function () { |
||||
|
timeeh() |
||||
|
}, 10) |
||||
|
}) |
||||
|
|
||||
|
$('.cal-next').click(function () { |
||||
|
setTimeout(function () { |
||||
|
timeeh() |
||||
|
}, 10) |
||||
|
}) |
||||
|
|
||||
|
var swiper = new Swiper('.htab .stab', { |
||||
|
navigation: { |
||||
|
nextEl: '.htab .next', |
||||
|
prevEl: '.htab .prev', |
||||
|
}, |
||||
|
slidesPerView: 2, //横屏屏个数 |
||||
|
loop: true, //循环 |
||||
|
breakpoints: { |
||||
|
1100: { |
||||
|
slidesPerView: 4, |
||||
|
}, |
||||
|
|
||||
|
}, |
||||
|
}); |
||||
|
var swiper = new Swiper('.hpage3 .newsswiper', { |
||||
|
navigation: { |
||||
|
nextEl: '.hpage3 .next', |
||||
|
prevEl: '.hpage3 .prev', |
||||
|
}, |
||||
|
slidesPerView: 1, //横屏屏个数 |
||||
|
spaceBetween: 20, //间距 |
||||
|
breakpoints: { |
||||
|
1100: { |
||||
|
slidesPerView: 3, //横屏屏个数 |
||||
|
spaceBetween: 60, //间距 |
||||
|
}, |
||||
|
}, |
||||
|
loop: true, //循环 |
||||
|
autoplay: { |
||||
|
delay: 3000, |
||||
|
stopOnLastSlide: false, //如果设置为true,当切换到最后一个slide时停止自动切换。(loop模式下无效)。 |
||||
|
disableOnInteraction: false, //用户操作swiper之后,是否禁止autoplay。默认为true:停止。 |
||||
|
} |
||||
|
}); |
||||
|
var swiper = new Swiper('.hpage1 .swiperlist', { |
||||
|
pagination: { |
||||
|
el: '.hpage1 .spans', |
||||
|
clickable: true, |
||||
|
}, |
||||
|
slidesPerView: 1, //横屏屏个数 |
||||
|
grid: { |
||||
|
rows: 2, |
||||
|
}, |
||||
|
spaceBetween: 20, //间距 |
||||
|
breakpoints: { |
||||
|
1100: { |
||||
|
slidesPerView: 3, //横屏屏个数 |
||||
|
grid: { |
||||
|
rows: 2, |
||||
|
}, |
||||
|
spaceBetween: 36, //间距 |
||||
|
}, |
||||
|
}, |
||||
|
}); |
||||
|
|
||||
|
$('.hpage3 li').click(function () { |
||||
|
$('.hpage3 li').removeClass('on'); |
||||
|
$(this).addClass('on'); |
||||
|
$('.hpage3 .bd ').hide(); |
||||
|
$('.hpage3 .bd ').eq($(this).index()).show(); |
||||
|
}); |
||||
|
|
||||
|
var swiper = new Swiper('.banner', { |
||||
|
pagination: { |
||||
|
el: '.banner .spans', |
||||
|
clickable: true, |
||||
|
}, |
||||
|
slidesPerView: 1, //横屏屏个数 |
||||
|
centeredSlides: true, //是否居中 |
||||
|
loop: true, //循环 |
||||
|
autoplay: { |
||||
|
delay: 5000, |
||||
|
stopOnLastSlide: false, //如果设置为true,当切换到最后一个slide时停止自动切换。(loop模式下无效)。 |
||||
|
disableOnInteraction: false, //用户操作swiper之后,是否禁止autoplay。默认为true:停止。 |
||||
|
}, |
||||
|
observer: true, |
||||
|
observeParents: true, |
||||
|
}); |
||||
|
|
||||
|
</script> |
||||
|
|
||||
|
</body> |
||||
|
|
||||
|
|
||||
|
</html> |
||||
@ -0,0 +1,7 @@ |
|||||
|
{ |
||||
|
"name": "dongya-web", |
||||
|
"author": "Zhco", |
||||
|
"version": "1.0.0", |
||||
|
"lang": "zh-cn", |
||||
|
"description": "期货网站" |
||||
|
} |
||||
@ -0,0 +1,244 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<!-- {$current_cate['title']} --> |
||||
|
{php} |
||||
|
// $currentCateId = intval($current_cate['id'] ?? ''); |
||||
|
// $currentCatePid = intval($current_cate['parent_id'] ?? ''); |
||||
|
// if($currentCatePid == 0){ |
||||
|
// $currentCatePid = $currentCateId; |
||||
|
// } |
||||
|
// var_dump($currentCateId); // 当前的分类 |
||||
|
{/php} |
||||
|
<head lang="zh-CN"> |
||||
|
<meta charset="UTF-8"> |
||||
|
<title>长城期货股份有限公司</title> |
||||
|
<meta name="keywords" |
||||
|
content="长城期货股份有限公司成立于1996年,是一家国有控股的专业期货公司。公司总部设在广州,在北京、上海、深圳、佛山、郑州、大连设有分支机构。公司经过20多年的发展,基本形成扎根广佛地区辐射全国的业务格局并积累了深厚的有色、钢铁等产业资源。" /> |
||||
|
<meta name="description" |
||||
|
content="长城期货的控股股东为中国长城资产管理股份有限公司(以下简称集团)旗下的长城国瑞证券,集团拥有完整的金融牌照和庞大的金融及产业资源,最大化挖掘综合金融集团的协同效应,致力于打造精品期货公司。" /> |
||||
|
<meta name="viewport" |
||||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||
|
<meta name="format-detection" content="address=no"> |
||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" /> |
||||
|
|
||||
|
<link href="/themes/static_new/css/calendar.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/slicy.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/swiper.min.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/style.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/responsive.css" rel="stylesheet" /> |
||||
|
<link href="/themes/static_new/css/tp_page.css" rel="stylesheet" /> |
||||
|
|
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<div class="layout"> |
||||
|
<!-- nav===============START --> |
||||
|
{include file="common/nav" /} |
||||
|
<!-- nav===============END --> |
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
|
||||
|
</script> |
||||
|
{php} |
||||
|
$search_input_show = 'display:block'; |
||||
|
if(!empty($list) && !empty($keywords)){ |
||||
|
$search_input_show = 'display:none'; |
||||
|
} |
||||
|
{/php} |
||||
|
<div class="qmsearch" style="{$search_input_show}"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<div class="fm clearfix"> |
||||
|
<form action="" method="GET"> |
||||
|
<input class="t1" type="text" name="keyword" id="keyword" value="{$keywords}" placeholder="请输入关键词"> |
||||
|
<input class="sub" type="button" value="站内搜索" /> |
||||
|
</form> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="searchdel"> |
||||
|
<div class="wrap wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> |
||||
|
<ul> |
||||
|
{volist name="list" id="oneData"} |
||||
|
{php} |
||||
|
$detailUrl = hcUrl('detail/index',['id'=>$oneData['id'],'cid'=>$oneData['category_id']]); |
||||
|
{/php} |
||||
|
|
||||
|
{php} |
||||
|
// var_dump($oneData->toArray());exit; |
||||
|
{/php} |
||||
|
<li><a href="{$detailUrl}"> {$oneData.title}</a></li> |
||||
|
{/volist} |
||||
|
|
||||
|
</ul> |
||||
|
|
||||
|
<div class="pagination-wrapper"> |
||||
|
{$list_page|raw} |
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<!-- <div class="pages wow fadeInUp" data-wow-delay="0.3s" data-wow-duration="1s"> --> |
||||
|
<!-- <dl> --> |
||||
|
<!-- <dd><a>上一页</a></dd> --> |
||||
|
<!-- <dd class="on"><a href="#">1</a></dd> --> |
||||
|
<!-- <dd><a href="search-0-2.html">2</a></dd> --> |
||||
|
<!-- <dd><a href="search-0-3.html">3</a></dd> --> |
||||
|
|
||||
|
<!-- <dd><a href="search-0-2.html">下一页</a></dd> --> |
||||
|
<!-- </dl> --> |
||||
|
<!-- </div> --> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="footer"> |
||||
|
<div class="wrap clearfix"> |
||||
|
<div class="ltc"> |
||||
|
<ul> |
||||
|
<li><a href="/about.html">走进长城</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/datacenter.html">数据中心</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/college.html">期货学院</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/special.html">党建专栏</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/service.html">客户服务</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/subscribe.html">预约开户</a></li> |
||||
|
<li><i>|</i></li> |
||||
|
<li><a href="/contact.html">联系我们</a></li> |
||||
|
</ul> |
||||
|
<div class="tca clearfix"> |
||||
|
<div class="l"> |
||||
|
<h3>长城期货股份有限公司</h3> |
||||
|
<p>公司投诉电话:020-38927323 </p> |
||||
|
<p>公司投诉邮箱:ccqhts@gwfutures.cn</p> |
||||
|
<p>中国证监会广东证监局投诉热线:020-37853900</p> |
||||
|
<p>中国证监会热线:12386</p> |
||||
|
</div> |
||||
|
<div class="r"> |
||||
|
<h4>服务热线</h4> |
||||
|
<h5>400-8877-650</h5> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="rtc"> |
||||
|
<ul class="clearfix"> |
||||
|
<li> |
||||
|
<div class="weix"> |
||||
|
<img src="/themes/static_new/images/wx.png" alt=""> |
||||
|
</div> |
||||
|
<h6>企业公众号</h6> |
||||
|
</li> |
||||
|
<li> |
||||
|
<div class="weix"> |
||||
|
<img src="/themes/static_new/images/app.png" alt=""> |
||||
|
</div> |
||||
|
<h6>官方APP</h6> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class='copyright wrap'> |
||||
|
<div class="l"> |
||||
|
<a href="#">Copyright 1997-2024 长城期货股份有限公司 All Rights Reserve</a> |
||||
|
<span>IPV6支持</span> |
||||
|
</div> |
||||
|
<div class="r"> |
||||
|
<a class="a1" href="#">粤公网安备 44010602008394号</a><a class="a2" |
||||
|
href="https://beian.miit.gov.cn/">粤ICP备10007525号</a> |
||||
|
<a href="https://www.newdamei.com/cases.html">技术支持:DAMEI</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
<div class="uitfexi"> |
||||
|
<ul> |
||||
|
<li class="phones"> |
||||
|
<a href="#"> |
||||
|
<img src="/themes/static_new/images/qms38.png" alt=""> |
||||
|
</a> |
||||
|
<div class="phone hover">4008877650</div> |
||||
|
</li> |
||||
|
<li class="phones"> |
||||
|
<a href="#"> |
||||
|
<img src="/themes/static_new/images/qms39.png" alt=""> |
||||
|
</a> |
||||
|
<div class="weixs hover"> |
||||
|
<img src="/themes/static_new/images/wx_code.png" alt=""> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li class="weix"> |
||||
|
<a href="#"> |
||||
|
<img src="/themes/static_new/images/qms40.png" alt=""> |
||||
|
</a> |
||||
|
<div class="weixs hover"> |
||||
|
<img src="/themes/static_new/images/wx.jpg" alt=""> |
||||
|
</div> |
||||
|
</li> |
||||
|
<li class="tps"> |
||||
|
<a href="javascript:;"> |
||||
|
<img src="/themes/static_new/images/qms41.png" alt=""> |
||||
|
</a> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
<script src="/themes/static_new/js/jquery-3.5.1.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/layui/layui.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/swiper.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/wow.min.js" type="text/javascript"></script> |
||||
|
<script src="/themes/static_new/js/script.js" type="text/javascript"></script> |
||||
|
|
||||
|
<script> |
||||
|
layui.use(['form', 'layer'], function () { |
||||
|
var form = layui.form; |
||||
|
form.on('submit(submitTo)', function (data) { |
||||
|
var index = layer.load(); |
||||
|
$.post('/default/advice-plan', data.field, function (result) { |
||||
|
layer.close(index); |
||||
|
//layer.msg(result.msg); |
||||
|
if (result.code == 200) { |
||||
|
$('.mumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
$('.mask').show(); |
||||
|
$('.qmmumk').show(); |
||||
|
} |
||||
|
}); |
||||
|
return false; |
||||
|
}); |
||||
|
$(".search_btn").on("click", function () { |
||||
|
if ($("#searchKeyword").val() == "") { |
||||
|
layer.msg("请输入搜索内容"); |
||||
|
return; |
||||
|
} |
||||
|
location.href = "/search-" + encodeURIComponent($("#searchKeyword").val()) + ".html"; |
||||
|
}); |
||||
|
$('.qmmumk .icon').click(function () { |
||||
|
$('.qmmumk').hide(); |
||||
|
$('.mask').hide(); |
||||
|
}) |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
<script type="text/javascript"> |
||||
|
$(function () { |
||||
|
$(".sub").on("click", function () { |
||||
|
if ($("#keyword").val() != "") { |
||||
|
location.href = "/search.html?keyword=" + $("#keyword").val(); |
||||
|
} |
||||
|
}); |
||||
|
}); |
||||
|
</script> |
||||
|
|
||||
|
</body> |
||||
|
|
||||
|
|
||||
|
</html> |
||||
@ -0,0 +1,97 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="UTF-8" /> |
||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" /> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/head" /} |
||||
|
<!-- 当前 --> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" /> |
||||
|
<link rel="stylesheet" href="__TMPL__/static/css/contact.css" /> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<!-- header start --> |
||||
|
{include file="common/header" /} |
||||
|
<!-- header end --> |
||||
|
<div class="bannerList"> |
||||
|
<div class="img"> |
||||
|
<img src="__TMPL__/static/images/zoujin/img-2.jpg" alt="" /> |
||||
|
</div> |
||||
|
<div class="w1280"> |
||||
|
<div class="bannerTitle">{$current_cate['title']}</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="crumb-head border"> |
||||
|
<ul class="w1280"> |
||||
|
<li><a href="">首页</a></li> |
||||
|
{hcTaglib:breadcrumb cid="$current_cate['id']" item="cate"} |
||||
|
<li>></li> |
||||
|
<li><a href="{$cate.url}">{$cate.title}</a></li> |
||||
|
{/hcTaglib:breadcrumb} |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="tousu-container w1280 breachBlock"> |
||||
|
{$hc_content['content']|raw} |
||||
|
</div> |
||||
|
<!-- footer start--> |
||||
|
{include file="common/footer" /} |
||||
|
<!-- footer end --> |
||||
|
<!-- 通用 --> |
||||
|
{include file="common/foot" /} |
||||
|
<!-- 当前 --> |
||||
|
<script src="__TMPL__/static/js/layui.js"></script> |
||||
|
<script> |
||||
|
// banner |
||||
|
var swiper = new Swiper('.indexBannerSwiper', { |
||||
|
pagination: { |
||||
|
el: '.indexBannerSwiper .swiper-pagination' |
||||
|
} |
||||
|
}) |
||||
|
// tab 切换 |
||||
|
$('.indexBlock2 .w1280 .right .top .tab a').click(function () { |
||||
|
$(this).addClass('on') |
||||
|
$('.indexBlock2 .w1280 .right .content .list') |
||||
|
.eq($(this).inde()) |
||||
|
.fadeIn() |
||||
|
}) |
||||
|
// 日历 |
||||
|
layui.use(function () { |
||||
|
var layer = layui.layer |
||||
|
var laydate = layui.laydate |
||||
|
laydate.render({ |
||||
|
elem: '#ID-laydate-static-1', |
||||
|
position: 'static', |
||||
|
mark: { |
||||
|
'2023-9-15': '' |
||||
|
} |
||||
|
}) |
||||
|
}) |
||||
|
// 服务hover |
||||
|
$('.indexBlock5 .w1280 .content .list').hover( |
||||
|
function () { |
||||
|
$(this).children('.posi').stop().fadeOut() |
||||
|
$(this).children('.posiOn').stop().fadeIn() |
||||
|
$(this).children('.posiOn').css('display', 'flex') |
||||
|
}, |
||||
|
function () { |
||||
|
$(this).children('.posi').stop().fadeIn() |
||||
|
$(this).children('.posiOn').stop().fadeOut() |
||||
|
} |
||||
|
) |
||||
|
// 走进东亚 视频 |
||||
|
$('.indexBlock6 .w1280 .right .player').click(function () { |
||||
|
$('.windowVideo').stop().fadeIn() |
||||
|
setTimeout(function () { |
||||
|
$('#indexBlock6video')[0].play() |
||||
|
}, 500) |
||||
|
}) |
||||
|
$('.windowVideo .content .close').click(function () { |
||||
|
$('.windowVideo').stop().fadeOut() |
||||
|
$('#indexBlock6video')[0].pause() |
||||
|
}) |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue