前端页面如何实现全屏

2025-04-14 23:02:26
推荐回答(1个)
回答1:

.y{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
background-color:rgba(0,0,0,.3) ;
}