Commit 3b58706f by doszhang

dos

parent 3e2cd6f1
......@@ -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) - getTranslateDistance(80) - (3.95 * fontsize) + 'rem');
$('.rule-block').css('height', (61.9 * fontSize) - getTranslateDistance(80) - (3.95 * fontSize) + 'rem');
//显示答题页面
$('.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