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.
 
 
 
 
simple-yewu/frontend/web/assets/css/popUps.css

62 lines
1.1 KiB

.model_wrap{
width: 100%;
height: 100vh;
background-color: #000;
opacity: 0.5;
position: fixed;
top: 0;
display:none;
z-index:2001;
}
.content{
width: 560px;
position: absolute;
top: calc(65% - 322px);
left: 71%;
color:#fff;
margin-left: -600px;
z-index:2002 ;
font-size:20px;
}
.unchoose{
display: none;
}
.jump{
position: absolute;
width:80px;
background-color: coral;
font-size:16px;
color:#fff;
padding: 10px 20px;
border-radius: 6px;
top: calc(50% - 322px);
left: 71%;
text-align: center;
z-index:2002 ;
}
.Previous{
position: absolute;
width:100px;
text-align: center;
background-color: #4fbd51;
font-size:16px;
color:#fff;
padding: 10px 20px;
border-radius: 6px;
top: calc(70% - 322px);
left: 71%;
z-index:2002 ;
}
.nextPage{
position: absolute;
width: 100px;
background-color: #4fbd51;
font-size:16px;
color:#fff;
padding: 10px 20px;
border-radius: 6px;
top: calc(70% - 322px);
left: 80%;
text-align: center;
z-index:2002 ;
}