首頁 > 問答 > 主體
設定如下css樣式的程式碼,但是顯示的高度不是全屏,如圖。
.ss_hide{ position: fixed; background: rgba(0,0,0,.2); height: 100%; width: 100%; }
阿神2017-06-30 10:01:31
建議全螢幕使用
top: 0; bottom: 0; left: 0; right: 0;
欧阳克2017-06-30 10:01:31
看一下你body和html所佔的大小是否全螢幕。或高100vh寬100vw
曾经蜡笔没有小新2017-06-30 10:01:31
還要加上 top:0;left:0;
淡淡烟草味2017-06-30 10:01:31
絕對定位脫離文檔流了吧 既然都絕對定位了 top:0;left:0;right:0;bottom:0; 剛好覆蓋屏幕