Commit 36ddbb65 by doszhang

dos

parent c95f1fc0
......@@ -373,8 +373,8 @@ function getTranslateDistance(cardinal = 0, abs = false) {
function init() {
inited = true;
$('.logo').css({
top: 'auto',
bottom: getTranslateDistance(20) + 'px'
top: 'inherit',
bottom: getTranslateDistance(20)
})
$('.page6').append('<div class="leaves leaves-1"></div><div class="leaves leaves-2"></div><div class="leaves leaves-3"></div>');
$('.page1').show();
......
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