From 13649cea0bc439e783adcb729eb81a05ab888b33 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Wed, 20 Nov 2019 16:21:34 +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 | 4 ++-- frontend/web/assets/js/popUps.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index f845a8f..a68deb2 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -91,6 +91,6 @@ left:-548px; top:17px; } -.b{ - border:2px solid #fff; +.boo{ + border:5px 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 61f0c11..040816e 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -3,7 +3,7 @@ $(function(){ $(".model_wrap").show(); $(".model-bg").eq(0).removeClass("unchoose"); $('.jump').removeClass('unchoose'); - $('#side-menu li:nth-of-type(2)').addClass('b'); + $('#side-menu li:nth-of-type(1)').addClass('boo'); }); $(".model-bg").each(function (i) {