Commit 1fc6bd08 by doszhang

dos

parent a523e0ea
...@@ -203,7 +203,7 @@ function initPage() { ...@@ -203,7 +203,7 @@ function initPage() {
let displacement = parseInt(getTranslateDistance()); let displacement = parseInt(getTranslateDistance());
if (displacement > 0) { if (displacement > 0) {
let height = 61.9 + ((displacement + 10) / fontSize); let height = 61.9 + ((displacement + 10) / fontSize);
$('.wrap-inner,.page,.bg,.poster-bg').css('height', height + 'rem'); $('.wrap-inner,.page,.bg,.poster-bg,.home-build').css('height', height + 'rem');
} }
} }
......
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