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
696 B

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