<h-pull-refresh>
<h-list>
<h-list-item>
content
</h-list-item>
<h-list-item>
content
</h-list-item>
<h-list-item>
content
<h-list-item-action>
<h-tips tips="some tips" type="success">
<h-tag noBorder color="#3F51B5" text="有提醒的标签"></h-tag>
</h-tips>
<h-tag noBorder style="color: #FFF; background-color: #31d100fd; " text="333"></h-tag>
</h-list-item-action>
</h-list-item>
<h-list-item>
content
<h-list-item-action>
<h-tag noBorder style="color: #FFF; background-color: #01bffd; " text="333"></h-tag>
</h-list-item-action>
</h-list-item>
</h-list>
</h-pull-refresh>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25