05 2020 档案

摘要:var num = 1 $("body").on("touchmove",function(e){ // e.preventDefault(); // 一根 手指 执行 目标元素移动 操作 // console.log(e) if (e.originalEvent.touches.length == 阅读全文
posted @ 2020-05-26 14:59 蒲涛- 阅读(4611) 评论(0) 推荐(1)
摘要:用法举例: body{ --themeColor:#000; } 使用: .main{ color: var(--themeColor); } 要修改主题色的话: document.body.style.setProperty('--themeColor', '#ff0000'); 阅读全文
posted @ 2020-05-06 14:36 蒲涛- 阅读(901) 评论(0) 推荐(0)