为页内链接添加滚动动画

使用了CSS3的一个属性

html {
    scroll-behavior: smooth;
}

同时适配了标题元素的scroll-margin-top属性 …