You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.model_wrap{
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: #000;
|
|
|
|
opacity: 0.5;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
display:none;
|
|
|
|
z-index:2001;
|
|
|
|
}
|
|
|
|
.unchoose{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.model-bg{
|
|
|
|
width: 560px;
|
|
|
|
position: absolute;
|
|
|
|
top: calc(65% - 322px);
|
|
|
|
left: 71%;
|
|
|
|
color:#fff;
|
|
|
|
margin-left: -600px;
|
|
|
|
z-index:2002 ;
|
|
|
|
}
|
|
|
|
.content{
|
|
|
|
font-size:20px;
|
|
|
|
}
|
|
|
|
.jump{
|
|
|
|
width:80px;
|
|
|
|
background-color: coral;
|
|
|
|
font-size:16px;
|
|
|
|
color:#fff;
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-radius: 6px;
|
|
|
|
margin-bottom:20px;
|
|
|
|
margin-left:450px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.Previous{
|
|
|
|
width:100px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #4fbd51;
|
|
|
|
font-size:16px;
|
|
|
|
color:#fff;
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-radius: 6px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.nextPage{
|
|
|
|
width: 100px;
|
|
|
|
background-color: #4fbd51;
|
|
|
|
font-size:16px;
|
|
|
|
color:#fff;
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-radius: 6px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top:-65px;
|
|
|
|
margin-left:45px;
|
|
|
|
}
|