Commit e9434610 by doszhang

dos

parent 967f54f5
...@@ -78,6 +78,7 @@ $(document).ready(function () { ...@@ -78,6 +78,7 @@ $(document).ready(function () {
window.scroll(0,0);//失焦后强制让页面归位 window.scroll(0,0);//失焦后强制让页面归位
}); });
$('.logo').css('top',getTranslateDistance(15)); $('.logo').css('top',getTranslateDistance(15));
$('.music').css('top',getTranslateDistance(35));
initLeaves('leafContainer'); initLeaves('leafContainer');
$('.music').click(function(){ $('.music').click(function(){
...@@ -94,7 +95,7 @@ $(document).ready(function () { ...@@ -94,7 +95,7 @@ $(document).ready(function () {
$('.music.stop').show(); $('.music.stop').show();
} }
}); });
//显示活动规则 //显示活动规则
$('.btn-rule').on('click', showRule); $('.btn-rule').on('click', showRule);
//隐藏活动规则 //隐藏活动规则
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment