Why is this position not correct?

problem description

for example, when you click on the aiming point G, you want to bring a little animation effect to bring the G on the right back to the top, but the animation is there, and the position obtained is not accurate

.

clipboard.png

related codes

/ / Please paste the code text below (do not replace the code with pictures)

$(document) .on ("click",".letterList li",function () {

)
                var top= $($(this).children("a").attr("href")).offset().top - 53;
                 $(".cityList").animate({
                    scrollTop: top
                }, 500);
                console.log($($(this).children("a").attr("href")),$(this).children("a").attr("href"));
            });

Mar.28,2021


G id="letterG"
  a href="letterG"
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bb9c-2a800.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bb9c-2a800.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?