This commit is contained in:
hehihoho3@gmail.com 2025-06-12 14:55:40 +09:00
commit 44de39c92c

View File

@ -1452,7 +1452,7 @@ function sendPhoneFixed() {
}); });
} else if (t > ofsT) { } else if (t > ofsT) {
$('.send_top .send_right .phone').css({ $('.send_top .send_right .phone').css({
'top': h - pH + 100, 'top': h - pH + 30,
'transition': 'all 0.2s' 'transition': 'all 0.2s'
}); });
} else if (t <= ofsT) { } else if (t <= ofsT) {