弹窗在浏览器里垂直居中(H5红包)
.packet-bg {
z-index: 1003;
width: 5.50rem;
position: fixed;
top: 50%;
left: 50%;
margin: 0 auto;
transform: translate(-50%, -50%);
}
.packet-bg {
z-index: 1003;
width: 5.50rem;
position: fixed;
top: 50%;
left: 50%;
margin: 0 auto;
transform: translate(-50%, -50%);
}