温馨提示: 微信搜索公众号【开云手机在线登陆成为意甲联赛全球官方合作伙伴】,关注后在对话框回复【办事】可获呼和浩特便民办事指南服务/官方平台入口,落户/居住/补贴/证件/社保/公积金/生活服务等服务信息。 继续了解
公开信息按发布时间滚动。 对照阅读阅读「开云手机在线登陆成为意甲联赛全球官方合作伙伴」后,可回到列表或查看相邻条目。
建议先扫读标题与摘要,再进入全文。同栏目条目通常按时间倒序排列。
继续浏览时优先选择同栏目或相近主题,避免被站外镜像带偏。
' // } // } // } // $('.content-artical-wrap').append(str); // } // // 监听滚动 调取下拉数据 // $(window).scroll(debounce(function() { // if ($(window).scrollTop() + $(window).height() >= $(document).height() - 100) { // // 到达底部,触发加载更多内容的事件 // if($('.content-select.active').html().trim() != '推荐')return // if(loading)return // if(nowDay>29)return // if(!$('.content-select').eq(0).hasClass('active')){ // return // } // loading = true // $('.loading').show() // data1 = getFormattedDate(++nowDay) // data2 = getFormattedDate(++nowDay) // $.ajax({ // url: '/index.php?view=1&start_date='+data2+'&end_date='+data1, // type: 'get', // success: function(data) { // addData(JSON.parse(data)); // }, // complete: function () { // $('.loading').hide() // loading = false // } // }); // } // }, 100)); // 防抖延迟设置为200毫秒 // tab切换 $('.content-select').click(function(){ let index = $(this).index() if(!$(this).hasClass('active')){ $('.content-select').removeClass('active') $('.content-select').eq(index).addClass('active') // 移动到中间 var targetPosition = $(this).position().left; var containerWidth = $(".content-select-wrap").width(); let moveWidth = 0 $('.content-select').each((i,item)=>{ console.log(index,i); if(i<=index){ moveWidth+=$(this).width() moveWidth+=25 } }) moveWidth-=25 moveWidth = moveWidth - $(this).width() / 2 - 350/2 if(moveWidth<0){ moveWidth = 0 } // 移动到中间 // 滚动 .content-select-wrap 容器到目标位置 $(".content-select-wrap").animate({ scrollLeft: moveWidth }, 500); // 500ms平滑滚动 if(index==0){ $('.content-artical-wrap').show() $('.other-artical-wrap').hide() }else{ $('.content-artical-wrap').hide() $('.other-artical-wrap').hide() $('.other-artical-wrap').eq(index-1).show() } } }) // window.onload = function() { // window.scrollBy({ // top: 1, // behavior: 'smooth' // }); // };