"管理平台框架"
Bootstrap 3.1.0 Snippet by wuxincheng

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <nav class="navbar navbar-default navbar-inverse" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Project Name</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="glyphicon glyphicon-user"></span> User <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#"> <span class="glyphicon glyphicon-off"></span> profiy</a></li> <li><a href="#">Setting</a></li> <li class="divider"></li> <li><a href="#">LogOut</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="btn-group btn-breadcrumb"> <a href="#" class="btn btn-default"><i class="glyphicon glyphicon-home"></i></a> <a href="#" class="btn btn-default">Snippets</a> <a href="#" class="btn btn-default">Breadcrumbs</a> <a href="#" class="btn btn-default">Default</a> </div> <hr/> <div> <form class="form-inline" role="form"> <div class="form-group"> <input type="text" class="form-control" id="exampleInputEmail2" placeholder="Extra small devices"> </div> <div class="form-group"> <input type="text" class="form-control" id="exampleInputPassword2" placeholder="Medium devices"> </div> <button type="submit" class="btn btn-primary">Search</button> </form> </div> <br/> <div> <table class="table table-bordered table-striped"> <thead> <tr> <th></th> <th> Extra small devices <small>Phones (<768px)</small> </th> <th> Small devices <small>Tablets (≥768px)</small> </th> <th> Medium devices <small>Desktops (≥992px)</small> </th> <th> Large devices <small>Desktops (≥1200px)</small> </th> </tr> </thead> <tbody> <tr> <th>Grid behavior</th> <td>Horizontal at all times</td> <td colspan="3">Collapsed to start, horizontal above breakpoints</td> </tr> <tr> <th>Container width</th> <td>None (auto)</td> <td>750px</td> <td>970px</td> <td>1170px</td> </tr> <tr> <th>Class prefix</th> <td><code>.col-xs-</code></td> <td><code>.col-sm-</code></td> <td><code>.col-md-</code></td> <td><code>.col-lg-</code></td> </tr> <tr> <th># of columns</th> <td colspan="4">12</td> </tr> <tr> <th>Column width</th> <td class="text-muted">Auto</td> <td>60px</td> <td>78px</td> <td>95px</td> </tr> <tr> <th>Gutter width</th> <td colspan="4">30px (15px on each side of a column)</td> </tr> <tr> <th>Nestable</th> <td colspan="4">Yes</td> </tr> <tr> <th>Offsets</th> <td colspan="4">Yes</td> </tr> <tr> <th>Column ordering</th> <td colspan="4">Yes</td> </tr> </tbody> </table> </div> <div> <ul class="pager"> <li><a href="#">Previous</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">Next</a></li> </ul> </div> </div> <div class="container"> <div class="bottom-info"> Copyright © 2012-2014,wuxincheng.com.cn,All Rights Reserved       我的简历 | 广告服务 | 联系方式 | 版权声明 </div> </div>
/** The Magic **/ .btn-breadcrumb .btn:not(:last-child):after { content: " "; display: block; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 10px solid white; position: absolute; top: 50%; margin-top: -17px; left: 100%; z-index: 3; } .btn-breadcrumb .btn:not(:last-child):before { content: " "; display: block; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 10px solid rgb(173, 173, 173); position: absolute; top: 50%; margin-top: -17px; margin-left: 1px; left: 100%; z-index: 3; } /** The Spacing **/ .btn-breadcrumb .btn { padding:6px 12px 6px 24px; } .btn-breadcrumb .btn:first-child { padding:6px 6px 6px 10px; } .btn-breadcrumb .btn:last-child { padding:6px 18px 6px 24px; } /** Default button **/ .btn-breadcrumb .btn.btn-default:not(:last-child):after { border-left: 10px solid #fff; } .btn-breadcrumb .btn.btn-default:not(:last-child):before { border-left: 10px solid #ccc; } .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after { border-left: 10px solid #ebebeb; } .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before { border-left: 10px solid #adadad; } /** Primary button **/ .btn-breadcrumb .btn.btn-primary:not(:last-child):after { border-left: 10px solid #428bca; } .btn-breadcrumb .btn.btn-primary:not(:last-child):before { border-left: 10px solid #357ebd; } .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after { border-left: 10px solid #3276b1; } .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before { border-left: 10px solid #285e8e; } /** Success button **/ .btn-breadcrumb .btn.btn-success:not(:last-child):after { border-left: 10px solid #5cb85c; } .btn-breadcrumb .btn.btn-success:not(:last-child):before { border-left: 10px solid #4cae4c; } .btn-breadcrumb .btn.btn-success:hover:not(:last-child):after { border-left: 10px solid #47a447; } .btn-breadcrumb .btn.btn-success:hover:not(:last-child):before { border-left: 10px solid #398439; } /** Danger button **/ .btn-breadcrumb .btn.btn-danger:not(:last-child):after { border-left: 10px solid #d9534f; } .btn-breadcrumb .btn.btn-danger:not(:last-child):before { border-left: 10px solid #d43f3a; } .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after { border-left: 10px solid #d2322d; } .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before { border-left: 10px solid #ac2925; } /** Warning button **/ .btn-breadcrumb .btn.btn-warning:not(:last-child):after { border-left: 10px solid #f0ad4e; } .btn-breadcrumb .btn.btn-warning:not(:last-child):before { border-left: 10px solid #eea236; } .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after { border-left: 10px solid #ed9c28; } .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before { border-left: 10px solid #d58512; } /** Info button **/ .btn-breadcrumb .btn.btn-info:not(:last-child):after { border-left: 10px solid #5bc0de; } .btn-breadcrumb .btn.btn-info:not(:last-child):before { border-left: 10px solid #46b8da; } .btn-breadcrumb .btn.btn-info:hover:not(:last-child):after { border-left: 10px solid #39b3d7; } .btn-breadcrumb .btn.btn-info:hover:not(:last-child):before { border-left: 10px solid #269abc; } .bottom-info { /** max-width: 978px; */ padding: 10px 1px 10px 1px; margin: 0 auto 0px; background-color: #000000; font-size: 12px; color: #FFFFFF; border: 1px solid #000000; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0px 0px 30px gray; -moz-box-shadow: 0px 0px 30px gray; box-shadow: 0px 0px 30px gray; }

Related: See More


Questions / Comments: