設定如下css樣式的程式碼,但是顯示的高度不是全屏,如圖。
.ss_hide{ position: fixed; background: rgba(0,0,0,.2); height: 100%; width: 100%; }
欢迎选择我的课程,让我们一起见证您的进步~~
建議全螢幕使用
top: 0; bottom: 0; left: 0; right: 0;
看一下你body和html所佔的大小是否全螢幕。或高100vh寬100vw
還要加上 top:0;left:0;
絕對定位脫離文檔流了吧 既然都絕對定位了 top:0;left:0;right:0;bottom:0; 剛好覆蓋屏幕
建議全螢幕使用
看一下你body和html所佔的大小是否全螢幕。或高100vh寬100vw
還要加上 top:0;left:0;
絕對定位脫離文檔流了吧 既然都絕對定位了 top:0;left:0;right:0;bottom:0; 剛好覆蓋屏幕