摘要: <!DOCTYPE HTML><html> <head> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no,uc-fitscreen=yes" ch 阅读全文
posted @ 2019-07-02 15:16 皓ma 阅读(767) 评论(0) 推荐(0) 编辑
摘要: v-bind:class="index== num? activeClass : ''"index是循环数组的索引,num是点击获取的索引。 阅读全文
posted @ 2019-07-02 15:10 皓ma 阅读(2680) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(308) 评论(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 阅读(3595) 评论(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 阅读(13610) 评论(0) 推荐(0) 编辑