Commit dd961558 by doszhang

dos

parent b10eb055
......@@ -102,7 +102,7 @@ $(document).ready(function () {
$('.btn-back').css('top', 'auto').css('bottom', getTranslateDistance(20));
let trans = parseFloat(getTranslateDistance());
let transRem = trans / fontSize;
$('.rule-block').css('height', (61.9 * fontSize) - (parseFloat(getTranslateDistance(30)) + (4.5 * fontSize)) + 'px');
$('.rule-block').css('height', (61.9 * fontSize) - (parseFloat(getTranslateDistance()) * 2) - (parseFloat(getTranslateDistance(30)) + (4.5 * fontSize)) + 'px');
//显示答题页面
$('.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