html(使用opacity的话content无法变为不透明,所有这里使用了background:rgba(0,0,0,0.3))属性来设置透明;

 

 

 

.moto{
position:absolute;
top:0%;
left:0%;
background:rgba(0,0,0,0.3);
width:100%;
height:100%;
position:fixed;
z-index:9999;
& > div{
position: absolute;
left: 10%;
top: 8%;
border-radius: 0.8rem;
width: 80%;
height: 80%;
background-color: #fff;
}