摘要:
body { font-size: 62.5% } .con { width: 100%; max-width: 75rem; box-sizing: border-box; margin: 0 auto; background: #fff; } .header img { width: 0.9re 阅读全文
posted @ 2019-07-02 15:07
皓ma
阅读(332)
评论(0)
推荐(0)
摘要:
dateFormat_1:function(longTypeDate){ var datetimeType = ""; var date = new Date(); date.setTime(longTypeDate); datetimeType += date.getFullYear(); //年 阅读全文
posted @ 2019-07-02 15:02
皓ma
阅读(3637)
评论(0)
推荐(0)
摘要:
//时分秒换算 function date_format(micro_second) { // 总秒数 var second = Math.floor(micro_second / 1000); // 天数 var day = Math.floor(second / 3600 / 24); // 小 阅读全文
posted @ 2019-07-02 14:54
皓ma
阅读(13698)
评论(0)
推荐(0)

浙公网安备 33010602011771号