#modal1 {
background:rgba(0,0,0,0.5);
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:999;
}
.a {
width:100%;
height:100%;
overflow-y:auto;
}
.bao {
width:100%;
height:100%;
display:table;
}
.bao span {
display:table-cell;
vertical-align:middle;
width:100%;
}
.a::-webkit-scrollbar {
display:none;
}
.tu img {
cursor:pointer;
max-width:100%;
}
.b {
position:fixed;
top:0;
}
移动端查看