1. row col 设置自动换行
<!--长文本换行 item-text-wrap-->
<li class="item item-text-wrap" ng-show="selectedChapterID==0">
<!--col换行, 每行2个 row-wrap-->
<div class="row row-wrap">
<div class="col col-50" ng-repeat="item in chapter.items">
</div>
</div>