2023年3月23日

随机颜色

摘要: `#${Math.floor(Math.random() * 0xffffff) .toString(16)}` 阅读全文

posted @ 2023-03-23 09:46 liuhao1992 阅读(35) 评论(0) 推荐(0)

dom节点平滑滚动到可视区域,顶部,底部

摘要: function scrollTo(element) { // element.scrollIntoView({ behavior: "smooth", block: "start" }) // 顶部 // element.scrollIntoView({ behavior: "smooth", b 阅读全文

posted @ 2023-03-23 09:26 liuhao1992 阅读(212) 评论(0) 推荐(0)

系统主题

摘要: js: document.body.style.setProperty('--themeColor', themeForm.themeColor) css :把主要的样式与--themeColor关联起来 color: 'var(--themeColor)', 阅读全文

posted @ 2023-03-23 09:18 liuhao1992 阅读(46) 评论(0) 推荐(0)

导航