bootstrap注意事项及常用样式

参考常用样式:

1.在使用了navbar-static-top属性后,导航宽度50px

2.根据栅栏结构,带表结构的要给 div 加 input-group 属性

<div class="input-group">
    <input type="text" class="form-control">
    <span class="input-group-btn">
        <button class="btn btn-default">
            <span class="glyphicon glyphicon-search"></span>
        </button>
    </span>
</div>

3.表格隔行变色

table-striped

4.表格


<div class="page_main">
    <ol class="breadcrumb">
        <li><a href="#">管理首页</a></li>
        <li><a href="#">栏目</a></li>
        <li class="active">增加栏目</li>
    </ol>
    <div class="row">
        <div class="col-md-6">
            <div class="panel panel-default">
                <div class="panel-heading">最新订单</div>
                <div class="panel-body ">
                    <table class="table table-striped  table-hover table-bordered">
                        <thead>
                        <tr>
                            <th>#</th>
                            <th>订单号</th>
                            <th>订单日期</th>
                            <th>总价</th>
                            <th>状态</th>
                        </tr>
                        </thead>
                        <tbody>
                        <tr>
                            <th>1</th>
                            <th>154546</th>
                            <th>2018-12-12</th>
                            <th>2343</th>
                            <th>出货</th>
                        </tr><tr>
                            <th>1</th>
                            <th>154546</th>
                            <th>2018-12-12</th>
                            <th>2343</th>
                            <th>出货</th>
                        </tr><tr>
                            <th>1</th>
                            <th>154546</th>
                            <th>2018-12-12</th>
                            <th>2343</th>
                            <th>出货</th>
                        </tr><tr>
                            <th>1</th>
                            <th>154546</th>
                            <th>2018-12-12</th>
                            <th>2343</th>
                            <th>出货</th>
                        </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <div class="col-md-6">

        </div>
    </div>
</div>
5.小屏幕时,收起侧边功能栏




  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值