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 () {