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

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