[bootStrap]将监听导航栏放在底部

/*可以将监听导航栏放在底部(直接将下面样式写入CSS中,导航栏要应用样式nav-pills)*/<br>

1 .nav-pills.affix {<br>
2 bottom : 100px;<br>
3 }