您好,登錄后才能下訂單哦!
這篇文章主要講解了“css中如何實(shí)現(xiàn)彈出層覆蓋底層”,文中的講解內(nèi)容簡(jiǎn)單清晰,易于學(xué)習(xí)與理解,下面請(qǐng)大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“css中如何實(shí)現(xiàn)彈出層覆蓋底層”吧!
代碼如下:
#mcover { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; z-index: 20000; } #mcover img { position: fixed; right: 18px; top: 5px; width: 260px!important; height: 180px!important; z-index: 20001; }
<li class="nine"> <a href="javascript:void(0);" class=""> <div id="mcover" onclick="document.getElementById('mcover').style.display='';" > <img src="../images/guide.png"> </div> <div class="war_main_2_1" onclick="document.getElementById('mcover').style.display='block';"> <div class="war_main_1_1_2"><img src="../images/vip_1.jpg"></div> </div> </a> </li>
感謝各位的閱讀,以上就是“css中如何實(shí)現(xiàn)彈出層覆蓋底層”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對(duì)css中如何實(shí)現(xiàn)彈出層覆蓋底層這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是億速云,小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。