Showing
1 changed file
with
0 additions
and
19 deletions
1 | -{{# hotCategory}} | ||
2 | -<div class="hot-category"> | ||
3 | - <div class="category-banner"> | ||
4 | - <img src="{{img}}" alt=""> | ||
5 | - </div> | ||
6 | - <ul class="category-list clearfix"> | ||
7 | - {{# list}} | ||
8 | - <li> | ||
9 | - <a href="{{url}}"> | ||
10 | - <div class="img-box"> | ||
11 | - <img src="{{img}}" alt=""> | ||
12 | - </div> | ||
13 | - <p class="category-title">{{textCn}}</p> | ||
14 | - </a> | ||
15 | - </li> | ||
16 | - {{/ list}} | ||
17 | - </ul> | ||
18 | -</div> | ||
19 | -{{/ hotCategory}} |
-
Please register or login to post a comment