为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我在bootstrp中文网上下的3.3.7版本显示不出后面的图标?

<!DOCTYPE HTML>

<html>

<head>

<meta charset="utf-8">

<title>demo</title>

<link rel="stylesheet" href="css/bootstrap.min.css">

</style>

</head>

<body>

<form role="form">

  <div class="form-group has-success has-feedback">

    <label class="control-label" for="inputSuccess1">成功状态</label>

    <input type="text" class="form-control" id="inputSuccess1" placeholder="成功状态" >

    <span class="glyphicon glyphicon-ok form-control-feedback"></span>

  </div>

  <div class="form-group has-warning has-feedback">

    <label class="control-label" for="inputWarning1">警告状态</label>

    <input type="text" class="form-control" id="inputWarning1" placeholder="警告状态">

    <span class="glyphicon glyphicon-warning-sign form-control-feedback"></span>

  </div>

  <div class="form-group has-error has-feedback">

    <label class="control-label" for="inputError1">错误状态</label>

    <input type="text" class="form-control" id="inputError1" placeholder="错误状态">

    <span class="glyphicon glyphicon-remove form-control-feedback"></span>  

  </div>

</form>

</body>

</html>


正在回答

2 回答

<head><meta charset="utf-8"><title>demo</title><link rel="stylesheet" href="css/bootstrap.min.css"></style></head>

<head>

<meta charset="utf-8">

<title>demo</title>

<link rel="stylesheet" href="css/bootstrap.min.css">

</style> //这行多余了,导致html出错了吧

</head>


0 回复 有任何疑惑可以回复我~
#1

weixin_慕虎4485265 提问者

谢了 兄弟
2020-01-11 回复 有任何疑惑可以回复我~
<head>
<meta charset="utf-8">
<title>demo</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我在bootstrp中文网上下的3.3.7版本显示不出后面的图标?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信