首页 > 其他 > 详细

bootsrap中的输入框demo1

时间:2016-11-02 00:36:16      阅读:123      评论:0      收藏:0      [点我收藏+]

<!doctype html>
<html >
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
</head>
<body>
<div class="container">
<br/>
<div class="input-group">
<input type="text" class="form-control"/>
<span class="input-group-addon">@qq.com</span>
</div>

</div>
</body>

</html>

技术分享

bootsrap中的输入框demo1

原文:http://www.cnblogs.com/qiyc/p/6021156.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!