随笔 - 50  文章 - 0  评论 - 1  阅读 - 86920
11 2020 档案
javascript一行代码实现锚点功能
摘要:<template> <div style="height: 100%;"> <div @click="goView('i3')">gogogogogogo</div> <div id="i1" style="height: 100%;">1</div> <div id="i2" style="he 阅读全文
posted @ 2020-11-23 16:14 写最骚的代码 阅读(229) 评论(0) 推荐(0) 编辑
个人收藏常用JS方法
摘要:/** *格式化时间 *yyyy-MM-dd hh:mm:ss */ export function formatDate(time, fmt) { if (time undefined || "") { return; } // 兼容ios if ((time + "").indexOf("-") 阅读全文
posted @ 2020-11-10 16:49 写最骚的代码 阅读(171) 评论(0) 推荐(0) 编辑
css实现梯形tab切换
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> 阅读全文
posted @ 2020-11-10 11:33 写最骚的代码 阅读(1297) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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