优化导航。

main
tamguo 7 years ago
parent 694d5fcb5a
commit a44772c94c

@ -46,7 +46,7 @@
</div> </div>
<!--频道导航--> <!--频道导航-->
<div class="mod_box channel_nav"> <!-- <div class="mod_box channel_nav">
<div class="gridbox col_4"> <div class="gridbox col_4">
<h2 class="box_col" th:title="${c.name}" th:each="c,cStat:${courseList}"> <h2 class="box_col" th:title="${c.name}" th:each="c,cStat:${courseList}">
<a th:href="${domainName + 'course/' + c.id + '.html'}" class="inner post_ulog"> <a th:href="${domainName + 'course/' + c.id + '.html'}" class="inner post_ulog">
@ -55,7 +55,7 @@
</a> </a>
</h2> </h2>
</div> </div>
</div> </div> -->
<!--/频道导航--> <!--/频道导航-->
<!--章节学习--> <!--章节学习-->

Loading…
Cancel
Save