考研刷题库app下载 考研刷题库 for android v1.0.4 安卓手机版 下...(考研刷题库app下载)

 2023-08-01 16:44:40  考研全封闭式培训机构    14
[摘要]

var tougao="82"; $('#soft-intro').find('img').each(function(){ var img = this; if (img.width >= 800 && !$(this).hasclass("nohref")){ img.style.width = &q...




var tougao="82";





$('#soft-intro').find('img').each(function(){
var img = this;
if (img.width >= 800 && !$(this).hasclass("nohref")){
img.style.width = "800px";
img.style.height = "auto";
}
});

(function(){
var bp = document.createelement('script');
var curprotocol = window.location.protocol.split(':')[0];
if (curprotocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getelementsbytagname("script")[0];
s.parentnode.insertbefore(bp, s);
})();
(function(){
var src = (document.location.protocol == "http:") ? "http://js.passport.qihucdn.com/11.0.1.js?d182b3f28525f2db83acfaaf6e696dba":"https://jspassport.ssl.qhimg.com/11.0.1.js?d182b3f28525f2db83acfaaf6e696dba";
document.write('<\/script>');
})();



//左面导航
window.onload=function(){
var downul = document.getelementbyid("xd_downbtn");
var odiv = document.getelementbyid("xiding"), h = 0,y = downul
while (y) {h += y.offsettop; y = y.offsetparent;}
document.onscroll = function () { var st = document.body.scrolltop || document.documentelement.scrolltop; odiv.setattribute("data-fixed",st > h?"navfixed":"");
var so = document.body.scrolltop || document.documentelement.scrolltop; downul.setattribute("data-fixed",so > h?"btnfixed":"")}}
//定位
$("#xiding li").click(function () {
$(this).siblings().removeclass("cur");
$(this).addclass("cur");
var xzid=$(this).attr('data');
if(xzid=='con_tab'){
$('html,body').animate({scrolltop :0}, 200);
}else
{$('html,body').animate({scrolltop : $('#'+xzid).offset().top}, 200);
}});

//左面导航结束

// 软件概况页-二维码动画
function scaning($target){$target.css({top: 0}).animate({top: 115}, 2500, function(){scaning($target);});}

//下载地址弹出层
function opendown(){var t=($(window).height()-$("#upaddl").outerheight(!0))/2;var downlist=$(".addlist").html();$("#upaddl").css("top",t),$("#downup").click(function(){$("#upaddl,#addbalck").fadein(500);$("#downlist").html(downlist);}),$("#closeup,#addbalck").click(function(){$("#upaddl,#addbalck").fadeout(500)}),$("#addbalck").css("opacity","0.3")}

$(function(){
// 软件概况页-右侧列表概况
$('.zx_list').each(function(ind, ele) {
$(this).find('ul li:first').addclass('hover');
$(this).find('ul li').hover(function() {
$(ele).find('ul li').removeclass('hover');
$(this).addclass('hover');}); });
// 软件概况页-二维码动画
$('#showl2code').each(function(){var $line = $(this).find('.scan_line');$line.length && scaning($line);})
// 软件概况页-二维码点击
opendown();
})

//焦点图
if ($("#snapshotwrap").length>0){
(function (c) { var d = (navigator.useragent.tolowercase().match(/.+(?:ie)[\/: ]([\d.]+)/) || [0, "0"])[1]; var a = (d == "7.0" || d == "6.0") ? false : true; var b = function (f, e) { this.parent = c("#" + f); this.body = c("body"); if (this.parent.length <= 0) { return false } this.options = c.extend({}, b.options, e); this.reset(); var g = this; c(window).resize(function () { g.reset() }) }; b.prototype = { reset: function (e) { if (typeof (e) == "object") { c.extend(this.options, e) } this.total = this.parent.find("img").length; this.pagenow = this.options.initpage; this.preleft = 0; this.nextleft = this.options.width - this.options.imgp- 120; this.prenleft = -this.options.imgp; this.nextnleft = this.options.width; this.pagenowleft = (this.options.width - this.options.imgwidth) / 3; this.drawcontent() }, drawcontent: function () { this.parent.css({ height: this.options.imgheight + "px" }); this.parent.find(".snapshotcont").css({ height: this.options.imgheight + "px" }); this.parent.find(".snopshot").css({ width: "0px", opacity: 0, left: this.options.width / 2 + "px", zindex: 0, margintop: "135px" }); this.parent.find(".snopshot:nth-child(" + this.pagenow + ")").css({ width: this.options.imgwidth + "px", height: this.options.imgheight + "px", opacity: 1, left: this.pagenowleft + "px", zindex: 3, margintop: 0 }); var f = this.pagenow > 1 ? this.pagenow - 1 : this.total; var e = this.pagenow == this.total ? 1 : this.pagenow + 1; this.parent.find(".snopshot:nth-child(" + f + ")").css({ opacity: 1, left: this.preleft + "px", width: this.options.imgp + "px", zindex: 0, margintop: this.options.imgheight / 12 + "px" }); this.parent.find(".snopshot:nth-child(" + e + ")").css({ opacity: 1, left: this.nextleft + "px", width: this.options.imgp + "px", zindex: 0, margintop: this.options.imgheight / 12 + "px" }); this.bind() }, bind: function () { this.leftnav = this.parent.find("#shotprev"); this.rightnav = this.parent.find("#shotnext"); var e = this; e.leftnav.click(function () { e.turn("right") }); e.rightnav.click(function () { e.turn("left") }) }, start: function () { var e = this; if (e.timerid) { e.stop() } e.timerid = setinterval(function () { e.turn(e.options.direct) }, e.options.delay) }, stop: function () { clearinterval(this.timerid) }, turn: function (e) { var g = this; if (e == "right") { var f = g.pagenow - 1; if (f <= 0) { f = g.total } } else { var f = g.pagenow + 1; if (f > g.total) { f = 1 } } g.turnpage(f, e) }, turnpage: function (f, e) { var h = this; if (h.locked) { return false } h.locked = true; if (h.pagenow == f) { return false } var g = function (m, j, k) { var o = m > 1 ? m - 1 : h.total; var l = m == h.total ? 1 : m + 1; var i = o - 1 >= 1 ? o - 1 : h.total; var n = l + 1 > h.total ? 1 : l + 1; if (j == "left") { h.parent.find(".snopshot:nth-child(" + h.pagenow + ")").css({ zindex: 0 }); h.parent.find(".snopshot:nth-child(" + o + ")").css({ zindex: 2 }); if (a) { h.parent.find(".snopshot:nth-child(" + o + ")").find(".elementoverlay").css({ opacity: 0.4 }) } h.parent.find(".snopshot:nth-child(" + o + ")").animate({ opacity: 1, left: h.preleft + "px", width: h.options.imgp + "px", height: h.options.imgheight / 1.2 + "px", zindex: 2, margintop: h.options.imgheight / 12 + "px" }, k); h.parent.find(".snopshot:nth-child(" + m + ")").css({ zindex: 3 }); if (a) { h.parent.find(".snopshot:nth-child(" + m + ")").find(".elementoverlay").css({ opacity: 0 }) } h.parent.find(".snopshot:nth-child(" + m + ")").animate({ width: h.options.

imgwidth + "px", height: h.options.imgheight + "px", opacity: 1, left: h.pagenowleft + "px", zindex: 3, margintop: 0 }, k); h.parent.find(".snopshot:nth-child(" + l + ")").css({ opacity: 0, left: h.nextnleft + "px", height: "100px", width: h.options.imgp + "px", zindex: 2, margintop: "85px" }); if (a) { h.parent.find(".snopshot:nth-child(" + l + ")").find(".elementoverlay").css({ opacity: 0.4 }) } h.parent.find(".snopshot:nth-child(" + l + ")").animate({ opacity: 1, left: h.nextleft + "px", width: h.options.imgp + "px", height: h.options.imgheight / 1.2 + "px", zindex: 2, margintop: h.options.imgheight / 12 + "px" }, k, "", function () { if (h.total === 3) { h.locked = false } }); if (h.total != 3) { h.parent.find(".snopshot:nth-child(" + i + ")").css({ zindex: 0 }); if (a) { h.parent.find(".snopshot:nth-child(" + i + ")").find(".elementoverlay").css({ opacity: 0.4 }) } h.parent.find(".snopshot:nth-child(" + i + ")").animate({ width: h.options.imgp + "px", opacity: 0, left: h.prenleft + "px", zindex: 0, margintop: "85px" }, k, "", function () { h.locked = false }) } } else { h.parent.find(".snopshot:nth-child(" + h.pagenow + ")").css({ zindex: 0 }); h.parent.find(".snopshot:nth-child(" + l + ")").css({ zindex: 2 }); if (a) { h.parent.find(".snopshot:nth-child(" + l + ")").find(".elementoverlay").css({ opacity: 0.4 }) } h.parent.find(".snopshot:nth-child(" + l + ")").animate({ opacity: 1, left: h.nextleft + "px", width: h.options.imgp + "px", height: h.options.imgheight / 1.2 + "px", zindex: 2, margintop: h.options.imgheight / 12 + "px" }, k); h.parent.find(".snopshot:nth-child(" + m + ")").css({ zindex: 3 }); if (a) { h.parent.find(".snopshot:nth-child(" + m + ")").find(".elementoverlay").css({ opacity: 0 }) } h.parent.find(".snopshot:nth-child(" + m + ")").animate({ width: h.options.imgwidth + "px", height: h.options.imgheight + "px", opacity: 1, left: h.pagenowleft + "px", zindex: 3, margintop: 0 }, k); h.parent.find(".snopshot:nth-child(" + o + ")").css({ opacity: 0, left: h.prenleft + "px", height: "100px", width: h.options.imgp + "px", zindex: 2, margintop: "85px" }); if (a) { h.parent.find(".snopshot:nth-child(" + o + ")").find(".elementoverlay").css({ opacity: 0.4 }) } h.parent.find(".snopshot:nth-child(" + o + ")").animate({ opacity: 1, left: h.preleft + "px", width: h.options.imgp + "px", height: h.options.imgheight / 1.2 + "px", zindex: 2, margintop: h.options.imgheight / 12 + "px" }, k, "", function () { if (h.total === 3) { h.locked = false } }); if (h.total != 3) { h.parent.find(".snopshot:nth-child(" + n + ")").css({ zindex: 0 }); if (a) { h.parent.find(".snopshot:nth-child(" + n + ")").find(".elementoverlay").css({ opacity: 0.4 }) } h.parent.find(".snopshot:nth-child(" + n + ")").animate({ width: h.options.imgp + "px", opacity: 0, left: h.nextnleft + "px", zindex: 0, margintop: "85px" }, k, "", function () { h.locked = false }) } } h.pagenow = m }; g(f, e, h.options.speed) } }; b.options = { total: 5, offsetpages: 3, direct: "left", initpage: 1, classname: "snapshotwrap", autowidth: true, width: 710, height: 310, delay: 50000, speed: 800, imgp: 20000 }; window.postertvgrid = b })(jquery);

$(document).ready(function(){
$(function(){
var sst=$(".snopshot");
if(sst.length==1)
{
sst.css({"position":"relative","text-align":"center"}).find("img").css({"max-width":"450px","max-height":"600px","width":"auto"}).next(".elementoverlay").hide();
$(".snap-shot-btn").hide();
}
else if(sst.length==2)
{
sst.css({"position":"relative","float":"left","margin-left":"15px"}).find("img").css({"max-width":"360px","max-height":"550px"}).next(".elementoverlay").hide();
$(".snap-shot-btn").hide();
sst.parent(".snapshotcont").css({"max-width":"765px","margin": "0 auto"});
}
else
{
sst.find("img").css({"max-width":"300px","max-height":"540px"});
//2 3
var conimage = $('.snopshot').find("img");
var firstimg = conimage[0],
preimg = new image();

preimg.onload = function()
{
var imgwidth = $('#snopshot2 img').width();
var imgheight =$('#snopshot2 img').height();
var snapshotwrap = new postertvgrid('snapshotwrap',
{
imgheight : imgheight,//图像宽高,来调整规划款式
imgwidth : imgwidth,
imgp : parseint(imgwidth/1.2)//小图与大图比例暂定1比1.2
});
}
preimg.src = firstimg.getattribute("src");
}
})
});
}
$(function(){
$.get('/do/plus/count.php?aid=852692&mid=');
})


{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "https://www.jb51.net/softs/852692.html",
"title": "考研刷题库 for android v1.0.4 安卓手机版",
"description": "考研刷题库app为学生打造的考研的学习平台,有许多考题供我们操练,可以协助你安靖所学的常识点,等待下载领会",
"pubdate": "2022-10-31t11:18:35",
"update": "2022-10-31t11:14:46"
}

考研初试分数相继发布,高分学生不在少量,国家线会如何改变(考研初试和复试分数比例) 返回列表

留言与评论(共有 14 条评论)