摘要: let now = new Date().getTime() + 4*60*60*1000; let d_date =new Date(e.year,e.month-1,e.day,e.hour,e.minute,0).getTime(); let nowlat= new Date().getTim 阅读全文
posted @ 2020-05-20 11:55 2人4人 阅读(192) 评论(0) 推荐(0) 编辑
摘要: .content-item-two{ border-top: 1px solid #EFEFEF; margin-top: 30rpx; display: flex; flex-flow: row wrap; justify-content: flex-start; padding: 0rpx 38 阅读全文
posted @ 2020-05-18 16:24 2人4人 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-18 14:11 2人4人 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/q/1010000019114520/a-1020000019114896 阅读全文
posted @ 2019-11-14 11:23 2人4人 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-10-30 14:07 2人4人 阅读(220) 评论(0) 推荐(0) 编辑
摘要: $(function(){ var hoverTimer, outTimer; $(".nav li").hover(function () { var _this = $(this); clearTimeout(outTimer); hoverTimer = window.setTimeout(function () { _this.find('a').addClass("active"); _ 阅读全文
posted @ 2019-09-29 09:00 2人4人 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 方法二 阅读全文
posted @ 2019-07-20 17:03 2人4人 阅读(832) 评论(0) 推荐(0) 编辑
摘要: function isIos() {//判断是IOS还是Android var userAgent = navigator.userAgent; var isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Adr') > -1; //android终端 var i... 阅读全文
posted @ 2019-07-15 11:34 2人4人 阅读(292) 评论(0) 推荐(0) 编辑
摘要: sessionStorage.setItem("datalist", obj) $(function () { var str = window.location.href; str = str.substring(str.lastIn... 阅读全文
posted @ 2019-07-11 13:51 2人4人 阅读(428) 评论(0) 推荐(0) 编辑
摘要: $(".yan").click(function(){ console.log($(this).parent().parent().siblings().children("input").attr("type")) if ($(this).parent().parent().siblings().children("input").attr("type") =... 阅读全文
posted @ 2019-07-11 09:06 2人4人 阅读(246) 评论(0) 推荐(0) 编辑