From 01b171a690a7989680a407130acece9f9108a924 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 14:34:25 +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 | 6 ++++-- frontend/web/assets/js/popUps.js | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 5a52ee7..ebb2469 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -24,14 +24,16 @@ font-size:20px; } .jump{ + position:absolute; width:80px; background-color: coral; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-bottom:20px; - margin-left:450px; + top:200px; + left:65%; + z-index: 2002; text-align: center; } .Previous{ diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js index b18837c..3cc3d8f 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -5,7 +5,6 @@ $(function(){ $('.jump').removeClass('unchoose'); }); - $(".model-bg").each(function (i) { var _that=$(this); _that.find(".nextPage").click(function () {