Browse Source

外网首页新闻

yf_zd 5 năm trước cách đây
mục cha
commit
5ee0db4289

+ 12 - 2
templates/outerNet/exhibitionList.html

@@ -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/exhibitionList.css' %}">
+    <style>
+        .layui-breadcrumb .curr cite{
+            color: #3ab851;
+        }
+    </style>
 </head>
 
 <body>
@@ -34,8 +39,13 @@
                 <!-- 面包屑导航 -->
                 <div class="breadcrumb">
                     <span class="layui-breadcrumb">
-                        <a href="home">首页</a>
-                        <a>
+                        <a href="newslist_view?page=1&type=5">
+                            <cite>新闻资讯</cite>
+                        </a>
+                        <a href="video_list?page=1">
+                            <cite>视频资讯</cite>
+                        </a>
+                        <a href="equip_show_list?page=1" class="curr">
                             <cite>产品展厅</cite>
                         </a>
                     </span>

+ 1 - 1
templates/outerNet/index2.html

@@ -245,7 +245,7 @@
                     <div class="news">
                         <div class="newsTitle">
                             <span>焦点新闻</span>
-                            <a href="newslist_view?page=1&type=''" target="_blank" class="more">更多</a>
+                            <a href="newslist_view?page=1&type=5" target="_blank" class="more">更多</a>
                         </div>
                         <div class="newsContent">
                             <ul class="news-txt-list">

+ 12 - 2
templates/outerNet/newsList.html

@@ -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" >

+ 12 - 2
templates/outerNet/videoList.html

@@ -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/videoList.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">
+                            <cite>新闻资讯</cite>
+                        </a>
+                        <a href="video_list?page=1" class="curr">
                             <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">