`

Bootstrap组件--警告框

 
阅读更多
    <div class="bs-docs-example">
      <div class="alert alert-block alert-error fade in">
<!--将data-dismiss="alert"添加到关闭按钮即可自动赋予某个警告框关闭的功能-->
        <button type="button" class="close" data-dismiss="alert">&times;</button>
        <h4 class="alert-heading">Oh snap! You got an error!</h4>
        <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
        <p>
          <a class="btn btn-danger" href="#">Take this action</a>
          <a class="btn" href="#">Or do this</a>
        </p>
      </div>
    </div>



http://v2.bootcss.com/components.html#alerts
  • 大小: 92 KB
分享到:
评论
Global site tag (gtag.js) - Google Analytics