摘要:
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 阅读全文
摘要:
dateFormat_1:function(longTypeDate){ var datetimeType = ""; var date = new Date(); date.setTime(longTypeDate); datetimeType += date.getFullYear(); //年 阅读全文
摘要:
//时分秒换算 function date_format(micro_second) { // 总秒数 var second = Math.floor(micro_second / 1000); // 天数 var day = Math.floor(second / 3600 / 24); // 小 阅读全文