Authored by 毕凯

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

1 -<div class="sort-pager">  
2 - {{# sortType}}  
3 - <a class="sort-type{{#if active}} active{{/if}}" href="{{href}}">  
4 - {{name}}  
5 - {{#if hasSortOrient}}  
6 - {{#if active}}  
7 - {{#if desc}}  
8 - <span class="active-icon iconfont">&#xe603;</span>  
9 - {{^}}  
10 - <span class="active-icon iconfont">&#xe604;</span>  
11 - {{/if}}  
12 - {{^}}  
13 - <span class="iconfont">&#xe614;</span>  
14 - {{/if}}  
15 - {{^}}  
16 - <span class="iconfont">&#xe604;</span>  
17 - {{/if}}  
18 - </a>  
19 - {{/ sortType}}  
20 -  
21 - {{# checks}}  
22 - <a class="checks{{#if checked}} checked{{/if}}" href="{{href}}">  
23 - {{#if checked}}  
24 - <span class="iconfont">&#xe612;</span>  
25 - {{^}}  
26 - <span class="iconfont">&#xe613;</span>  
27 - {{/if}}  
28 - {{name}}  
29 - </a>  
30 - {{/ checks}}  
31 -  
32 - <div class="pager-wrap">  
33 - <div class="page-count">  
34 - <span id="count-per-page">  
35 - {{countPerPage}}  
36 - <i class="iconfont">&#xe604;</i>  
37 - </span>  
38 - 每页  
39 - <ul>  
40 - {{# pageCounts}}  
41 - <li>  
42 - <a href="{{href}}">{{count}}</a>  
43 - </li>  
44 - {{/ pageCounts}}  
45 - </ul>  
46 - </div>  
47 -  
48 - <p class="pager">  
49 - {{#if preHref}}  
50 - <a href="{{preHref}}">  
51 - <span class="iconfont">&#xe615;</span>  
52 - </a>  
53 - {{^}}  
54 - <span class="dis-icon iconfont">&#xe615;</span>  
55 - {{/if}}  
56 -  
57 - <span>  
58 - <i>{{curPage}}</i>/{{pageCount}}  
59 - </span>  
60 -  
61 - {{#if nextHref}}  
62 - <a href="{{nextHref}}">  
63 - <span class="iconfont">&#xe601;</span>  
64 - </a>  
65 - {{^}}  
66 - <span class="dis-icon iconfont">&#xe601;</span>  
67 - {{/if}}  
68 - </p>  
69 - </div>  
70 -</div>  
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 </ul> 52 </ul>
53 </div> 53 </div>
54 54
55 - <p class="pager"> 55 + <p class="page-orient">
56 {{#if preHref}} 56 {{#if preHref}}
57 <a href="{{preHref}}"> 57 <a href="{{preHref}}">
58 <span class="iconfont">&#xe615;</span> 58 <span class="iconfont">&#xe615;</span>
@@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
78 } 78 }
79 } 79 }
80 80
81 - .pager { 81 + .page-orient {
82 float: left; 82 float: left;
83 font-size: 14px; 83 font-size: 14px;
84 line-height: 15px; 84 line-height: 15px;