可关闭的警告框
Posted 悟性
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了可关闭的警告框相关的知识,希望对你有一定的参考价值。
为警告框添加一个可选的 .alert-dismissible
类和一个关闭按钮。
<div class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong>Warning!</strong> Better check yourself, you‘re not looking too good.
</div>
以上是关于可关闭的警告框的主要内容,如果未能解决你的问题,请参考以下文章