会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
用户小唐
博客园
首页
新随笔
联系
订阅
管理
2020年8月29日
reset.css与border.css
摘要: 1.浏览器样式重置-reset.css @charset "utf-8"; html { background-color: #fff; color: #000; font-size: 12px } body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figu
阅读全文
posted @ 2020-08-29 18:12 用户小唐
阅读(181)
评论(0)
推荐(0)
2020年8月26日
时间戳转化为各种日期格式
摘要: function dateFomat(fmt, date) { //fmt:设置的时间格式,data:时间戳 let ret; const opt = { "Y+": date.getFullYear().toString(), //年 "m+": (date.getMonth() + 1).toS
阅读全文
posted @ 2020-08-26 10:22 用户小唐
阅读(277)
评论(0)
推荐(0)
移动端自适应代码
摘要: (function(doc, win) { var docEl = doc.documentElement, resizeEvt = "orientationchange" in window ? "orientationchange" : "resize", recalc = function()
阅读全文
posted @ 2020-08-26 10:17 用户小唐
阅读(260)
评论(0)
推荐(0)
公告