關于蒙層遮蓋問題
蒙層代碼中的設置了 z-index: 1040,這不是要達到底部黑色蒙層遮住模態框嗎?為什么? .modal-backdrop { ?position: fixed; ?top: 0; ?right: 0; ?bottom: 0; ?left: 0; ?z-index: 1040; ?background-color: #000; }
蒙層代碼中的設置了 z-index: 1040,這不是要達到底部黑色蒙層遮住模態框嗎?為什么? .modal-backdrop { ?position: fixed; ?top: 0; ?right: 0; ?bottom: 0; ?left: 0; ?z-index: 1040; ?background-color: #000; }
2017-11-27
舉報
2017-12-04
這個是用來遮住彈出框背后的所有內容吧,