The scroll bar chants, an element slides to the top

<style>
    html {
        /*Hide scrollbars, when IE overflows, you can still scroll*/
        -ms-overflow-style:none;
        /*Hide scrollbars under Firefox*/
        overflow:-moz-scrollbars-none;
    }
    / *Hide scrollbar under Chrome, overflow can scroll transparently*/
    html::-webkit-scrollbar{width:0px}

</style>


document.getElementById('zhl_scroll').scrollTop =0

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325722343&siteId=291194637