console
<div class="m-footbar">
<ul class="block col-4">
<li class="item on">
<a href="" class="inner">
<div class="badge">99</div>
<img src="http://pic.celong.cn/uploads/ueditor/2018-05-10/15259323844.png" alt="" class="pic" />
<div class="txt">首页</div>
</a>
</li>
<li class="item">
<a href="" class="inner">
<div class="badge-dot"></div>
<img src="http://pic.celong.cn/uploads/ueditor/2018-05-10/15259323844.png" alt="" class="pic" />
<div class="txt">首页首页首页首页首页首页首页首页首页首页首页首页首页首页首页</div>
</a>
</li>
<li class="item">
<a href="" class="inner">
<img src="http://pic.celong.cn/uploads/ueditor/2018-05-10/15259323844.png" alt="" class="pic" />
<div class="txt">首页</div>
</a>
</li>
<li class="item">
<a href="" class="inner">
<img src="http://pic.celong.cn/uploads/ueditor/2018-05-10/15259323844.png" alt="" class="pic" />
<div class="txt">首页</div>
</a>
</li>
</ul>
</div>
.m-footbar { overflow: hidden; position: fixed; bottom: 0; width: 100%; background: #fff; border-top: 1px solid #ccc; font-size: 14px; }
.m-footbar > .block {}
.m-footbar > .block > .item { float: left; }
.m-footbar > .col-2 > .item { width: 50%; }
.m-footbar > .col-3 > .item { width: 33.3333%; }
.m-footbar > .col-4 > .item { width: 25%; }
.m-footbar > .col-5 > .item { width: 20%; }
.m-footbar .inner { position: relative; display: block; padding: 5px; text-align: center; }
.m-footbar .pic { width: 32px; }
.m-footbar .badge, .m-footbar .badge-dot { position: absolute; left: 50%; margin-left: 8px; padding: 0 5px; height: 16px; line-height: 16px; font-size: 12px; background: red; color: #fff; -webkit-border-radius: 8px 8px; border-radius: 8px 8px; }
.m-footbar .badge-dot { overflow: hidden; padding: 0; width: 8px; height: 8px; }
.m-footbar .txt { overflow: hidden; width: 100%; height: 1em; line-height: 1; color: #444; }
.m-footbar > .block > .item.on .txt { color: #03a9f4; }