From 154e467e01426cc93bf8b88d46c2e4c2bd9e62a5 Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Thu, 29 Dec 2022 09:04:17 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E7=89=A9=E5=8C=BB=E8=8D=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
js/index.js | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index d775fda..6349594 100644
--- a/index.html
+++ b/index.html
@@ -246,7 +246,7 @@
diff --git a/js/index.js b/js/index.js
index 9c694fc..025e717 100644
--- a/js/index.js
+++ b/js/index.js
@@ -115,13 +115,13 @@ $(function(){
$('.second3Title>.textsecond3').html('重点关注计算机与智能消费设备制造、信息通信、新型显示、集成电路、电子元器件与专用材料产业、人工智能等领域').animate({'opacity': 1}, 500);
})
}
- if($(this).children()[1].innerText=='医药生物'){
+ if($(this).children()[1].innerText=='生物医药'){
$('.section3').addClass('yiyaoshengwu').removeClass('xianjincailiao zhuangbeizhizao dianxixinxi');
$('.second3Title>.title').animate({'opacity': 0}, 400, function(){
- $('.second3Title>.title').html('医药生物').animate({'opacity': 1}, 500);
+ $('.second3Title>.title').html('生物医药').animate({'opacity': 1}, 500);
})
$('.second3Title>p').animate({'opacity': 0}, 400, function(){
- $('.second3Title>p').html('PHARMACEUTICAL
BIOLOGY').animate({'opacity': 1}, 500);
+ $('.second3Title>p').html('BIOMEDICINE').animate({'opacity': 1}, 500);
})
$('.second3Title>.textsecond3').animate({'opacity': 0}, 400, function(){
$('.second3Title>.textsecond3').html('重点关注创新医药、高端医疗器械、CXO(合同研发生产组织)、BT(生物技术)+IT(信息技术)融合、产业链配套、商贸供应链、医疗健康服务等领域').animate({'opacity': 1}, 500);