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/model.css

44 lines
690 B

.model_wrap{
width: 100%;
height: 100vh;
background-color: #000;
opacity: 0.5;
position: fixed;
top: 0;
display:none;
}
.model-bg{
width: 560px;
position: absolute;
top: calc(65% - 322px);
left: 71%;
margin-left: -600px;
/*background-color: #fff;*/
z-index:999 ;
}
.unchoose{
display: none;
}
.model-bg .content{
color:#fff;
font-size:20px;
}
.btn{
position:absolute;
top:50%;
left:80%;
background-color: coral;
font-size:16px;
color:#fff;
padding: 10px 20px;
border-radius: 6px;
}
.jump{
top:50%;
}
.prev{
top:50%;
}
.next{
top:50%;
}