Line 191: | Line 191: | ||
} | } | ||
} | } | ||
+ | </script> | ||
+ | <script> | ||
+ | $('.up').click(function() { | ||
+ | $('html, body').stop().animate({ | ||
+ | scrollTop: '0' | ||
+ | }, 1000); | ||
+ | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
{{UESTC-China/footer}} | {{UESTC-China/footer}} |
Revision as of 03:56, 21 August 2019