From 72d3f575d2614ebdb8208d8c77840ed8229010be Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Wed, 20 Nov 2019 16:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/web/assets/css/popUps.css | 3 +++ frontend/web/assets/js/popUps.js | 2 ++ 2 files changed, 5 insertions(+) diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 5305307..f845a8f 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -90,4 +90,7 @@ position:absolute; left:-548px; top:17px; +} +.b{ + border:2px solid #fff; } \ No newline at end of file diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js index ad594ea..61f0c11 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -3,6 +3,7 @@ $(function(){ $(".model_wrap").show(); $(".model-bg").eq(0).removeClass("unchoose"); $('.jump').removeClass('unchoose'); + $('#side-menu li:nth-of-type(2)').addClass('b'); }); $(".model-bg").each(function (i) { @@ -10,6 +11,7 @@ $(function(){ _that.find(".nextPage").click(function () { _that.addClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose"); + $(".") }); _that.find(".Previous").click(function () { _that.addClass("unchoose");