.list-inline > li {display: inline-block;padding-right: 5px;padding-left: 5px;}
选中list-inline这个class下的li 设置它的display为内联块 左右填充各5个像素