Commit 20434f69 by doszhang

dos

parent 58e2669c
......@@ -65,7 +65,7 @@ $(document).ready(function () {
});
$('.logo-top').css('top',getTranslateDistance(30));
$('.logo-bottom').css('top',getTranslateDistance($('.wrap').height()) - 50);
$('.logo-bottom').css('top',parseInt(getTranslateDistance($('.wrap').height())) - 50 + 'px');
});
......
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