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

20 lines
373 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;
height: 500px;
5 years ago
position: absolute;
top: calc(50% - 322px);
5 years ago
left: 71%;
5 years ago
margin-left: -600px;
background-color: #fff;
5 years ago
z-index:999 ;
5 years ago
display: none;
5 years ago
}