Authored by 毕凯

左侧分类 导航 点击空白跳转

@@ -56,8 +56,10 @@ @@ -56,8 +56,10 @@
56 <ul class="sort-child-list"> 56 <ul class="sort-child-list">
57 {{#each childList}} 57 {{#each childList}}
58 <li class="{{#if childActive}}active{{/if}}"> 58 <li class="{{#if childActive}}active{{/if}}">
59 - <a href="{{href}}">{{name}}</a>  
60 - <span>{{num}}</span> 59 + <a href="{{href}}">
  60 + {{name}}
  61 + <span>{{num}}</span>
  62 + </a>
61 </li> 63 </li>
62 {{/each}} 64 {{/each}}
63 </ul> 65 </ul>
@@ -88,6 +88,7 @@ @@ -88,6 +88,7 @@
88 } 88 }
89 89
90 a { 90 a {
  91 + display: block;
91 color: #666; 92 color: #666;
92 padding-left: 10px; 93 padding-left: 10px;
93 height: 22px; 94 height: 22px;