webUi
赵桐华 5 years ago
parent 1945e0a39d
commit 01b171a690
  1. 6
      frontend/web/assets/css/popUps.css
  2. 1
      frontend/web/assets/js/popUps.js

@ -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{

@ -5,7 +5,6 @@ $(function(){
$('.jump').removeClass('unchoose');
});
$(".model-bg").each(function (i) {
var _that=$(this);
_that.find(".nextPage").click(function () {

Loading…
Cancel
Save