時間:2023-09-11 06:54:01 | 來源:網(wǎng)站運營
時間:2023-09-11 06:54:01 來源:網(wǎng)站運營
HTML+CSS+JS自主設(shè)計彈出窗口的方法,在線編輯器:<div id="ck1"><p style='text-align:center;line-height:80px;'>這個窗口,可以說是自己設(shè)計的了,可以在這里添加其它的標簽和功能</p></div><button class='btn btn-default' onclick='show2()'>點擊彈出自己設(shè)計的小窗口</button><style> #ck1{display:none;position:fixed;top:20%;left:20%;width:50%;height:80px;z-index:9999;background-color:skyblue;border-radius:5px;}</style><script> function show2(){ document.getElementById("ck1").style.display = "block"; }</script>
關(guān)鍵詞:方法,編輯,窗口,自主,設(shè)計
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。