diff --git a/about.html b/about.html
index a7a093f..65620bd 100644
--- a/about.html
+++ b/about.html
@@ -332,6 +332,11 @@
diff --git a/js/javascript.js b/js/javascript.js
index 34ebd7a..e93fb0a 100644
--- a/js/javascript.js
+++ b/js/javascript.js
@@ -152,27 +152,27 @@ jQuery(function($){
// 走进蜀能锚点
if(screen.width <= 980){
$('.abstract-btn').click(function(){
- $('html,body').animate({scrollTop:$('.abstract-bg').offset().top - 128}, 600);
+ $('html,body').animate({scrollTop:$('.abstract-bg').offset().top - 128}, 300);
$('.pull-item>li').removeClass("cur");
$(this).addClass("cur");
});
$('.speech-btn').click(function(){
- $('html,body').animate({scrollTop:$('.speech-bg').offset().top - 128}, 600);
+ $('html,body').animate({scrollTop:$('.speech-bg').offset().top - 128}, 300);
$('.pull-item>li').removeClass("cur");
$(this).addClass("cur");
});
$('.team-btn').click(function(){
- $('html,body').animate({scrollTop:$('.team-bg').offset().top - 128}, 600);
+ $('html,body').animate({scrollTop:$('.team-bg').offset().top - 128}, 300);
$('.pull-item>li').removeClass("cur");
$(this).addClass("cur");
});
$('.organization-btn').click(function(){
- $('html,body').animate({scrollTop:$('.organization-bg').offset().top - 128}, 600);
+ $('html,body').animate({scrollTop:$('.organization-bg').offset().top - 128}, 300);
$('.pull-item>li').removeClass("cur");
$(this).addClass("cur");
});
$('.memorabilia-btn').click(function(){
- $('html,body').animate({scrollTop:$('.memorabilia-bg').offset().top - 128}, 600);
+ $('html,body').animate({scrollTop:$('.memorabilia-bg').offset().top - 128}, 300);
$('.pull-item>li').removeClass("cur");
$(this).addClass("cur");
});