长城期货
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

75 lines
2.1 KiB

<!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/xiqian.css" />
</head>
<body>
<!-- header start -->
{include file="common/header" /}
<!-- header end -->
<div class="bannerList">
<div class="img">
<img src="__TMPL__/static/images/searchBanner.jpg" alt="" />
</div>
<div class="w1280">
<div class="bannerTitle">搜索结果页</div>
</div>
</div>
<div class="crumb-head">
<ul class="w1280">
<li><a href="/">首页</a></li>
<li>></li>
<li><a href="javascript:void(0);">搜索结果页</a></li>
</ul>
</div>
<div class="education-list">
<div class="w1280">
{volist name="list" id="vo"}
<div class="education-box">
<div class="text">
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}" class="title">{$vo.title}</a>
<div class="time">{$vo.publish_time|date='Y.m.d'}</div>
</div>
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}" class="more"></a>
</div>
{/volist}
</div>
{$list_page|raw}
</div>
<!-- footer start-->
{include file="common/footer" /}
<!-- footer end -->
<!-- 通用 -->
{include file="common/foot" /}
<!-- 当前 -->
<script src="__TMPL__/static/js/layui.js"></script>
<script>
const navSwiper = new Swiper('.tabs-head .swiper', {
slidesPerView: 'auto',
spaceBetween: 20,
freeMode: true
})
const nav2Swiper = new Swiper('.education-head.swiper', {
slidesPerView: 'auto',
freeMode: true,
spaceBetween: 20
})
if (!isMobile) {
navSwiper.destroy(false, true)
nav2Swiper.destroy(false, true)
}
</script>
</body>
</html>