webUi
赵桐华 5 years ago
parent 0b54a5a028
commit 72d3f575d2
  1. 3
      frontend/web/assets/css/popUps.css
  2. 2
      frontend/web/assets/js/popUps.js

@ -91,3 +91,6 @@
left:-548px; left:-548px;
top:17px; top:17px;
} }
.b{
border:2px solid #fff;
}

@ -3,6 +3,7 @@ $(function(){
$(".model_wrap").show(); $(".model_wrap").show();
$(".model-bg").eq(0).removeClass("unchoose"); $(".model-bg").eq(0).removeClass("unchoose");
$('.jump').removeClass('unchoose'); $('.jump').removeClass('unchoose');
$('#side-menu li:nth-of-type(2)').addClass('b');
}); });
$(".model-bg").each(function (i) { $(".model-bg").each(function (i) {
@ -10,6 +11,7 @@ $(function(){
_that.find(".nextPage").click(function () { _that.find(".nextPage").click(function () {
_that.addClass("unchoose"); _that.addClass("unchoose");
$(".model-bg").eq(i+1).removeClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose");
$(".")
}); });
_that.find(".Previous").click(function () { _that.find(".Previous").click(function () {
_that.addClass("unchoose"); _that.addClass("unchoose");

Loading…
Cancel
Save