Bootstrap .has-warning 类


has-warning 类允许你设置输入警告。

你可以尝试运行以下代码来实现 has-warning 类 −

示例

在线示例

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <form class = "form-horizontal" role = "form">
         <div class = "form-group has-warning">
            <label class = "col-sm-2 control-label" for = "inputWarning">
               Input with warning
            </label>
            <div class = "col-sm-10">
               <input type = "text" class = "form-control" id = "inputWarning">
            </div>
         </div>
      </form>
   </body>
</html>

更新于: 2020 年 6 月 12 日

403 次浏览

启动你的 职业

完成课程即可获得认证

开始
广告