From 3ed76188633cea60b19eac5d184fb7d92a3def58 Mon Sep 17 00:00:00 2001 From: Lee-1203 <342694918@qq.com> Date: Mon, 14 Feb 2022 14:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=8D=E9=A6=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 88 ++++++++++++++++++++++++++++++++++++++---------- js/javascript.js | 4 +++ 2 files changed, 75 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index f5478a0..72064c1 100644 --- a/index.html +++ b/index.html @@ -185,23 +185,77 @@
-
- -
-
-
2022年春节送温暖慰问活动暨安全环保督察工作
-

蜀道新制式轨道集团党委副书记、副董事长张瑞英党委委员副董事长李洲等一行赴都金公司开展活动暨安全生产及...

- 2022.01.20 -
-
-
-
diff --git a/js/javascript.js b/js/javascript.js index dc63ef0..ab29fbd 100644 --- a/js/javascript.js +++ b/js/javascript.js @@ -42,6 +42,10 @@ jQuery(function($){ $(".index-news-list>li").hover(function() { $(".index-news-list>li").eq($(this).index()).addClass("index-news-first").siblings().removeClass('index-news-first'); }); + $(".index-news-list-02>li").eq(0).addClass("index-news-first"); + $(".index-news-list-02>li").hover(function() { + $(".index-news-list-02>li").eq($(this).index()).addClass("index-news-first").siblings().removeClass('index-news-first'); + }); // 首页主营业务切换 $(".index-business-item>li").eq(0).addClass("active");