美文网首页
记录如何点击某个模块,定位到模块的位置

记录如何点击某个模块,定位到模块的位置

作者: 小白白呐 | 来源:发表于2025-07-15 15:48 被阅读0次

const moduleMap = {

    问题理解: '.question-understanding-module',

    知识挖掘: '.TopStyle',

    知识关联: '.BottomStyle',

    混合检索: '.hybrid-search-style',

    知识溯源: '.rightStyle',

    联网搜索: '.external-data-style'

  };

这个里边的class是每个模块div的class(图一)

图一

红框内的是重要部分,还加了一个抖动效果,就是css写的动画(图三)

动画效果

图三

相关文章

网友评论

      本文标题:记录如何点击某个模块,定位到模块的位置

      本文链接:https://www.haomeiwen.com/subject/oitjnjtx.html