|
@@ -0,0 +1,19 @@
|
|
|
+<section>
|
|
|
+ <section class="tag-card bg-white text-list-container mt12" style="margin-top: 0.24rem;">
|
|
|
+ <header class="tag-card-hd">
|
|
|
+ <h3 class="tag-card-title">按字母分类</h3>
|
|
|
+ <div class="tag-card-actions"></div>
|
|
|
+ </header>
|
|
|
+ <main class="tag-card-bd">
|
|
|
+ <div class="tag-card-bd-content">
|
|
|
+ <ul class="tag-card-i-content-list max-height clearfix">
|
|
|
+ {{range $v:=GetALlLetterCode}}
|
|
|
+ <li class="text-list-item text-button fl">
|
|
|
+ <a href="/tags/letter/{{$v}}_1.html">{{$v}}</a>
|
|
|
+ </li>
|
|
|
+ {{end}}
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </main>
|
|
|
+ </section>
|
|
|
+ </section>
|