09 2022 档案

摘要:1、空心文字实现思路 思路:融合背景+文字阴影 <style> body { background: #000;text-align: center;} h1 {font-size: 90px;color: #000; text-shadow: 1px 0 #fff, 1px 1px #fff, 1 阅读全文
posted @ 2022-09-14 14:35 张小中 阅读(14) 评论(0) 推荐(0) 编辑
摘要:directives: { preventReClick: { inserted(el, binding) { el.addEventListener('click', () => { if (!el.disabled) { el.disabled = true setTimeout(() => { 阅读全文
posted @ 2022-09-01 16:20 张小中 阅读(21) 评论(0) 推荐(0) 编辑
摘要:// 区分ie浏览器和chrome浏览器实现修改文件名 function downloadFile(url, fileName, encode, suffix, noHomologous) { let urlPathload = url if (encode) { const tmpFileName 阅读全文
posted @ 2022-09-01 10:26 张小中 阅读(31) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示