<script>
   //滚动定位到product
        function scroll() {
            var scroll_offset = $("#product").offset();
            $("body,html").animate({
                scrollTop: scroll_offset.top
            }, 0);
        }

</script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-12-17
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案