Commit 81f5e0f5 by doszhang

dos

parent bb028f66
...@@ -92,7 +92,7 @@ $(document).ready(function () { ...@@ -92,7 +92,7 @@ $(document).ready(function () {
window.scroll(0, 0); //失焦后强制让页面归位 window.scroll(0, 0); //失焦后强制让页面归位
}); });
$('.index-block').css('top', getTranslateDistance(20)); $('.index-block').css('top', getTranslateDistance(20));
$('.question-block').css('top', getTranslateDistance(30)); $('.question-block').css('top', getTranslateDistance(10));
//显示答题页面 //显示答题页面
$('.home-page .btn-next').on('click', showQuestion); $('.home-page .btn-next').on('click', showQuestion);
//答案选中 //答案选中
......
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