码迷,mamicode.com
首页 > 其他好文 > 详细

Bootstrap(八):组件--图标

时间:2016-02-23 12:42:13      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

1.样式

技术分享

2使用

技术分享

    <div class="form-group">
        <div class="col-sm-10 col-xs-3">
            <button type="button" class="btn btn-default" >
                  <span class="glyphicon glyphicon-send" ></span> 飞机
            </button>
            
            <button type="button" class="btn btn-default" >
                   <span class="glyphicon glyphicon-star" ></span> Star
            </button>
            
            <button type="button" class="btn btn-default" >
                   <span class="glyphicon glyphicon-grain" ></span> 小草
            </button>
            
            <button type="button" class="btn btn-default" >
                   <span class="glyphicon glyphicon-tree-deciduous" ></span> 大树
            </button>
        </div>
    </div>

 

Bootstrap(八):组件--图标

标签:

原文地址:http://www.cnblogs.com/devan/p/5209174.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!