|
|
@@ -13,6 +13,11 @@
|
|
|
<link rel="stylesheet" href="{% static '/css/common.css' %}">
|
|
|
<link rel="stylesheet" href="{% static '/css/module.css' %}">
|
|
|
<link rel="stylesheet" href="{% static '/css/newsList.css' %}">
|
|
|
+ <style>
|
|
|
+ .layui-breadcrumb .curr cite{
|
|
|
+ color: #3ab851;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
@@ -34,10 +39,15 @@
|
|
|
<!-- 面包屑导航 -->
|
|
|
<div class="breadcrumb">
|
|
|
<span class="layui-breadcrumb">
|
|
|
- <a href="home">首页</a>
|
|
|
- <a>
|
|
|
+ <a href="newslist_view?page=1&type=5" class="curr">
|
|
|
<cite>新闻资讯</cite>
|
|
|
</a>
|
|
|
+ <a href="video_list?page=1">
|
|
|
+ <cite>视频资讯</cite>
|
|
|
+ </a>
|
|
|
+ <a href="equip_show_list?page=1">
|
|
|
+ <cite>产品展厅</cite>
|
|
|
+ </a>
|
|
|
</span>
|
|
|
<div class="searchDiv">
|
|
|
<input type="text" id="searchTitlt" value="{{con|default:''}}" placeholder="请输入标题" autocomplete="off" class="layui-input" >
|