最新子比点击复制提取码功能【推荐资源站使用】很多网站发布的不能用,本站亲测ping10天前更新关注私信11280 对于许多资源站而言,分享资源都会使用提取码,为方便用户省时省力,建议添加本功能【代码不美,但能实现功能,有问题回复反馈】 效果图 实现代码 CSS部分: /* *作者:xtuku *请本CSS代码放置子比主题设置->全局&功能->自定义CSS样式中即可 */ .but-download .badg { position: relative; cursor:pointer; } .but-download .badg::after { position: absolute; content: " "; width: 0; height: 0; top: -11px; left: 50%; transform: translateX(-50%); border-top: 10px solid rgb(236, 235, 235); border-left: 5px solid transparent; border-right: 5px solid transparent; transition: .3s; opacity: 0; } .but-download .badg::before { content: attr(data-before); position: absolute; width: 100px; height: 31px; top: -40px; left: 50%; transform: translateX(-50%); font-size: 14px; line-height: 31px; border-radius: 4px; color: #6c6a6a; background-color: rgb(236, 235, 235); text-align: center; transition: .3s; display:none; } .but-download .badg:hover::after, .but-download .badg:hover::before { display:block; } JS部分: /* *作者:知新网 *知新网:www.vqxel.com *请本JavaScript代码放置子比主题设置->全局&功能->自定义javascript代码中即可 */ if(document.querySelectorAll(".but-download .badg")!=undefined){ const reg = /[a-zA-z0-9]/ig; const copy1 = document.querySelectorAll(".but-download .badg"); for (let i = 0; i < copy1.length; i++) { copy1[i].index = i; copy1[i].setAttribute("data-before", "点击复制"); copy1[i].addEventListener("click", copyOperation); copy1[i].addEventListener("mouseout", copyOk); } function copyOperation() { var oInput = document.createElement("input"); let text = this.innerText; text = text.match(reg).join(""); oInput.value = text; document.body.appendChild(oInput); oInput.select(); document.execCommand("Copy"); oInput.className = "oInput"; oInput.style.display = "none"; this.setAttribute("data-before", "已复制"); } function copyOk() { setTimeout(() => { this.setAttribute("data-before", "点击复制"); }, 300) } } 温馨提示:本文最后更新于2025-03-03 01:01:26,某些文章具有时效性,若有错误或已失效,请私信客服或联系知新社长。 © 版权声明文章版权归作者所有,未经允许请勿转载。 一月 11 知岛上的今时往日 2024:01月12日,星期五,每天60秒读懂全世界! (0)2024:16套 2024龙年PS海报设计素材 (0)2024:300+质量不错的精选卡通少女风PC字体 带预览图 (0) THE END子比主题网站/配置/代码# 复制# 提取码功能 喜欢就支持一下吧点赞0赞赏 分享QQ空间微博QQ好友海报分享复制链接收藏3