不要使用absolute定位,用fixed就行。然后

background:rgba(0, 0, 0, 0.5);
position:fixed;
z-index: 100;
left:0;
right:0;
top:0;
bottom:0;