bootstrap4中怎么設(shè)置模態(tài)框-創(chuàng)新互聯(lián)

bootstrap4中怎么設(shè)置模態(tài)框,針對(duì)這個(gè)問(wèn)題,這篇文章詳細(xì)介紹了相對(duì)應(yīng)的分析和解答,希望可以幫助更多想解決這個(gè)問(wèn)題的小伙伴找到更簡(jiǎn)單易行的方法。

成都創(chuàng)新互聯(lián)公司網(wǎng)站建設(shè)由有經(jīng)驗(yàn)的網(wǎng)站設(shè)計(jì)師、開發(fā)人員和項(xiàng)目經(jīng)理組成的專業(yè)建站團(tuán)隊(duì),負(fù)責(zé)網(wǎng)站視覺(jué)設(shè)計(jì)、用戶體驗(yàn)優(yōu)化、交互設(shè)計(jì)和前端開發(fā)等方面的工作,以確保網(wǎng)站外觀精美、成都網(wǎng)站設(shè)計(jì)、網(wǎng)站制作易于使用并且具有良好的響應(yīng)性。

模態(tài)框是覆蓋在父窗體上的子窗體。通常,目的是顯示來(lái)自一個(gè)單獨(dú)的源的內(nèi)容,可以在不離開父窗體的情況下有一些互動(dòng)。子窗體可提供信息交互等。

例如,通過(guò)點(diǎn)擊按鈕打開模態(tài)框。(推薦學(xué)習(xí):Bootstrap視頻教程)

<!DOCTYPE html><html><head>  <title>Bootstrap 實(shí)例</title>  <meta charset="utf-8">  <meta name="viewport" content="width=device-width, initial-scale=1">  <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.1.0/css/bootstrap.min.css">  <script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>  <script src="https://cdn.staticfile.org/popper.js/1.12.5/umd/popper.min.js"></script>  <script src="https://cdn.staticfile.org/twitter-bootstrap/4.1.0/js/bootstrap.min.js"></script></head><body><div class="container">  <h3>模態(tài)框?qū)嵗?lt;/h3>  <!-- 按鈕:用于打開模態(tài)框 -->  <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">    打開模態(tài)框  </button>     <!-- 模態(tài)框 -->  <div class="modal fade" id="myModal">    <div class="modal-dialog">      <div class="modal-content">           <!-- 模態(tài)框頭部 -->        <div class="modal-header">          <h5 class="modal-title">模態(tài)框頭部</h5>          <button type="button" class="close" data-dismiss="modal">&times;</button>        </div>           <!-- 模態(tài)框主體 -->        <div class="modal-body">          模態(tài)框內(nèi)容..        </div>           <!-- 模態(tài)框底部 -->        <div class="modal-footer">          <button type="button" class="btn btn-secondary" data-dismiss="modal">關(guān)閉</button>        </div>         </div>    </div>  </div>  </div></body></html>

我們可以通過(guò)添加 .modal-sm 類來(lái)創(chuàng)建一個(gè)小模態(tài)框,.modal-lg 類可以創(chuàng)建一個(gè)大模態(tài)框。

尺寸類放在 <div>元素的 .modal-dialog 類后 :

關(guān)于bootstrap4中怎么設(shè)置模態(tài)框問(wèn)題的解答就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,如果你還有很多疑惑沒(méi)有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識(shí)。

文章名稱:bootstrap4中怎么設(shè)置模態(tài)框-創(chuàng)新互聯(lián)
當(dāng)前URL:http://muchs.cn/article2/ioiic.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供關(guān)鍵詞優(yōu)化微信公眾號(hào)、品牌網(wǎng)站建設(shè)App設(shè)計(jì)、小程序開發(fā)ChatGPT

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)